#370E9E

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

Shades of Persian Indigo #370E9E

Tints of Persian Indigo #370E9E

Color information

#370E9E (or 0x370E9E) is unknown color: approx Persian Indigo. HEX triplet: 37, 0E and 9E. RGB value is (55,14,158). Sum of RGB (Red+Green+Blue) = 55+14+158=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 14 (5.86% from 255 or 6.17% from 227); Blue value is 158 (62.11% from 255 or 69.60% from 227); Max value from RGB is 158 - color contains mainly: blue. Hex color #370E9E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370E9E is #C8F161. Grayscale: #2A2A2A. Windows color (decimal): -13168994 or 10358327. OLE color: 10358327.

HSL color Cylindrical-coordinate representation of color #370E9E: hue angle of 257.08º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #370E9E is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5514158-
CMYK0.650.9100.38
HSL257.08º83.72%33.73%-
HSV(B)257.08º91.14%61.96%-
XYZ7.93.5932.63-
YUV42.68193.08136.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.23%
GREEN value IS 14 (5.86% from 255) = 6.17%
BLUE value IS 158 (62.11% from 255) = 69.60%
R=24.23%
G=6.17%
B=69.60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal55141580.650.9100.38257.0883.7233.73
Hex37E9E415B0261015422
Octal671623610113304640112442
Binary1101111110100111101000001101101101001101000000011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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