#570878

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

Shades of Indigo #570878

Tints of Indigo #570878

Color information

#570878 (or 0x570878) is unknown color: approx Indigo. HEX triplet: 57, 08 and 78. RGB value is (87,8,120). Sum of RGB (Red+Green+Blue) = 87+8+120=215 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.47% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 120 (47.27% from 255 or 55.81% from 215); Max value from RGB is 120 - color contains mainly: blue. Hex color #570878 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570878 is #A8F787. Grayscale: #2C2C2C. Windows color (decimal): -11073416 or 7866455. OLE color: 7866455.

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

Color convert

RGB878120-
CMYK0.280.9300.53
HSL282.32º87.5%25.1%-
HSV(B)282.32º93.33%47.06%-
XYZ7.413.5618.07-
YUV44.39170.67158.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.47%
GREEN value IS 8 (3.52% from 255) = 3.72%
BLUE value IS 120 (47.27% from 255) = 55.81%
R=40.47%
G=3.72%
B=55.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8781200.280.9300.53282.3287.525.1
Hex578781C5D03511a5819
Octal127101703413506543213031
Binary1010111100011110001110010111010110101100011010101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570878; }

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

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

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

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

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

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

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

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