#5A108D

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

Shades of Indigo #5A108D

Tints of Indigo #5A108D

Color information

#5A108D (or 0x5A108D) is unknown color: approx Indigo. HEX triplet: 5A, 10 and 8D. RGB value is (90,16,141). Sum of RGB (Red+Green+Blue) = 90+16+141=247 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.44% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 141 (55.47% from 255 or 57.09% from 247); Max value from RGB is 141 - color contains mainly: blue. Hex color #5A108D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A108D is #A5EF72. Grayscale: #333333. Windows color (decimal): -10874739 or 9244762. OLE color: 9244762.

HSL color Cylindrical-coordinate representation of color #5A108D: hue angle of 275.52º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A108D is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9016141-
CMYK0.360.8900.45
HSL275.52º79.62%30.78%-
HSV(B)275.52º88.65%55.29%-
XYZ9.214.4725.58-
YUV52.38178.02154.84-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.44%
GREEN value IS 16 (6.64% from 255) = 6.48%
BLUE value IS 141 (55.47% from 255) = 57.09%
R=36.44%
G=6.48%
B=57.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal90161410.360.8900.45275.5279.6230.78
Hex5A108D245902D114501f
Octal132202154413105542412037
Binary1011010100001000110110010010110010101101100010100101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A108D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,16,141); }

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

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

 a { background-color: rgb(90,16,141); }

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

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

 span { border-color: rgb(90,16,141); }

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