#570278

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

Shades of Indigo #570278

Tints of Indigo #570278

Color information

#570278 (or 0x570278) is unknown color: approx Indigo. HEX triplet: 57, 02 and 78. RGB value is (87,2,120). Sum of RGB (Red+Green+Blue) = 87+2+120=209 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.63% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 120 (47.27% from 255 or 57.42% from 209); Max value from RGB is 120 - color contains mainly: blue. Hex color #570278 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570278 is #A8FD87. Grayscale: #282828. Windows color (decimal): -11074952 or 7864919. OLE color: 7864919.

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

Color convert

RGB872120-
CMYK0.280.9800.53
HSL283.22º96.72%23.92%-
HSV(B)283.22º98.33%47.06%-
XYZ7.343.4318.04-
YUV40.87172.66160.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.63%
GREEN value IS 2 (1.17% from 255) = 0.96%
BLUE value IS 120 (47.27% from 255) = 57.42%
R=41.63%
G=0.96%
B=57.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8721200.280.9800.53283.2296.7223.92
Hex572781C6203511b6118
Octal12721703414206543314130
Binary10101111011110001110011000100110101100011011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570278; }

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

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

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

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

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

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

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

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