#57057A

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

Shades of Indigo #57057A

Tints of Indigo #57057A

Color information

#57057A (or 0x57057A) is unknown color: approx Indigo. HEX triplet: 57, 05 and 7A. RGB value is (87,5,122). Sum of RGB (Red+Green+Blue) = 87+5+122=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 122 (48.05% from 255 or 57.01% from 214); Max value from RGB is 122 - color contains mainly: blue. Hex color #57057A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57057A is #A8FA85. Grayscale: #2A2A2A. Windows color (decimal): -11074182 or 7996759. OLE color: 7996759.

HSL color Cylindrical-coordinate representation of color #57057A: hue angle of 282.05º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #57057A is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB875122-
CMYK0.290.9600.52
HSL282.05º92.13%24.9%-
HSV(B)282.05º95.9%47.84%-
XYZ7.53.5418.7-
YUV42.86172.67159.49-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.65%
GREEN value IS 5 (2.34% from 255) = 2.34%
BLUE value IS 122 (48.05% from 255) = 57.01%
R=40.65%
G=2.34%
B=57.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8751220.290.9600.52282.0592.1324.9
Hex5757A1D6003411a5c19
Octal12751723514006443213431
Binary101011110111110101110111000000110100100011010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57057A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57057A; }

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

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

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

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

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

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

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

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