#5D0496

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

Shades of Indigo #5D0496

Tints of Indigo #5D0496

Color information

#5D0496 (or 0x5D0496) is unknown color: approx Indigo. HEX triplet: 5D, 04 and 96. RGB value is (93,4,150). Sum of RGB (Red+Green+Blue) = 93+4+150=247 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.65% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 150 (58.98% from 255 or 60.73% from 247); Max value from RGB is 150 - color contains mainly: blue. Hex color #5D0496 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0496 is #A2FB69. Grayscale: #2E2E2E. Windows color (decimal): -10681194 or 9831517. OLE color: 9831517.

HSL color Cylindrical-coordinate representation of color #5D0496: hue angle of 276.58º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D0496 is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB934150-
CMYK0.380.9700.41
HSL276.58º94.81%30.2%-
HSV(B)276.58º97.33%58.82%-
XYZ10.064.6229.21-
YUV47.26185.99160.63-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 37.65%
GREEN value IS 4 (1.95% from 255) = 1.62%
BLUE value IS 150 (58.98% from 255) = 60.73%
R=37.65%
G=1.62%
B=60.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal9341500.380.9700.41276.5894.8130.2
Hex5D49626610291155f1e
Octal13542264614105142513736
Binary10111011001001011010011011000010101001100010101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D0496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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