#3B0996

Color #3B0996 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #3B0996

Tints of Persian Indigo #3B0996

Color information

#3B0996 (or 0x3B0996) is unknown color: approx Persian Indigo. HEX triplet: 3B, 09 and 96. RGB value is (59,9,150). Sum of RGB (Red+Green+Blue) = 59+9+150=218 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.06% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 150 (58.98% from 255 or 68.81% from 218); Max value from RGB is 150 - color contains mainly: blue. Hex color #3B0996 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0996 is #C4F669. Grayscale: #272727. Windows color (decimal): -12908138 or 9832763. OLE color: 9832763.

HSL color Cylindrical-coordinate representation of color #3B0996: hue angle of 261.28º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B0996 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB599150-
CMYK0.610.9400.41
HSL261.28º88.68%31.18%-
HSV(B)261.28º94%58.82%-
XYZ7.413.3329.11-
YUV40.02190.06141.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 59 (23.44% from 255) = 27.06%
GREEN value IS 9 (3.91% from 255) = 4.13%
BLUE value IS 150 (58.98% from 255) = 68.81%
R=27.06%
G=4.13%
B=68.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal5991500.610.9400.41261.2888.6831.18
Hex3B9963D5E029105591f
Octal73112267513605140513137
Binary11101110011001011011110110111100101001100000101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B0996; }

 p { color: rgb(59,9,150); }

 H1.HeaderClassName
 {
   color: #3B0996;
 }
 .AnyTagClassName
 {
   color: #3B0996;
 }
</style>
background-color css

<style>
 a { background-color: #3B0996; }

 a { background-color: rgb(59,9,150); }

 div.DivClassName
 {
   background-color: #3B0996;
 }
 .BgClassName
 {
   background-color: #3B0996;
 }
</style>
border-color css

<style>
 span { border-color: #3B0996; }

 span { border-color: rgb(59,9,150); }

 td.TdClassName
 {
   border-color: #3B0996;
 }
 .TagClassName
 {
   border-color: #3B0996;
 }
</style>