#57046F

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

Shades of Indigo #57046F

Tints of Indigo #57046F

Color information

#57046F (or 0x57046F) is unknown color: approx Indigo. HEX triplet: 57, 04 and 6F. RGB value is (87,4,111). Sum of RGB (Red+Green+Blue) = 87+4+111=202 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.07% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 111 (43.75% from 255 or 54.95% from 202); Max value from RGB is 111 - color contains mainly: blue. Hex color #57046F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57046F is #A8FB90. Grayscale: #282828. Windows color (decimal): -11074449 or 7275607. OLE color: 7275607.

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

Color convert

RGB874111-
CMYK0.220.9600.56
HSL286.54º93.04%22.55%-
HSV(B)286.54º96.4%43.53%-
XYZ6.843.2615.31-
YUV41.02167.5160.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.07%
GREEN value IS 4 (1.95% from 255) = 1.98%
BLUE value IS 111 (43.75% from 255) = 54.95%
R=43.07%
G=1.98%
B=54.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8741110.220.9600.56286.5493.0422.55
Hex5746F166003811f5d17
Octal12741572614007043713527
Binary101011110011011111011011000000111000100011111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57046F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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