#571572

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

Shades of Indigo #571572

Tints of Indigo #571572

Color information

#571572 (or 0x571572) is unknown color: approx Indigo. HEX triplet: 57, 15 and 72. RGB value is (87,21,114). Sum of RGB (Red+Green+Blue) = 87+21+114=222 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.19% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #571572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571572 is #A8EA8D. Grayscale: #333333. Windows color (decimal): -11070094 or 7476567. OLE color: 7476567.

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

Color convert

RGB8721114-
CMYK0.240.8200.55
HSL282.58º68.89%26.47%-
HSV(B)282.58º81.58%44.71%-
XYZ7.243.7816.27-
YUV51.34163.37153.44-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.19%
GREEN value IS 21 (8.59% from 255) = 9.46%
BLUE value IS 114 (44.92% from 255) = 51.35%
R=39.19%
G=9.46%
B=51.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87211140.240.8200.55282.5868.8926.47
Hex571572185203711b451a
Octal127251623012206743310532
Binary10101111010111100101100010100100110111100011011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571572; }

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

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

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

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

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

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

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

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