#5409AA

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

Shades of Indigo #5409AA

Tints of Indigo #5409AA

Color information

#5409AA (or 0x5409AA) is unknown color: approx Indigo. HEX triplet: 54, 09 and AA. RGB value is (84,9,170). Sum of RGB (Red+Green+Blue) = 84+9+170=263 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.94% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 170 (66.80% from 255 or 64.64% from 263); Max value from RGB is 170 - color contains mainly: blue. Hex color #5409AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5409AA is #ABF655. Grayscale: #313131. Windows color (decimal): -11269718 or 11143508. OLE color: 11143508.

HSL color Cylindrical-coordinate representation of color #5409AA: hue angle of 267.95º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5409AA is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB849170-
CMYK0.510.9500.33
HSL267.95º89.94%35.1%-
HSV(B)267.95º94.71%66.67%-
XYZ11.014.9838.41-
YUV49.78195.85152.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.94%
GREEN value IS 9 (3.91% from 255) = 3.42%
BLUE value IS 170 (66.80% from 255) = 64.64%
R=31.94%
G=3.42%
B=64.64%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal8491700.510.9500.33267.9589.9435.1
Hex549AA335F02110c5a23
Octal124112526313704141413243
Binary1010100100110101010110011101111101000011000011001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5409AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5409AA; }

 p { color: rgb(84,9,170); }

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

<style>
 a { background-color: #5409AA; }

 a { background-color: rgb(84,9,170); }

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

<style>
 span { border-color: #5409AA; }

 span { border-color: rgb(84,9,170); }

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