#5D049A

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

Shades of Indigo #5D049A

Tints of Indigo #5D049A

Color information

#5D049A (or 0x5D049A) is unknown color: approx Indigo. HEX triplet: 5D, 04 and 9A. RGB value is (93,4,154). Sum of RGB (Red+Green+Blue) = 93+4+154=251 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.05% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 154 (60.55% from 255 or 61.35% from 251); Max value from RGB is 154 - color contains mainly: blue. Hex color #5D049A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D049A is #A2FB65. Grayscale: #2F2F2F. Windows color (decimal): -10681190 or 10093661. OLE color: 10093661.

HSL color Cylindrical-coordinate representation of color #5D049A: hue angle of 275.6º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D049A is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB934154-
CMYK0.400.9700.40
HSL275.6º94.94%30.98%-
HSV(B)275.6º97.4%60.39%-
XYZ10.394.7530.94-
YUV47.71187.99160.3-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 37.05%
GREEN value IS 4 (1.95% from 255) = 1.59%
BLUE value IS 154 (60.55% from 255) = 61.35%
R=37.05%
G=1.59%
B=61.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal9341540.400.9700.40275.694.9430.98
Hex5D49A28610281145f1f
Octal13542325014105042413737
Binary10111011001001101010100011000010101000100010100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D049A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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