#570671

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

Shades of Indigo #570671

Tints of Indigo #570671

Color information

#570671 (or 0x570671) is unknown color: approx Indigo. HEX triplet: 57, 06 and 71. RGB value is (87,6,113). Sum of RGB (Red+Green+Blue) = 87+6+113=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #570671 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570671 is #A8F98E. Grayscale: #2A2A2A. Windows color (decimal): -11073935 or 7407191. OLE color: 7407191.

HSL color Cylindrical-coordinate representation of color #570671: hue angle of 285.42º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #570671 is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB876113-
CMYK0.230.9500.56
HSL285.42º89.92%23.33%-
HSV(B)285.42º94.69%44.31%-
XYZ6.983.3515.9-
YUV42.42167.84159.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.23%
GREEN value IS 6 (2.73% from 255) = 2.91%
BLUE value IS 113 (44.53% from 255) = 54.85%
R=42.23%
G=2.91%
B=54.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8761130.230.9500.56285.4289.9223.33
Hex57671175F03811d5a17
Octal12761612713707043513227
Binary101011111011100011011110111110111000100011101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570671; }

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

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

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

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

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

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

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

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