#570B6B

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

Shades of Indigo #570B6B

Tints of Indigo #570B6B

Color information

#570B6B (or 0x570B6B) is unknown color: approx Indigo. HEX triplet: 57, 0B and 6B. RGB value is (87,11,107). Sum of RGB (Red+Green+Blue) = 87+11+107=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 11 (4.69% from 255 or 5.37% from 205); Blue value is 107 (42.19% from 255 or 52.20% from 205); Max value from RGB is 107 - color contains mainly: blue. Hex color #570B6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570B6B is #A8F494. Grayscale: #2C2C2C. Windows color (decimal): -11072661 or 7015255. OLE color: 7015255.

HSL color Cylindrical-coordinate representation of color #570B6B: hue angle of 287.5º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #570B6B is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8711107-
CMYK0.190.9000.58
HSL287.5º81.36%23.14%-
HSV(B)287.5º89.72%41.96%-
XYZ6.73.3314.2-
YUV44.67163.18158.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.44%
GREEN value IS 11 (4.69% from 255) = 5.37%
BLUE value IS 107 (42.19% from 255) = 52.20%
R=42.44%
G=5.37%
B=52.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal87111070.190.9000.58287.581.3623.14
Hex57B6B135A03A1205117
Octal127131532313207244012127
Binary1010111101111010111001110110100111010100100000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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