#570172

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

Shades of Indigo #570172

Tints of Indigo #570172

Color information

#570172 (or 0x570172) is unknown color: approx Indigo. HEX triplet: 57, 01 and 72. RGB value is (87,1,114). Sum of RGB (Red+Green+Blue) = 87+1+114=202 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.07% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 114 (44.92% from 255 or 56.44% from 202); Max value from RGB is 114 - color contains mainly: blue. Hex color #570172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570172 is #A8FE8D. Grayscale: #272727. Windows color (decimal): -11075214 or 7471447. OLE color: 7471447.

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

Color convert

RGB871114-
CMYK0.240.9900.55
HSL285.66º98.26%22.55%-
HSV(B)285.66º99.12%44.71%-
XYZ6.983.2616.18-
YUV39.6169.99161.81-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.07%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 114 (44.92% from 255) = 56.44%
R=43.07%
G=0.50%
B=56.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8711140.240.9900.55285.6698.2622.55
Hex57172186303711e6217
Octal12711623014306743614227
Binary1010111111100101100011000110110111100011110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570172; }

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

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

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

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

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

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

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

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