#371087

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

Shades of Persian Indigo #371087

Tints of Persian Indigo #371087

Color information

#371087 (or 0x371087) is unknown color: approx Persian Indigo. HEX triplet: 37, 10 and 87. RGB value is (55,16,135). Sum of RGB (Red+Green+Blue) = 55+16+135=206 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.70% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 135 (53.12% from 255 or 65.53% from 206); Max value from RGB is 135 - color contains mainly: blue. Hex color #371087 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371087 is #C8EF78. Grayscale: #282828. Windows color (decimal): -13168505 or 8851511. OLE color: 8851511.

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

Color convert

RGB5516135-
CMYK0.590.8800.47
HSL259.66º78.81%29.61%-
HSV(B)259.66º88.15%52.94%-
XYZ6.132.9323.16-
YUV41.23180.92137.82-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.70%
GREEN value IS 16 (6.64% from 255) = 7.77%
BLUE value IS 135 (53.12% from 255) = 65.53%
R=26.70%
G=7.77%
B=65.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55161350.590.8800.47259.6678.8129.61
Hex3710873B5802F1044f1e
Octal67202077313005740411736
Binary110111100001000011111101110110000101111100000100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371087; }

 p { color: rgb(55,16,135); }

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

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

 a { background-color: rgb(55,16,135); }

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

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

 span { border-color: rgb(55,16,135); }

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