#5D149F

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

Shades of Indigo #5D149F

Tints of Indigo #5D149F

Color information

#5D149F (or 0x5D149F) is unknown color: approx Indigo. HEX triplet: 5D, 14 and 9F. RGB value is (93,20,159). Sum of RGB (Red+Green+Blue) = 93+20+159=272 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.19% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 159 (62.5% from 255 or 58.46% from 272); Max value from RGB is 159 - color contains mainly: blue. Hex color #5D149F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D149F is #A2EB60. Grayscale: #393939. Windows color (decimal): -10677089 or 10425437. OLE color: 10425437.

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

Color convert

RGB9320159-
CMYK0.420.8700.38
HSL271.51º77.65%35.1%-
HSV(B)271.51º87.42%62.35%-
XYZ11.025.3333.25-
YUV57.67185.18153.2-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.19%
GREEN value IS 20 (8.20% from 255) = 7.35%
BLUE value IS 159 (62.5% from 255) = 58.46%
R=34.19%
G=7.35%
B=58.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal93201590.420.8700.38271.5177.6535.1
Hex5D149F2A570261104e23
Octal135242375212704642011643
Binary10111011010010011111101010101011101001101000100001001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D149F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,20,159); }

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

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

 a { background-color: rgb(93,20,159); }

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

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

 span { border-color: rgb(93,20,159); }

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