#371086

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

Shades of Persian Indigo #371086

Tints of Persian Indigo #371086

Color information

#371086 (or 0x371086) is unknown color: approx Persian Indigo. HEX triplet: 37, 10 and 86. RGB value is (55,16,134). Sum of RGB (Red+Green+Blue) = 55+16+134=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 134 (52.73% from 255 or 65.37% from 205); Max value from RGB is 134 - color contains mainly: blue. Hex color #371086 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371086 is #C8EF79. Grayscale: #282828. Windows color (decimal): -13168506 or 8785975. OLE color: 8785975.

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

Color convert

RGB5516134-
CMYK0.590.8800.47
HSL259.83º78.67%29.41%-
HSV(B)259.83º88.06%52.55%-
XYZ6.062.922.8-
YUV41.11180.42137.91-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.83%
GREEN value IS 16 (6.64% from 255) = 7.80%
BLUE value IS 134 (52.73% from 255) = 65.37%
R=26.83%
G=7.80%
B=65.37%

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
Decimal55161340.590.8800.47259.8378.6729.41
Hex3710863B5802F1044f1d
Octal67202067313005740411735
Binary110111100001000011011101110110000101111100000100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371086; }

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

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

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

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

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

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

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

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