#570063

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

Shades of Indigo #570063

Tints of Indigo #570063

Color information

#570063 (or 0x570063) is unknown color: approx Indigo. HEX triplet: 57, 00 and 63. RGB value is (87,0,99). Sum of RGB (Red+Green+Blue) = 87+0+99=186 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.77% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 99 (39.06% from 255 or 53.23% from 186); Max value from RGB is 99 - color contains mainly: blue. Hex color #570063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570063 is #A8FF9C. Grayscale: #242424. Windows color (decimal): -11075485 or 6488151. OLE color: 6488151.

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

Color convert

RGB87099-
CMYK0.12100.61
HSL292.73º100%19.41%-
HSV(B)292.73º100%38.82%-
XYZ6.182.9312.04-
YUV37.3162.82163.45-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 99 (39.06% from 255) = 53.23%
R=46.77%
G=0%
B=53.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal870990.12100.61292.7310019.41
Hex57063C6403D1256413
Octal12701431414407544514423
Binary101011101100011110011001000111101100100101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570063; }

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

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

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

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

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

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

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

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