#571988

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

Shades of Indigo #571988

Tints of Indigo #571988

Color information

#571988 (or 0x571988) is unknown color: approx Indigo. HEX triplet: 57, 19 and 88. RGB value is (87,25,136). Sum of RGB (Red+Green+Blue) = 87+25+136=248 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.08% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 136 (53.52% from 255 or 54.84% from 248); Max value from RGB is 136 - color contains mainly: blue. Hex color #571988 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #571988 is #A8E677. Grayscale: #373737. Windows color (decimal): -11069048 or 8919383. OLE color: 8919383.

HSL color Cylindrical-coordinate representation of color #571988: hue angle of 273.51º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #571988 is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8725136-
CMYK0.360.8200.47
HSL273.51º68.94%31.57%-
HSV(B)273.51º81.62%53.33%-
XYZ8.724.523.7-
YUV56.19173.04149.97-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.08%
GREEN value IS 25 (10.16% from 255) = 10.08%
BLUE value IS 136 (53.52% from 255) = 54.84%
R=35.08%
G=10.08%
B=54.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal87251360.360.8200.47273.5168.9431.57
Hex571988245202F1124520
Octal127312104412205742210540
Binary10101111100110001000100100101001001011111000100101000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571988; }

 p { color: rgb(87,25,136); }

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

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

 a { background-color: rgb(87,25,136); }

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

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

 span { border-color: rgb(87,25,136); }

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