#57056D

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

Shades of Indigo #57056D

Tints of Indigo #57056D

Color information

#57056D (or 0x57056D) is unknown color: approx Indigo. HEX triplet: 57, 05 and 6D. RGB value is (87,5,109). Sum of RGB (Red+Green+Blue) = 87+5+109=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 109 (42.97% from 255 or 54.23% from 201); Max value from RGB is 109 - color contains mainly: blue. Hex color #57056D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57056D is #A8FA92. Grayscale: #292929. Windows color (decimal): -11074195 or 7144791. OLE color: 7144791.

HSL color Cylindrical-coordinate representation of color #57056D: hue angle of 287.31º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #57056D is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB875109-
CMYK0.200.9500.57
HSL287.31º91.23%22.35%-
HSV(B)287.31º95.41%42.75%-
XYZ6.753.2414.74-
YUV41.37166.17160.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.28%
GREEN value IS 5 (2.34% from 255) = 2.49%
BLUE value IS 109 (42.97% from 255) = 54.23%
R=43.28%
G=2.49%
B=54.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8751090.200.9500.57287.3191.2322.35
Hex5756D145F03911f5b16
Octal12751552413707143713326
Binary101011110111011011010010111110111001100011111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57056D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57056D; }

 p { color: rgb(87,5,109); }

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

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

 a { background-color: rgb(87,5,109); }

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

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

 span { border-color: rgb(87,5,109); }

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