#570B68

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

Shades of Indigo #570B68

Tints of Indigo #570B68

Color information

#570B68 (or 0x570B68) is unknown color: approx Indigo. HEX triplet: 57, 0B and 68. RGB value is (87,11,104). Sum of RGB (Red+Green+Blue) = 87+11+104=202 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.07% from 202); Green value is 11 (4.69% from 255 or 5.45% from 202); Blue value is 104 (41.02% from 255 or 51.49% from 202); Max value from RGB is 104 - color contains mainly: blue. Hex color #570B68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570B68 is #A8F497. Grayscale: #2C2C2C. Windows color (decimal): -11072664 or 6818647. OLE color: 6818647.

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

Color convert

RGB8711104-
CMYK0.160.8900.59
HSL289.03º80.87%22.55%-
HSV(B)289.03º89.42%40.78%-
XYZ6.553.2713.38-
YUV44.33161.68158.44-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.07%
GREEN value IS 11 (4.69% from 255) = 5.45%
BLUE value IS 104 (41.02% from 255) = 51.49%
R=43.07%
G=5.45%
B=51.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal87111040.160.8900.59289.0380.8722.55
Hex57B68105903B1215117
Octal127131502013107344112127
Binary1010111101111010001000010110010111011100100001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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