#371870

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

Shades of Persian Indigo #371870

Tints of Persian Indigo #371870

Color information

#371870 (or 0x371870) is unknown color: approx Persian Indigo. HEX triplet: 37, 18 and 70. RGB value is (55,24,112). Sum of RGB (Red+Green+Blue) = 55+24+112=191 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.80% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 112 (44.14% from 255 or 58.64% from 191); Max value from RGB is 112 - color contains mainly: blue. Hex color #371870 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371870 is #C8E78F. Grayscale: #2A2A2A. Windows color (decimal): -13166480 or 7346231. OLE color: 7346231.

HSL color Cylindrical-coordinate representation of color #371870: hue angle of 261.14º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #371870 is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5524112-
CMYK0.510.7900.56
HSL261.14º64.71%26.67%-
HSV(B)261.14º78.57%43.92%-
XYZ4.832.6415.58-
YUV43.3166.77136.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.80%
GREEN value IS 24 (9.77% from 255) = 12.57%
BLUE value IS 112 (44.14% from 255) = 58.64%
R=28.80%
G=12.57%
B=58.64%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55241120.510.7900.56261.1464.7126.67
Hex371870334F038105411b
Octal67301606311707040510133
Binary11011111000111000011001110011110111000100000101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371870; }

 p { color: rgb(55,24,112); }

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

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

 a { background-color: rgb(55,24,112); }

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

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

 span { border-color: rgb(55,24,112); }

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