#5A106D

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

Shades of Indigo #5A106D

Tints of Indigo #5A106D

Color information

#5A106D (or 0x5A106D) is unknown color: approx Indigo. HEX triplet: 5A, 10 and 6D. RGB value is (90,16,109). Sum of RGB (Red+Green+Blue) = 90+16+109=215 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.86% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #5A106D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A106D is #A5EF92. Grayscale: #303030. Windows color (decimal): -10874771 or 7147610. OLE color: 7147610.

HSL color Cylindrical-coordinate representation of color #5A106D: hue angle of 287.74º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5A106D is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9016109-
CMYK0.170.8500.57
HSL287.74º74.4%24.51%-
HSV(B)287.74º85.32%42.75%-
XYZ7.163.6514.79-
YUV48.73162.02157.44-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 41.86%
GREEN value IS 16 (6.64% from 255) = 7.44%
BLUE value IS 109 (42.97% from 255) = 50.70%
R=41.86%
G=7.44%
B=50.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal90161090.170.8500.57287.7474.424.51
Hex5A106D11550391204a19
Octal132201552112507144011231
Binary10110101000011011011000110101010111001100100000100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A106D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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