#5D148F

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

Shades of Indigo #5D148F

Tints of Indigo #5D148F

Color information

#5D148F (or 0x5D148F) is unknown color: approx Indigo. HEX triplet: 5D, 14 and 8F. RGB value is (93,20,143). Sum of RGB (Red+Green+Blue) = 93+20+143=256 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.33% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 143 (56.25% from 255 or 55.86% from 256); Max value from RGB is 143 - color contains mainly: blue. Hex color #5D148F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D148F is #A2EB70. Grayscale: #373737. Windows color (decimal): -10677105 or 9376861. OLE color: 9376861.

HSL color Cylindrical-coordinate representation of color #5D148F: hue angle of 275.61º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5D148F is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9320143-
CMYK0.350.8600.44
HSL275.61º75.46%31.96%-
HSV(B)275.61º86.01%56.08%-
XYZ9.724.8126.4-
YUV55.85177.18154.5-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 36.33%
GREEN value IS 20 (8.20% from 255) = 7.81%
BLUE value IS 143 (56.25% from 255) = 55.86%
R=36.33%
G=7.81%
B=55.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal93201430.350.8600.44275.6175.4631.96
Hex5D148F235602C1144b20
Octal135242174312605442411340
Binary10111011010010001111100011101011001011001000101001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D148F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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