#570F6D

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

Shades of Indigo #570F6D

Tints of Indigo #570F6D

Color information

#570F6D (or 0x570F6D) is unknown color: approx Indigo. HEX triplet: 57, 0F and 6D. RGB value is (87,15,109). Sum of RGB (Red+Green+Blue) = 87+15+109=211 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.23% from 211); Green value is 15 (6.25% from 255 or 7.11% from 211); Blue value is 109 (42.97% from 255 or 51.66% from 211); Max value from RGB is 109 - color contains mainly: blue. Hex color #570F6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570F6D is #A8F092. Grayscale: #2E2E2E. Windows color (decimal): -11071635 or 7147351. OLE color: 7147351.

HSL color Cylindrical-coordinate representation of color #570F6D: hue angle of 285.96º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #570F6D is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8715109-
CMYK0.200.8600.57
HSL285.96º75.81%24.31%-
HSV(B)285.96º86.24%42.75%-
XYZ6.863.4714.78-
YUV47.24162.85156.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.23%
GREEN value IS 15 (6.25% from 255) = 7.11%
BLUE value IS 109 (42.97% from 255) = 51.66%
R=41.23%
G=7.11%
B=51.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal87151090.200.8600.57285.9675.8124.31
Hex57F6D145603911e4c18
Octal127171552412607143611430
Binary1010111111111011011010010101100111001100011110100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570F6D; }

 p { color: rgb(87,15,109); }

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

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

 a { background-color: rgb(87,15,109); }

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

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

 span { border-color: rgb(87,15,109); }

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