#570971

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

Shades of Indigo #570971

Tints of Indigo #570971

Color information

#570971 (or 0x570971) is unknown color: approx Indigo. HEX triplet: 57, 09 and 71. RGB value is (87,9,113). Sum of RGB (Red+Green+Blue) = 87+9+113=209 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.63% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #570971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570971 is #A8F68E. Grayscale: #2B2B2B. Windows color (decimal): -11073167 or 7407959. OLE color: 7407959.

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

Color convert

RGB879113-
CMYK0.230.9200.56
HSL285º85.25%23.92%-
HSV(B)285º92.04%44.31%-
XYZ7.013.4115.91-
YUV44.18166.84158.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.63%
GREEN value IS 9 (3.91% from 255) = 4.31%
BLUE value IS 113 (44.53% from 255) = 54.07%
R=41.63%
G=4.31%
B=54.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8791130.230.9200.5628585.2523.92
Hex57971175C03811d5518
Octal127111612713407043512530
Binary1010111100111100011011110111000111000100011101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570971; }

 p { color: rgb(87,9,113); }

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

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

 a { background-color: rgb(87,9,113); }

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

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

 span { border-color: rgb(87,9,113); }

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