#371E8E

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

Shades of Persian Indigo #371E8E

Tints of Persian Indigo #371E8E

Color information

#371E8E (or 0x371E8E) is unknown color: approx Persian Indigo. HEX triplet: 37, 1E and 8E. RGB value is (55,30,142). Sum of RGB (Red+Green+Blue) = 55+30+142=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 30 (12.11% from 255 or 13.22% from 227); Blue value is 142 (55.86% from 255 or 62.56% from 227); Max value from RGB is 142 - color contains mainly: blue. Hex color #371E8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371E8E is #C8E171. Grayscale: #313131. Windows color (decimal): -13164914 or 9313847. OLE color: 9313847.

HSL color Cylindrical-coordinate representation of color #371E8E: hue angle of 253.39º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #371E8E is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5530142-
CMYK0.610.7900.44
HSL253.39º65.12%33.73%-
HSV(B)253.39º78.87%55.69%-
XYZ6.923.6925.94-
YUV50.24179.78131.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.23%
GREEN value IS 30 (12.11% from 255) = 13.22%
BLUE value IS 142 (55.86% from 255) = 62.56%
R=24.23%
G=13.22%
B=62.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal55301420.610.7900.44253.3965.1233.73
Hex371E8E3D4F02Cfd4122
Octal67362167511705437510142
Binary110111111101000111011110110011110101100111111011000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371E8E; }

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

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

<style>
 a { background-color: #371E8E; }

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

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

<style>
 span { border-color: #371E8E; }

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

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