#570572

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

Shades of Indigo #570572

Tints of Indigo #570572

Color information

#570572 (or 0x570572) is unknown color: approx Indigo. HEX triplet: 57, 05 and 72. RGB value is (87,5,114). Sum of RGB (Red+Green+Blue) = 87+5+114=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 114 (44.92% from 255 or 55.34% from 206); Max value from RGB is 114 - color contains mainly: blue. Hex color #570572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570572 is #A8FA8D. Grayscale: #292929. Windows color (decimal): -11074190 or 7472471. OLE color: 7472471.

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

Color convert

RGB875114-
CMYK0.240.9600.55
HSL285.14º91.6%23.33%-
HSV(B)285.14º95.61%44.71%-
XYZ7.023.3516.2-
YUV41.94168.67160.14-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.23%
GREEN value IS 5 (2.34% from 255) = 2.43%
BLUE value IS 114 (44.92% from 255) = 55.34%
R=42.23%
G=2.43%
B=55.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8751140.240.9600.55285.1491.623.33
Hex57572186003711d5c17
Octal12751623014006743513427
Binary101011110111100101100011000000110111100011101101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570572; }

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

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

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

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

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

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

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

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