#570875

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

Shades of Indigo #570875

Tints of Indigo #570875

Color information

#570875 (or 0x570875) is unknown color: approx Indigo. HEX triplet: 57, 08 and 75. RGB value is (87,8,117). Sum of RGB (Red+Green+Blue) = 87+8+117=212 (28% of max value = 765). Red value is 87 (34.38% from 255 or 41.04% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 117 (46.09% from 255 or 55.19% from 212); Max value from RGB is 117 - color contains mainly: blue. Hex color #570875 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570875 is #A8F78A. Grayscale: #2B2B2B. Windows color (decimal): -11073419 or 7669847. OLE color: 7669847.

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

Color convert

RGB878117-
CMYK0.260.9300.54
HSL283.49º87.2%24.51%-
HSV(B)283.49º93.16%45.88%-
XYZ7.233.4817.12-
YUV44.05169.17158.64-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.04%
GREEN value IS 8 (3.52% from 255) = 3.77%
BLUE value IS 117 (46.09% from 255) = 55.19%
R=41.04%
G=3.77%
B=55.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8781170.260.9300.54283.4987.224.51
Hex578751A5D03611b5719
Octal127101653213506643312731
Binary1010111100011101011101010111010110110100011011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570875; }

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

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

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

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

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

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

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

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