#370287

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

Shades of Persian Indigo #370287

Tints of Persian Indigo #370287

Color information

#370287 (or 0x370287) is unknown color: approx Persian Indigo. HEX triplet: 37, 02 and 87. RGB value is (55,2,135). Sum of RGB (Red+Green+Blue) = 55+2+135=192 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.65% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 135 (53.12% from 255 or 70.31% from 192); Max value from RGB is 135 - color contains mainly: blue. Hex color #370287 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370287 is #C8FD78. Grayscale: #202020. Windows color (decimal): -13172089 or 8847927. OLE color: 8847927.

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

Color convert

RGB552135-
CMYK0.590.9900.47
HSL263.91º97.08%26.86%-
HSV(B)263.91º98.52%52.94%-
XYZ5.972.623.11-
YUV33.01185.56143.69-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.65%
GREEN value IS 2 (1.17% from 255) = 1.04%
BLUE value IS 135 (53.12% from 255) = 70.31%
R=28.65%
G=1.04%
B=70.31%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5521350.590.9900.47263.9197.0826.86
Hex372873B6302F108611b
Octal6722077314305741014133
Binary110111101000011111101111000110101111100001000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370287; }

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

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

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

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

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

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

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

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