#370E87

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

Shades of Persian Indigo #370E87

Tints of Persian Indigo #370E87

Color information

#370E87 (or 0x370E87) is unknown color: approx Persian Indigo. HEX triplet: 37, 0E and 87. RGB value is (55,14,135). Sum of RGB (Red+Green+Blue) = 55+14+135=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 14 (5.86% from 255 or 6.86% from 204); Blue value is 135 (53.12% from 255 or 66.18% from 204); Max value from RGB is 135 - color contains mainly: blue. Hex color #370E87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370E87 is #C8F178. Grayscale: #272727. Windows color (decimal): -13169017 or 8850999. OLE color: 8850999.

HSL color Cylindrical-coordinate representation of color #370E87: hue angle of 260.33º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #370E87 is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5514135-
CMYK0.590.9000.47
HSL260.33º81.21%29.22%-
HSV(B)260.33º89.63%52.94%-
XYZ6.112.8823.15-
YUV40.05181.58138.66-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.96%
GREEN value IS 14 (5.86% from 255) = 6.86%
BLUE value IS 135 (53.12% from 255) = 66.18%
R=26.96%
G=6.86%
B=66.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55141350.590.9000.47260.3381.2129.22
Hex37E873B5A02F104511d
Octal67162077313205740412135
Binary11011111101000011111101110110100101111100000100101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370E87; }

 p { color: rgb(55,14,135); }

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

<style>
 a { background-color: #370E87; }

 a { background-color: rgb(55,14,135); }

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

<style>
 span { border-color: #370E87; }

 span { border-color: rgb(55,14,135); }

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