#371986

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

Shades of Persian Indigo #371986

Tints of Persian Indigo #371986

Color information

#371986 (or 0x371986) is unknown color: approx Persian Indigo. HEX triplet: 37, 19 and 86. RGB value is (55,25,134). Sum of RGB (Red+Green+Blue) = 55+25+134=214 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.70% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 134 (52.73% from 255 or 62.62% from 214); Max value from RGB is 134 - color contains mainly: blue. Hex color #371986 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371986 is #C8E679. Grayscale: #2D2D2D. Windows color (decimal): -13166202 or 8788279. OLE color: 8788279.

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

Color convert

RGB5525134-
CMYK0.590.8100.47
HSL256.51º68.55%31.18%-
HSV(B)256.51º81.34%52.55%-
XYZ6.233.2322.85-
YUV46.4177.44134.14-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.70%
GREEN value IS 25 (10.16% from 255) = 11.68%
BLUE value IS 134 (52.73% from 255) = 62.62%
R=25.70%
G=11.68%
B=62.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55251340.590.8100.47256.5168.5531.18
Hex3719863B5102F101451f
Octal67312067312105740110537
Binary110111110011000011011101110100010101111100000001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371986; }

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

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

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

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

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

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

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

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