#570276

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

Shades of Indigo #570276

Tints of Indigo #570276

Color information

#570276 (or 0x570276) is unknown color: approx Indigo. HEX triplet: 57, 02 and 76. RGB value is (87,2,118). Sum of RGB (Red+Green+Blue) = 87+2+118=207 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.03% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 118 (46.48% from 255 or 57.00% from 207); Max value from RGB is 118 - color contains mainly: blue. Hex color #570276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570276 is #A8FD89. Grayscale: #282828. Windows color (decimal): -11074954 or 7733847. OLE color: 7733847.

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

Color convert

RGB872118-
CMYK0.260.9800.54
HSL283.97º96.67%23.53%-
HSV(B)283.97º98.31%46.27%-
XYZ7.223.3817.41-
YUV40.64171.66161.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.03%
GREEN value IS 2 (1.17% from 255) = 0.97%
BLUE value IS 118 (46.48% from 255) = 57.00%
R=42.03%
G=0.97%
B=57.00%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8721180.260.9800.54283.9796.6723.53
Hex572761A6203611c6118
Octal12721663214206643414130
Binary10101111011101101101011000100110110100011100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570276; }

 p { color: rgb(87,2,118); }

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

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

 a { background-color: rgb(87,2,118); }

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

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

 span { border-color: rgb(87,2,118); }

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