#5A126D

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

Shades of Indigo #5A126D

Tints of Indigo #5A126D

Color information

#5A126D (or 0x5A126D) is unknown color: approx Indigo. HEX triplet: 5A, 12 and 6D. RGB value is (90,18,109). Sum of RGB (Red+Green+Blue) = 90+18+109=217 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.47% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 109 (42.97% from 255 or 50.23% from 217); Max value from RGB is 109 - color contains mainly: blue. Hex color #5A126D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A126D is #A5ED92. Grayscale: #313131. Windows color (decimal): -10874259 or 7148122. OLE color: 7148122.

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

Color convert

RGB9018109-
CMYK0.170.8300.57
HSL287.47º71.65%24.9%-
HSV(B)287.47º83.49%42.75%-
XYZ7.193.7114.81-
YUV49.9161.35156.6-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 41.47%
GREEN value IS 18 (7.42% from 255) = 8.29%
BLUE value IS 109 (42.97% from 255) = 50.23%
R=41.47%
G=8.29%
B=50.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal90181090.170.8300.57287.4771.6524.9
Hex5A126D115303911f4819
Octal132221552112307143711031
Binary10110101001011011011000110100110111001100011111100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A126D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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