#37188E

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

Shades of Persian Indigo #37188E

Tints of Persian Indigo #37188E

Color information

#37188E (or 0x37188E) is unknown color: approx Persian Indigo. HEX triplet: 37, 18 and 8E. RGB value is (55,24,142). Sum of RGB (Red+Green+Blue) = 55+24+142=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 142 (55.86% from 255 or 64.25% from 221); Max value from RGB is 142 - color contains mainly: blue. Hex color #37188E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37188E is #C8E771. Grayscale: #2E2E2E. Windows color (decimal): -13166450 or 9312311. OLE color: 9312311.

HSL color Cylindrical-coordinate representation of color #37188E: hue angle of 255.76º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #37188E is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5524142-
CMYK0.610.8300.44
HSL255.76º71.08%32.55%-
HSV(B)255.76º83.1%55.69%-
XYZ6.783.4225.89-
YUV46.72181.77133.91-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.89%
GREEN value IS 24 (9.77% from 255) = 10.86%
BLUE value IS 142 (55.86% from 255) = 64.25%
R=24.89%
G=10.86%
B=64.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal55241420.610.8300.44255.7671.0832.55
Hex37188E3D5302C1004721
Octal67302167512305440010741
Binary1101111100010001110111101101001101011001000000001000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37188E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37188E; }

 p { color: rgb(55,24,142); }

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

<style>
 a { background-color: #37188E; }

 a { background-color: rgb(55,24,142); }

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

<style>
 span { border-color: #37188E; }

 span { border-color: rgb(55,24,142); }

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