#3B0B79

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

Shades of Persian Indigo #3B0B79

Tints of Persian Indigo #3B0B79

Color information

#3B0B79 (or 0x3B0B79) is unknown color: approx Persian Indigo. HEX triplet: 3B, 0B and 79. RGB value is (59,11,121). Sum of RGB (Red+Green+Blue) = 59+11+121=191 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.89% from 191); Green value is 11 (4.69% from 255 or 5.76% from 191); Blue value is 121 (47.66% from 255 or 63.35% from 191); Max value from RGB is 121 - color contains mainly: blue. Hex color #3B0B79 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0B79 is #C4F486. Grayscale: #252525. Windows color (decimal): -12907655 or 7932731. OLE color: 7932731.

HSL color Cylindrical-coordinate representation of color #3B0B79: hue angle of 266.18º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3B0B79 is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5911121-
CMYK0.510.9100.53
HSL266.18º83.33%25.88%-
HSV(B)266.18º90.91%47.45%-
XYZ5.372.5518.3-
YUV37.89174.9143.06-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 30.89%
GREEN value IS 11 (4.69% from 255) = 5.76%
BLUE value IS 121 (47.66% from 255) = 63.35%
R=30.89%
G=5.76%
B=63.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal59111210.510.9100.53266.1883.3325.88
Hex3BB79335B03510a531a
Octal73131716313306541212332
Binary1110111011111100111001110110110110101100001010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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