#57096F

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

Shades of Indigo #57096F

Tints of Indigo #57096F

Color information

#57096F (or 0x57096F) is unknown color: approx Indigo. HEX triplet: 57, 09 and 6F. RGB value is (87,9,111). Sum of RGB (Red+Green+Blue) = 87+9+111=207 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.03% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 111 (43.75% from 255 or 53.62% from 207); Max value from RGB is 111 - color contains mainly: blue. Hex color #57096F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57096F is #A8F690. Grayscale: #2B2B2B. Windows color (decimal): -11073169 or 7276887. OLE color: 7276887.

HSL color Cylindrical-coordinate representation of color #57096F: hue angle of 285.88º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #57096F is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB879111-
CMYK0.220.9200.56
HSL285.88º85%23.53%-
HSV(B)285.88º91.89%43.53%-
XYZ6.93.3715.33-
YUV43.95165.84158.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.03%
GREEN value IS 9 (3.91% from 255) = 4.35%
BLUE value IS 111 (43.75% from 255) = 53.62%
R=42.03%
G=4.35%
B=53.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8791110.220.9200.56285.888523.53
Hex5796F165C03811e5518
Octal127111572613407043612530
Binary1010111100111011111011010111000111000100011110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57096F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57096F; }

 p { color: rgb(87,9,111); }

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

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

 a { background-color: rgb(87,9,111); }

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

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

 span { border-color: rgb(87,9,111); }

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