#3b0b74

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

Shades of Persian Indigo #3B0B74

Tints of Persian Indigo #3B0B74

Color information

#3B0B74 (or 0x3B0B74) is unknown color: approx Persian Indigo. HEX triplet: 3B, 0B and 74. RGB value is (59,11,116). Sum of RGB (Red+Green+Blue) = 59+11+116=186 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.72% from 186); Green value is 11 (4.69% from 255 or 5.91% from 186); Blue value is 116 (45.70% from 255 or 62.37% from 186); Max value from RGB is 116 - color contains mainly: blue. Hex color #3B0B74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0B74 is #C4F48B. Grayscale: #242424. Windows color (decimal): -12907660 or 7605051. OLE color: 7605051.

HSL color Cylindrical-coordinate representation of color #3B0B74: hue angle of 267.43º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3B0B74 is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5911116-
CMYK0.490.9100.55
HSL267.43º82.68%24.9%-
HSV(B)267.43º90.52%45.49%-
XYZ5.082.4316.72-
YUV37.32172.4143.46-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.72%
GREEN value IS 11 (4.69% from 255) = 5.91%
BLUE value IS 116 (45.70% from 255) = 62.37%
R=31.72%
G=5.91%
B=62.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal59111160.490.9100.55267.4382.6824.9
Hex3BB74315B03710b5319
Octal73131646113306741312331
Binary1110111011111010011000110110110110111100001011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b0b74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,11,116); }

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

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

 a { background-color: rgb(59,11,116); }

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

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

 span { border-color: rgb(59,11,116); }

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