#5a1074

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

Shades of Indigo #5A1074

Tints of Indigo #5A1074

Color information

#5A1074 (or 0x5A1074) is unknown color: approx Indigo. HEX triplet: 5A, 10 and 74. RGB value is (90,16,116). Sum of RGB (Red+Green+Blue) = 90+16+116=222 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.54% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 116 (45.70% from 255 or 52.25% from 222); Max value from RGB is 116 - color contains mainly: blue. Hex color #5A1074 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1074 is #A5EF8B. Grayscale: #313131. Windows color (decimal): -10874764 or 7606362. OLE color: 7606362.

HSL color Cylindrical-coordinate representation of color #5A1074: hue angle of 284.4º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A1074 is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9016116-
CMYK0.220.8600.55
HSL284.4º75.76%25.88%-
HSV(B)284.4º86.21%45.49%-
XYZ7.553.8116.86-
YUV49.53165.52156.87-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 40.54%
GREEN value IS 16 (6.64% from 255) = 7.21%
BLUE value IS 116 (45.70% from 255) = 52.25%
R=40.54%
G=7.21%
B=52.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal90161160.220.8600.55284.475.7625.88
Hex5A1074165603711c4c1a
Octal132201642612606743411432
Binary10110101000011101001011010101100110111100011100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a1074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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