#570B6C

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

Shades of Indigo #570B6C

Tints of Indigo #570B6C

Color information

#570B6C (or 0x570B6C) is unknown color: approx Indigo. HEX triplet: 57, 0B and 6C. RGB value is (87,11,108). Sum of RGB (Red+Green+Blue) = 87+11+108=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 11 (4.69% from 255 or 5.34% from 206); Blue value is 108 (42.58% from 255 or 52.43% from 206); Max value from RGB is 108 - color contains mainly: blue. Hex color #570B6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570B6C is #A8F493. Grayscale: #2C2C2C. Windows color (decimal): -11072660 or 7080791. OLE color: 7080791.

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

Color convert

RGB8711108-
CMYK0.190.9000.58
HSL287.01º81.51%23.33%-
HSV(B)287.01º89.81%42.35%-
XYZ6.763.3514.48-
YUV44.78163.68158.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.23%
GREEN value IS 11 (4.69% from 255) = 5.34%
BLUE value IS 108 (42.58% from 255) = 52.43%
R=42.23%
G=5.34%
B=52.43%

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
Decimal87111080.190.9000.58287.0181.5123.33
Hex57B6C135A03A11f5217
Octal127131542313207243712227
Binary1010111101111011001001110110100111010100011111101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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