#5D0479

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

Shades of Indigo #5D0479

Tints of Indigo #5D0479

Color information

#5D0479 (or 0x5D0479) is unknown color: approx Indigo. HEX triplet: 5D, 04 and 79. RGB value is (93,4,121). Sum of RGB (Red+Green+Blue) = 93+4+121=218 (28% of max value = 765). Red value is 93 (36.72% from 255 or 42.66% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 121 (47.66% from 255 or 55.50% from 218); Max value from RGB is 121 - color contains mainly: blue. Hex color #5D0479 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0479 is #A2FB86. Grayscale: #2B2B2B. Windows color (decimal): -10681223 or 7930973. OLE color: 7930973.

HSL color Cylindrical-coordinate representation of color #5D0479: hue angle of 285.64º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D0479 is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB934121-
CMYK0.230.9700.53
HSL285.64º93.6%24.51%-
HSV(B)285.64º96.69%47.45%-
XYZ8.013.7918.4-
YUV43.95171.49162.99-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 42.66%
GREEN value IS 4 (1.95% from 255) = 1.83%
BLUE value IS 121 (47.66% from 255) = 55.50%
R=42.66%
G=1.83%
B=55.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9341210.230.9700.53285.6493.624.51
Hex5D479176103511e5e19
Octal13541712714106543613631
Binary101110110011110011011111000010110101100011110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D0479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,4,121); }

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

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

 a { background-color: rgb(93,4,121); }

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

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

 span { border-color: rgb(93,4,121); }

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