#5D118C

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

Shades of Indigo #5D118C

Tints of Indigo #5D118C

Color information

#5D118C (or 0x5D118C) is unknown color: approx Indigo. HEX triplet: 5D, 11 and 8C. RGB value is (93,17,140). Sum of RGB (Red+Green+Blue) = 93+17+140=250 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.2% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 140 (55.08% from 255 or 56% from 250); Max value from RGB is 140 - color contains mainly: blue. Hex color #5D118C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D118C is #A2EE73. Grayscale: #353535. Windows color (decimal): -10677876 or 9179485. OLE color: 9179485.

HSL color Cylindrical-coordinate representation of color #5D118C: hue angle of 277.07º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5D118C is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9317140-
CMYK0.340.8800.45
HSL277.07º78.34%30.78%-
HSV(B)277.07º87.86%54.9%-
XYZ9.454.6225.21-
YUV53.75176.68156-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 37.2%
GREEN value IS 17 (7.03% from 255) = 6.8%
BLUE value IS 140 (55.08% from 255) = 56%
R=37.2%
G=6.8%
B=56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal93171400.340.8800.45277.0778.3430.78
Hex5D118C225802D1154e1f
Octal135212144213005542511637
Binary1011101100011000110010001010110000101101100010101100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D118C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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