#5D048E

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

Shades of Indigo #5D048E

Tints of Indigo #5D048E

Color information

#5D048E (or 0x5D048E) is unknown color: approx Indigo. HEX triplet: 5D, 04 and 8E. RGB value is (93,4,142). Sum of RGB (Red+Green+Blue) = 93+4+142=239 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.91% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 142 (55.86% from 255 or 59.41% from 239); Max value from RGB is 142 - color contains mainly: blue. Hex color #5D048E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D048E is #A2FB71. Grayscale: #2D2D2D. Windows color (decimal): -10681202 or 9307229. OLE color: 9307229.

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

Color convert

RGB934142-
CMYK0.350.9700.44
HSL278.7º94.52%28.63%-
HSV(B)278.7º97.18%55.69%-
XYZ9.444.3725.94-
YUV46.34181.99161.28-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 38.91%
GREEN value IS 4 (1.95% from 255) = 1.67%
BLUE value IS 142 (55.86% from 255) = 59.41%
R=38.91%
G=1.67%
B=59.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9341420.350.9700.44278.794.5228.63
Hex5D48E236102C1175f1d
Octal13542164314105442713735
Binary10111011001000111010001111000010101100100010111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D048E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,4,142); }

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

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

 a { background-color: rgb(93,4,142); }

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

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

 span { border-color: rgb(93,4,142); }

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