#5A1976

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

Shades of Indigo #5A1976

Tints of Indigo #5A1976

Color information

#5A1976 (or 0x5A1976) is unknown color: approx Indigo. HEX triplet: 5A, 19 and 76. RGB value is (90,25,118). Sum of RGB (Red+Green+Blue) = 90+25+118=233 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.63% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #5A1976 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1976 is #A5E689. Grayscale: #363636. Windows color (decimal): -10872458 or 7739738. OLE color: 7739738.

HSL color Cylindrical-coordinate representation of color #5A1976: hue angle of 281.94º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5A1976 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9025118-
CMYK0.240.7900.54
HSL281.94º65.03%28.04%-
HSV(B)281.94º78.81%46.27%-
XYZ7.834.1817.53-
YUV55.04163.53152.94-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.63%
GREEN value IS 25 (10.16% from 255) = 10.73%
BLUE value IS 118 (46.48% from 255) = 50.64%
R=38.63%
G=10.73%
B=50.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal90251180.240.7900.54281.9465.0328.04
Hex5A1976184F03611a411c
Octal132311663011706643210134
Binary10110101100111101101100010011110110110100011010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,25,118); }

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

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

 a { background-color: rgb(90,25,118); }

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

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

 span { border-color: rgb(90,25,118); }

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