#571078

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

Shades of Indigo #571078

Tints of Indigo #571078

Color information

#571078 (or 0x571078) is unknown color: approx Indigo. HEX triplet: 57, 10 and 78. RGB value is (87,16,120). Sum of RGB (Red+Green+Blue) = 87+16+120=223 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.01% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 120 (47.27% from 255 or 53.81% from 223); Max value from RGB is 120 - color contains mainly: blue. Hex color #571078 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571078 is #A8EF87. Grayscale: #303030. Windows color (decimal): -11071368 or 7868503. OLE color: 7868503.

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

Color convert

RGB8716120-
CMYK0.280.8700.53
HSL280.96º76.47%26.67%-
HSV(B)280.96º86.67%47.06%-
XYZ7.513.7518.1-
YUV49.08168.02155.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.01%
GREEN value IS 16 (6.64% from 255) = 7.17%
BLUE value IS 120 (47.27% from 255) = 53.81%
R=39.01%
G=7.17%
B=53.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal87161200.280.8700.53280.9676.4726.67
Hex5710781C570351194c1b
Octal127201703412706543111433
Binary10101111000011110001110010101110110101100011001100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571078; }

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

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

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

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

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

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

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

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