#570678

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

Shades of Indigo #570678

Tints of Indigo #570678

Color information

#570678 (or 0x570678) is unknown color: approx Indigo. HEX triplet: 57, 06 and 78. RGB value is (87,6,120). Sum of RGB (Red+Green+Blue) = 87+6+120=213 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.85% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 120 (47.27% from 255 or 56.34% from 213); Max value from RGB is 120 - color contains mainly: blue. Hex color #570678 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570678 is #A8F987. Grayscale: #2A2A2A. Windows color (decimal): -11073928 or 7865943. OLE color: 7865943.

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

Color convert

RGB876120-
CMYK0.280.9500.53
HSL282.63º90.48%24.71%-
HSV(B)282.63º95%47.06%-
XYZ7.393.5118.06-
YUV43.22171.34159.23-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.85%
GREEN value IS 6 (2.73% from 255) = 2.82%
BLUE value IS 120 (47.27% from 255) = 56.34%
R=40.85%
G=2.82%
B=56.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8761200.280.9500.53282.6390.4824.71
Hex576781C5F03511b5a19
Octal12761703413706543313231
Binary101011111011110001110010111110110101100011011101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570678; }

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

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

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

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

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

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

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

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