#37136C

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

Shades of Persian Indigo #37136C

Tints of Persian Indigo #37136C

Color information

#37136C (or 0x37136C) is unknown color: approx Persian Indigo. HEX triplet: 37, 13 and 6C. RGB value is (55,19,108). Sum of RGB (Red+Green+Blue) = 55+19+108=182 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.22% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 108 (42.58% from 255 or 59.34% from 182); Max value from RGB is 108 - color contains mainly: blue. Hex color #37136C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37136C is #C8EC93. Grayscale: #272727. Windows color (decimal): -13167764 or 7082807. OLE color: 7082807.

HSL color Cylindrical-coordinate representation of color #37136C: hue angle of 264.27º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #37136C is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5519108-
CMYK0.490.8200.58
HSL264.27º70.08%24.9%-
HSV(B)264.27º82.41%42.35%-
XYZ4.522.3614.41-
YUV39.91166.43138.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.22%
GREEN value IS 19 (7.81% from 255) = 10.44%
BLUE value IS 108 (42.58% from 255) = 59.34%
R=30.22%
G=10.44%
B=59.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55191080.490.8200.58264.2770.0824.9
Hex37136C315203A1084619
Octal67231546112207241010631
Binary11011110011110110011000110100100111010100001000100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37136C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,19,108); }

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

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

 a { background-color: rgb(55,19,108); }

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

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

 span { border-color: rgb(55,19,108); }

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