#571278

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

Shades of Indigo #571278

Tints of Indigo #571278

Color information

#571278 (or 0x571278) is unknown color: approx Indigo. HEX triplet: 57, 12 and 78. RGB value is (87,18,120). Sum of RGB (Red+Green+Blue) = 87+18+120=225 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.67% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #571278 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571278 is #A8ED87. Grayscale: #313131. Windows color (decimal): -11070856 or 7869015. OLE color: 7869015.

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

Color convert

RGB8718120-
CMYK0.280.8500.53
HSL280.59º73.91%27.06%-
HSV(B)280.59º85%47.06%-
XYZ7.543.8118.11-
YUV50.26167.36154.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.67%
GREEN value IS 18 (7.42% from 255) = 8%
BLUE value IS 120 (47.27% from 255) = 53.33%
R=38.67%
G=8%
B=53.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal87181200.280.8500.53280.5973.9127.06
Hex5712781C550351194a1b
Octal127221703412506543111233
Binary10101111001011110001110010101010110101100011001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571278; }

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

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

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

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

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

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

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

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