#571872

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

Shades of Indigo #571872

Tints of Indigo #571872

Color information

#571872 (or 0x571872) is unknown color: approx Indigo. HEX triplet: 57, 18 and 72. RGB value is (87,24,114). Sum of RGB (Red+Green+Blue) = 87+24+114=225 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.67% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #571872 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571872 is #A8E78D. Grayscale: #343434. Windows color (decimal): -11069326 or 7477335. OLE color: 7477335.

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

Color convert

RGB8724114-
CMYK0.240.7900.55
HSL282º65.22%27.06%-
HSV(B)282º78.95%44.71%-
XYZ7.293.8916.29-
YUV53.1162.37152.18-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.67%
GREEN value IS 24 (9.77% from 255) = 10.67%
BLUE value IS 114 (44.92% from 255) = 50.67%
R=38.67%
G=10.67%
B=50.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87241140.240.7900.5528265.2227.06
Hex571872184F03711a411b
Octal127301623011706743210133
Binary10101111100011100101100010011110110111100011010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571872; }

 p { color: rgb(87,24,114); }

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

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

 a { background-color: rgb(87,24,114); }

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

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

 span { border-color: rgb(87,24,114); }

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