#371770

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

Shades of Persian Indigo #371770

Tints of Persian Indigo #371770

Color information

#371770 (or 0x371770) is unknown color: approx Persian Indigo. HEX triplet: 37, 17 and 70. RGB value is (55,23,112). Sum of RGB (Red+Green+Blue) = 55+23+112=190 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.95% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 112 (44.14% from 255 or 58.95% from 190); Max value from RGB is 112 - color contains mainly: blue. Hex color #371770 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371770 is #C8E88F. Grayscale: #2A2A2A. Windows color (decimal): -13166736 or 7345975. OLE color: 7345975.

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

Color convert

RGB5523112-
CMYK0.510.7900.56
HSL261.57º65.93%26.47%-
HSV(B)261.57º79.46%43.92%-
XYZ4.812.5915.58-
YUV42.71167.1136.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.95%
GREEN value IS 23 (9.38% from 255) = 12.11%
BLUE value IS 112 (44.14% from 255) = 58.95%
R=28.95%
G=12.11%
B=58.95%

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
Decimal55231120.510.7900.56261.5765.9326.47
Hex371770334F038106421a
Octal67271606311707040610232
Binary11011110111111000011001110011110111000100000110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371770; }

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

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

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

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

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

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

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

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