#570B6A

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

Shades of Indigo #570B6A

Tints of Indigo #570B6A

Color information

#570B6A (or 0x570B6A) is unknown color: approx Indigo. HEX triplet: 57, 0B and 6A. RGB value is (87,11,106). Sum of RGB (Red+Green+Blue) = 87+11+106=204 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.65% from 204); Green value is 11 (4.69% from 255 or 5.39% from 204); Blue value is 106 (41.80% from 255 or 51.96% from 204); Max value from RGB is 106 - color contains mainly: blue. Hex color #570B6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570B6A is #A8F495. Grayscale: #2C2C2C. Windows color (decimal): -11072662 or 6949719. OLE color: 6949719.

HSL color Cylindrical-coordinate representation of color #570B6A: hue angle of 288º 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 #570B6A is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8711106-
CMYK0.180.9000.58
HSL288º81.2%22.94%-
HSV(B)288º89.62%41.57%-
XYZ6.653.3113.92-
YUV44.55162.68158.28-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.65%
GREEN value IS 11 (4.69% from 255) = 5.39%
BLUE value IS 106 (41.80% from 255) = 51.96%
R=42.65%
G=5.39%
B=51.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal87111060.180.9000.5828881.222.94
Hex57B6A125A03A1205117
Octal127131522213207244012127
Binary1010111101111010101001010110100111010100100000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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