#570575

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

Shades of Indigo #570575

Tints of Indigo #570575

Color information

#570575 (or 0x570575) is unknown color: approx Indigo. HEX triplet: 57, 05 and 75. RGB value is (87,5,117). Sum of RGB (Red+Green+Blue) = 87+5+117=209 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.63% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 117 (46.09% from 255 or 55.98% from 209); Max value from RGB is 117 - color contains mainly: blue. Hex color #570575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570575 is #A8FA8A. Grayscale: #292929. Windows color (decimal): -11074187 or 7669079. OLE color: 7669079.

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

Color convert

RGB875117-
CMYK0.260.9600.54
HSL283.93º91.8%23.92%-
HSV(B)283.93º95.73%45.88%-
XYZ7.23.4217.11-
YUV42.29170.17159.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.63%
GREEN value IS 5 (2.34% from 255) = 2.39%
BLUE value IS 117 (46.09% from 255) = 55.98%
R=41.63%
G=2.39%
B=55.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8751170.260.9600.54283.9391.823.92
Hex575751A6003611c5c18
Octal12751653214006643413430
Binary101011110111101011101011000000110110100011100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570575; }

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

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

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

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

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

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

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

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