#5D139C

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

Shades of Indigo #5D139C

Tints of Indigo #5D139C

Color information

#5D139C (or 0x5D139C) is unknown color: approx Indigo. HEX triplet: 5D, 13 and 9C. RGB value is (93,19,156). Sum of RGB (Red+Green+Blue) = 93+19+156=268 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.70% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 156 (61.33% from 255 or 58.21% from 268); Max value from RGB is 156 - color contains mainly: blue. Hex color #5D139C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D139C is #A2EC63. Grayscale: #383838. Windows color (decimal): -10677348 or 10228573. OLE color: 10228573.

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

Color convert

RGB9319156-
CMYK0.400.8800.39
HSL272.41º78.29%34.31%-
HSV(B)272.41º87.82%61.18%-
XYZ10.755.1931.89-
YUV56.74184.02153.86-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.70%
GREEN value IS 19 (7.81% from 255) = 7.09%
BLUE value IS 156 (61.33% from 255) = 58.21%
R=34.70%
G=7.09%
B=58.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal93191560.400.8800.39272.4178.2934.31
Hex5D139C28580271104e22
Octal135232345013004742011642
Binary10111011001110011100101000101100001001111000100001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D139C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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