#570060

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

Shades of Indigo #570060

Tints of Indigo #570060

Color information

#570060 (or 0x570060) is unknown color: approx Indigo. HEX triplet: 57, 00 and 60. RGB value is (87,0,96). Sum of RGB (Red+Green+Blue) = 87+0+96=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 96 (37.89% from 255 or 52.46% from 183); Max value from RGB is 96 - color contains mainly: blue. Hex color #570060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570060 is #A8FF9F. Grayscale: #242424. Windows color (decimal): -11075488 or 6291543. OLE color: 6291543.

HSL color Cylindrical-coordinate representation of color #570060: hue angle of 294.38º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #570060 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB87096-
CMYK0.09100.62
HSL294.38º100%18.82%-
HSV(B)294.38º100%37.65%-
XYZ6.042.8711.3-
YUV36.96161.32163.69-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 52.46%
R=47.54%
G=0%
B=52.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal870960.09100.62294.3810018.82
Hex5706096403E1266413
Octal12701401114407644614423
Binary101011101100000100111001000111110100100110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570060; }

 p { color: rgb(87,0,96); }

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

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

 a { background-color: rgb(87,0,96); }

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

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

 span { border-color: rgb(87,0,96); }

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