#5D0177

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

Shades of Indigo #5D0177

Tints of Indigo #5D0177

Color information

#5D0177 (or 0x5D0177) is unknown color: approx Indigo. HEX triplet: 5D, 01 and 77. RGB value is (93,1,119). Sum of RGB (Red+Green+Blue) = 93+1+119=213 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.66% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 119 (46.88% from 255 or 55.87% from 213); Max value from RGB is 119 - color contains mainly: blue. Hex color #5D0177 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0177 is #A2FE88. Grayscale: #292929. Windows color (decimal): -10681993 or 7799133. OLE color: 7799133.

HSL color Cylindrical-coordinate representation of color #5D0177: hue angle of 286.78º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D0177 is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB931119-
CMYK0.220.9900.53
HSL286.78º98.33%23.53%-
HSV(B)286.78º99.16%46.67%-
XYZ7.853.6817.75-
YUV41.96171.48164.41-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 43.66%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 119 (46.88% from 255) = 55.87%
R=43.66%
G=0.47%
B=55.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9311190.220.9900.53286.7898.3323.53
Hex5D177166303511f6218
Octal13511672614306543714230
Binary1011101111101111011011000110110101100011111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D0177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D0177; }

 p { color: rgb(93,1,119); }

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

<style>
 a { background-color: #5D0177; }

 a { background-color: rgb(93,1,119); }

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

<style>
 span { border-color: #5D0177; }

 span { border-color: rgb(93,1,119); }

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