#371E86

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

Shades of Persian Indigo #371E86

Tints of Persian Indigo #371E86

Color information

#371E86 (or 0x371E86) is unknown color: approx Persian Indigo. HEX triplet: 37, 1E and 86. RGB value is (55,30,134). Sum of RGB (Red+Green+Blue) = 55+30+134=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 30 (12.11% from 255 or 13.70% from 219); Blue value is 134 (52.73% from 255 or 61.19% from 219); Max value from RGB is 134 - color contains mainly: blue. Hex color #371E86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371E86 is #C8E179. Grayscale: #303030. Windows color (decimal): -13164922 or 8789559. OLE color: 8789559.

HSL color Cylindrical-coordinate representation of color #371E86: hue angle of 254.42º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #371E86 is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5530134-
CMYK0.590.7800.47
HSL254.42º63.41%32.16%-
HSV(B)254.42º77.61%52.55%-
XYZ6.343.4622.89-
YUV49.33175.78132.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.11%
GREEN value IS 30 (12.11% from 255) = 13.70%
BLUE value IS 134 (52.73% from 255) = 61.19%
R=25.11%
G=13.70%
B=61.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55301340.590.7800.47254.4263.4132.16
Hex371E863B4E02Ffe3f20
Octal6736206731160573767740
Binary11011111110100001101110111001110010111111111110111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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