#5D1196

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

Shades of Indigo #5D1196

Tints of Indigo #5D1196

Color information

#5D1196 (or 0x5D1196) is unknown color: approx Indigo. HEX triplet: 5D, 11 and 96. RGB value is (93,17,150). Sum of RGB (Red+Green+Blue) = 93+17+150=260 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.77% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 150 (58.98% from 255 or 57.69% from 260); Max value from RGB is 150 - color contains mainly: blue. Hex color #5D1196 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D1196 is #A2EE69. Grayscale: #363636. Windows color (decimal): -10677866 or 9834845. OLE color: 9834845.

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

Color convert

RGB9317150-
CMYK0.380.8900.41
HSL274.29º79.64%32.75%-
HSV(B)274.29º88.67%58.82%-
XYZ10.224.9329.27-
YUV54.89181.68155.19-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 35.77%
GREEN value IS 17 (7.03% from 255) = 6.54%
BLUE value IS 150 (58.98% from 255) = 57.69%
R=35.77%
G=6.54%
B=57.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal93171500.380.8900.41274.2979.6432.75
Hex5D119626590291125021
Octal135212264613105142212041
Binary10111011000110010110100110101100101010011000100101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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