#3B0C76

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

Shades of Persian Indigo #3B0C76

Tints of Persian Indigo #3B0C76

Color information

#3B0C76 (or 0x3B0C76) is unknown color: approx Persian Indigo. HEX triplet: 3B, 0C and 76. RGB value is (59,12,118). Sum of RGB (Red+Green+Blue) = 59+12+118=189 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.22% from 189); Green value is 12 (5.08% from 255 or 6.35% from 189); Blue value is 118 (46.48% from 255 or 62.43% from 189); Max value from RGB is 118 - color contains mainly: blue. Hex color #3B0C76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0C76 is #C4F389. Grayscale: #252525. Windows color (decimal): -12907402 or 7736379. OLE color: 7736379.

HSL color Cylindrical-coordinate representation of color #3B0C76: hue angle of 266.6º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3B0C76 is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5912118-
CMYK0.500.9000.54
HSL266.6º81.54%25.49%-
HSV(B)266.6º89.83%46.27%-
XYZ5.212.517.35-
YUV38.14173.07142.88-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.22%
GREEN value IS 12 (5.08% from 255) = 6.35%
BLUE value IS 118 (46.48% from 255) = 62.43%
R=31.22%
G=6.35%
B=62.43%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal59121180.500.9000.54266.681.5425.49
Hex3BC76325A03610b5219
Octal73141666213206641312231
Binary1110111100111011011001010110100110110100001011101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,12,118); }

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

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

 a { background-color: rgb(59,12,118); }

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

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

 span { border-color: rgb(59,12,118); }

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