#570B69

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

Shades of Indigo #570B69

Tints of Indigo #570B69

Color information

#570B69 (or 0x570B69) is unknown color: approx Indigo. HEX triplet: 57, 0B and 69. RGB value is (87,11,105). Sum of RGB (Red+Green+Blue) = 87+11+105=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 105 (41.41% from 255 or 51.72% from 203); Max value from RGB is 105 - color contains mainly: blue. Hex color #570B69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570B69 is #A8F496. Grayscale: #2C2C2C. Windows color (decimal): -11072663 or 6884183. OLE color: 6884183.

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

Color convert

RGB8711105-
CMYK0.170.9000.59
HSL288.51º81.03%22.75%-
HSV(B)288.51º89.52%41.18%-
XYZ6.63.2913.65-
YUV44.44162.18158.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.86%
GREEN value IS 11 (4.69% from 255) = 5.42%
BLUE value IS 105 (41.41% from 255) = 51.72%
R=42.86%
G=5.42%
B=51.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal87111050.170.9000.59288.5181.0322.75
Hex57B69115A03B1215117
Octal127131512113207344112127
Binary1010111101111010011000110110100111011100100001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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