#371171

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

Shades of Persian Indigo #371171

Tints of Persian Indigo #371171

Color information

#371171 (or 0x371171) is unknown color: approx Persian Indigo. HEX triplet: 37, 11 and 71. RGB value is (55,17,113). Sum of RGB (Red+Green+Blue) = 55+17+113=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 113 (44.53% from 255 or 61.08% from 185); Max value from RGB is 113 - color contains mainly: blue. Hex color #371171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371171 is #C8EE8E. Grayscale: #262626. Windows color (decimal): -13168271 or 7409975. OLE color: 7409975.

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

Color convert

RGB5517113-
CMYK0.510.8500.56
HSL263.75º73.85%25.49%-
HSV(B)263.75º84.96%44.31%-
XYZ4.762.4115.84-
YUV39.31169.59139.19-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.73%
GREEN value IS 17 (7.03% from 255) = 9.19%
BLUE value IS 113 (44.53% from 255) = 61.08%
R=29.73%
G=9.19%
B=61.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55171130.510.8500.56263.7573.8525.49
Hex37117133550381084a19
Octal67211616312507041011231
Binary11011110001111000111001110101010111000100001000100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371171; }

 p { color: rgb(55,17,113); }

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

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

 a { background-color: rgb(55,17,113); }

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

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

 span { border-color: rgb(55,17,113); }

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