#370E99

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

Shades of Persian Indigo #370E99

Tints of Persian Indigo #370E99

Color information

#370E99 (or 0x370E99) is unknown color: approx Persian Indigo. HEX triplet: 37, 0E and 99. RGB value is (55,14,153). Sum of RGB (Red+Green+Blue) = 55+14+153=222 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.77% from 222); Green value is 14 (5.86% from 255 or 6.31% from 222); Blue value is 153 (60.16% from 255 or 68.92% from 222); Max value from RGB is 153 - color contains mainly: blue. Hex color #370E99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370E99 is #C8F166. Grayscale: #292929. Windows color (decimal): -13168999 or 10030647. OLE color: 10030647.

HSL color Cylindrical-coordinate representation of color #370E99: hue angle of 257.7º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #370E99 is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5514153-
CMYK0.640.9100.4
HSL257.7º83.23%32.75%-
HSV(B)257.7º90.85%60%-
XYZ7.483.4330.4-
YUV42.1190.58137.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.77%
GREEN value IS 14 (5.86% from 255) = 6.31%
BLUE value IS 153 (60.16% from 255) = 68.92%
R=24.77%
G=6.31%
B=68.92%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal55141530.640.9100.4257.783.2332.75
Hex37E99405B0281025321
Octal671623110013305040212341
Binary1101111110100110011000000101101101010001000000101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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