#571476

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

Shades of Indigo #571476

Tints of Indigo #571476

Color information

#571476 (or 0x571476) is unknown color: approx Indigo. HEX triplet: 57, 14 and 76. RGB value is (87,20,118). Sum of RGB (Red+Green+Blue) = 87+20+118=225 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.67% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #571476 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571476 is #A8EB89. Grayscale: #323232. Windows color (decimal): -11070346 or 7738455. OLE color: 7738455.

HSL color Cylindrical-coordinate representation of color #571476: hue angle of 281.02º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #571476 is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8720118-
CMYK0.260.8300.54
HSL281.02º71.01%27.06%-
HSV(B)281.02º83.05%46.27%-
XYZ7.453.8317.49-
YUV51.2165.7153.53-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.67%
GREEN value IS 20 (8.20% from 255) = 8.89%
BLUE value IS 118 (46.48% from 255) = 52.44%
R=38.67%
G=8.89%
B=52.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87201180.260.8300.54281.0271.0127.06
Hex5714761A53036119471b
Octal127241663212306643110733
Binary10101111010011101101101010100110110110100011001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571476; }

 p { color: rgb(87,20,118); }

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

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

 a { background-color: rgb(87,20,118); }

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

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

 span { border-color: rgb(87,20,118); }

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