#37029C

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

Shades of Persian Indigo #37029C

Tints of Persian Indigo #37029C

Color information

#37029C (or 0x37029C) is unknown color: approx Persian Indigo. HEX triplet: 37, 02 and 9C. RGB value is (55,2,156). Sum of RGB (Red+Green+Blue) = 55+2+156=213 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.82% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 156 (61.33% from 255 or 73.24% from 213); Max value from RGB is 156 - color contains mainly: blue. Hex color #37029C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37029C is #C8FD63. Grayscale: #222222. Windows color (decimal): -13172068 or 10224183. OLE color: 10224183.

HSL color Cylindrical-coordinate representation of color #37029C: hue angle of 260.65º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #37029C is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB552156-
CMYK0.650.9900.39
HSL260.65º97.47%30.98%-
HSV(B)260.65º98.72%61.18%-
XYZ7.63.2631.68-
YUV35.4196.06141.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.82%
GREEN value IS 2 (1.17% from 255) = 0.94%
BLUE value IS 156 (61.33% from 255) = 73.24%
R=25.82%
G=0.94%
B=73.24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5521560.650.9900.39260.6597.4730.98
Hex3729C4163027105611f
Octal67223410114304740514137
Binary1101111010011100100000111000110100111100000101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37029C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37029C; }

 p { color: rgb(55,2,156); }

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

<style>
 a { background-color: #37029C; }

 a { background-color: rgb(55,2,156); }

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

<style>
 span { border-color: #37029C; }

 span { border-color: rgb(55,2,156); }

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