#57058D

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

Shades of Indigo #57058D

Tints of Indigo #57058D

Color information

#57058D (or 0x57058D) is unknown color: approx Indigo. HEX triplet: 57, 05 and 8D. RGB value is (87,5,141). Sum of RGB (Red+Green+Blue) = 87+5+141=233 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.34% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 141 (55.47% from 255 or 60.52% from 233); Max value from RGB is 141 - color contains mainly: blue. Hex color #57058D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57058D is #A8FA72. Grayscale: #2C2C2C. Windows color (decimal): -11074163 or 9241943. OLE color: 9241943.

HSL color Cylindrical-coordinate representation of color #57058D: hue angle of 276.18º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #57058D is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB875141-
CMYK0.380.9600.45
HSL276.18º93.15%28.63%-
HSV(B)276.18º96.45%55.29%-
XYZ8.794.0625.52-
YUV45.02182.17157.94-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.34%
GREEN value IS 5 (2.34% from 255) = 2.15%
BLUE value IS 141 (55.47% from 255) = 60.52%
R=37.34%
G=2.15%
B=60.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8751410.380.9600.45276.1893.1528.63
Hex5758D266002D1145d1d
Octal12752154614005542413535
Binary10101111011000110110011011000000101101100010100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57058D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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