#3B0A72

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

Shades of Persian Indigo #3B0A72

Tints of Persian Indigo #3B0A72

Color information

#3B0A72 (or 0x3B0A72) is unknown color: approx Persian Indigo. HEX triplet: 3B, 0A and 72. RGB value is (59,10,114). Sum of RGB (Red+Green+Blue) = 59+10+114=183 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.24% from 183); Green value is 10 (4.30% from 255 or 5.46% from 183); Blue value is 114 (44.92% from 255 or 62.30% from 183); Max value from RGB is 114 - color contains mainly: blue. Hex color #3B0A72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0A72 is #C4F58D. Grayscale: #242424. Windows color (decimal): -12907918 or 7473723. OLE color: 7473723.

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

Color convert

RGB5910114-
CMYK0.480.9100.55
HSL268.27º83.87%24.31%-
HSV(B)268.27º91.23%44.71%-
XYZ4.952.3616.11-
YUV36.51171.73144.04-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.24%
GREEN value IS 10 (4.30% from 255) = 5.46%
BLUE value IS 114 (44.92% from 255) = 62.30%
R=32.24%
G=5.46%
B=62.30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal59101140.480.9100.55268.2783.8724.31
Hex3BA72305B03710c5418
Octal73121626013306741412430
Binary1110111010111001011000010110110110111100001100101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,10,114); }

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

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

 a { background-color: rgb(59,10,114); }

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

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

 span { border-color: rgb(59,10,114); }

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