#581171

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

Shades of Indigo #581171

Tints of Indigo #581171

Color information

#581171 (or 0x581171) is unknown color: approx Indigo. HEX triplet: 58, 11 and 71. RGB value is (88,17,113). Sum of RGB (Red+Green+Blue) = 88+17+113=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #581171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581171 is #A7EE8E. Grayscale: #303030. Windows color (decimal): -11005583 or 7410008. OLE color: 7410008.

HSL color Cylindrical-coordinate representation of color #581171: hue angle of 284.38º 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 #581171 is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8817113-
CMYK0.220.8500.56
HSL284.38º73.85%25.49%-
HSV(B)284.38º84.96%44.31%-
XYZ7.213.6715.95-
YUV49.17164.02155.69-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.37%
GREEN value IS 17 (7.03% from 255) = 7.80%
BLUE value IS 113 (44.53% from 255) = 51.83%
R=40.37%
G=7.80%
B=51.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88171130.220.8500.56284.3873.8525.49
Hex581171165503811c4a19
Octal130211612612507043411231
Binary10110001000111100011011010101010111000100011100100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581171; }

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

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

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

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

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

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

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

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