#5D139D

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

Shades of Indigo #5D139D

Tints of Indigo #5D139D

Color information

#5D139D (or 0x5D139D) is unknown color: approx Indigo. HEX triplet: 5D, 13 and 9D. RGB value is (93,19,157). Sum of RGB (Red+Green+Blue) = 93+19+157=269 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.57% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 157 (61.72% from 255 or 58.36% from 269); Max value from RGB is 157 - color contains mainly: blue. Hex color #5D139D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D139D is #A2EC62. Grayscale: #383838. Windows color (decimal): -10677347 or 10294109. OLE color: 10294109.

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

Color convert

RGB9319157-
CMYK0.410.8800.38
HSL272.17º78.41%34.51%-
HSV(B)272.17º87.9%61.57%-
XYZ10.835.2332.34-
YUV56.86184.52153.78-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.57%
GREEN value IS 19 (7.81% from 255) = 7.06%
BLUE value IS 157 (61.72% from 255) = 58.36%
R=34.57%
G=7.06%
B=58.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal93191570.410.8800.38272.1778.4134.51
Hex5D139D29580261104e23
Octal135232355113004642011643
Binary10111011001110011101101001101100001001101000100001001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D139D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,19,157); }

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

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

 a { background-color: rgb(93,19,157); }

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

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

 span { border-color: rgb(93,19,157); }

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