#5d119e

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

Shades of Indigo #5D119E

Tints of Indigo #5D119E

Color information

#5D119E (or 0x5D119E) is unknown color: approx Indigo. HEX triplet: 5D, 11 and 9E. RGB value is (93,17,158). Sum of RGB (Red+Green+Blue) = 93+17+158=268 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.70% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 158 (62.11% from 255 or 58.96% from 268); Max value from RGB is 158 - color contains mainly: blue. Hex color #5D119E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D119E is #A2EE61. Grayscale: #373737. Windows color (decimal): -10677858 or 10359133. OLE color: 10359133.

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

Color convert

RGB9317158-
CMYK0.410.8900.38
HSL272.34º80.57%34.31%-
HSV(B)272.34º89.24%61.96%-
XYZ10.895.232.78-
YUV55.8185.68154.54-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.70%
GREEN value IS 17 (7.03% from 255) = 6.34%
BLUE value IS 158 (62.11% from 255) = 58.96%
R=34.70%
G=6.34%
B=58.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal93171580.410.8900.38272.3480.5734.31
Hex5D119E29590261105122
Octal135212365113104642012142
Binary10111011000110011110101001101100101001101000100001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5d119e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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