#570F6B

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

Shades of Indigo #570F6B

Tints of Indigo #570F6B

Color information

#570F6B (or 0x570F6B) is unknown color: approx Indigo. HEX triplet: 57, 0F and 6B. RGB value is (87,15,107). Sum of RGB (Red+Green+Blue) = 87+15+107=209 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.63% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 107 (42.19% from 255 or 51.20% from 209); Max value from RGB is 107 - color contains mainly: blue. Hex color #570F6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570F6B is #A8F094. Grayscale: #2E2E2E. Windows color (decimal): -11071637 or 7016279. OLE color: 7016279.

HSL color Cylindrical-coordinate representation of color #570F6B: hue angle of 286.96º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #570F6B is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8715107-
CMYK0.190.8600.58
HSL286.96º75.41%23.92%-
HSV(B)286.96º85.98%41.96%-
XYZ6.763.4314.22-
YUV47.02161.85156.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.63%
GREEN value IS 15 (6.25% from 255) = 7.18%
BLUE value IS 107 (42.19% from 255) = 51.20%
R=41.63%
G=7.18%
B=51.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal87151070.190.8600.58286.9675.4123.92
Hex57F6B135603A11f4b18
Octal127171532312607243711330
Binary1010111111111010111001110101100111010100011111100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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