#480AA9

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

Shades of Indigo #480AA9

Tints of Indigo #480AA9

Color information

#480AA9 (or 0x480AA9) is unknown color: approx Indigo. HEX triplet: 48, 0A and A9. RGB value is (72,10,169). Sum of RGB (Red+Green+Blue) = 72+10+169=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 169 (66.41% from 255 or 67.33% from 251); Max value from RGB is 169 - color contains mainly: blue. Hex color #480AA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480AA9 is #B7F556. Grayscale: #2E2E2E. Windows color (decimal): -12055895 or 11078216. OLE color: 11078216.

HSL color Cylindrical-coordinate representation of color #480AA9: hue angle of 263.4º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #480AA9 is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB7210169-
CMYK0.570.9400.34
HSL263.4º88.83%35.1%-
HSV(B)263.4º94.08%66.27%-
XYZ9.944.4637.87-
YUV46.66197.04146.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.69%
GREEN value IS 10 (4.30% from 255) = 3.98%
BLUE value IS 169 (66.41% from 255) = 67.33%
R=28.69%
G=3.98%
B=67.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal72101690.570.9400.34263.488.8335.1
Hex48AA9395E0221075923
Octal110122517113604240713143
Binary1001000101010101001111001101111001000101000001111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480AA9; }

 p { color: rgb(72,10,169); }

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

<style>
 a { background-color: #480AA9; }

 a { background-color: rgb(72,10,169); }

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

<style>
 span { border-color: #480AA9; }

 span { border-color: rgb(72,10,169); }

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