#570B75

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

Shades of Indigo #570B75

Tints of Indigo #570B75

Color information

#570B75 (or 0x570B75) is unknown color: approx Indigo. HEX triplet: 57, 0B and 75. RGB value is (87,11,117). Sum of RGB (Red+Green+Blue) = 87+11+117=215 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.47% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #570B75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570B75 is #A8F48A. Grayscale: #2D2D2D. Windows color (decimal): -11072651 or 7670615. OLE color: 7670615.

HSL color Cylindrical-coordinate representation of color #570B75: hue angle of 283.02º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #570B75 is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8711117-
CMYK0.260.9100.54
HSL283.02º82.81%25.1%-
HSV(B)283.02º90.6%45.88%-
XYZ7.263.5517.13-
YUV45.81168.18157.38-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.47%
GREEN value IS 11 (4.69% from 255) = 5.12%
BLUE value IS 117 (46.09% from 255) = 54.42%
R=40.47%
G=5.12%
B=54.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87111170.260.9100.54283.0282.8125.1
Hex57B751A5B03611b5319
Octal127131653213306643312331
Binary1010111101111101011101010110110110110100011011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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