#37126D

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

Shades of Persian Indigo #37126D

Tints of Persian Indigo #37126D

Color information

#37126D (or 0x37126D) is unknown color: approx Persian Indigo. HEX triplet: 37, 12 and 6D. RGB value is (55,18,109). Sum of RGB (Red+Green+Blue) = 55+18+109=182 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.22% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 109 (42.97% from 255 or 59.89% from 182); Max value from RGB is 109 - color contains mainly: blue. Hex color #37126D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37126D is #C8ED92. Grayscale: #272727. Windows color (decimal): -13168019 or 7148087. OLE color: 7148087.

HSL color Cylindrical-coordinate representation of color #37126D: hue angle of 264.4º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #37126D is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5518109-
CMYK0.500.8300.57
HSL264.4º71.65%24.9%-
HSV(B)264.4º83.49%42.75%-
XYZ4.552.3514.68-
YUV39.44167.26139.1-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.22%
GREEN value IS 18 (7.42% from 255) = 9.89%
BLUE value IS 109 (42.97% from 255) = 59.89%
R=30.22%
G=9.89%
B=59.89%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal55181090.500.8300.57264.471.6524.9
Hex37126D32530391084819
Octal67221556212307141011031
Binary11011110010110110111001010100110111001100001000100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37126D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37126D; }

 p { color: rgb(55,18,109); }

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

<style>
 a { background-color: #37126D; }

 a { background-color: rgb(55,18,109); }

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

<style>
 span { border-color: #37126D; }

 span { border-color: rgb(55,18,109); }

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