#480A80

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

Shades of Indigo #480A80

Tints of Indigo #480A80

Color information

#480A80 (or 0x480A80) is unknown color: approx Indigo. HEX triplet: 48, 0A and 80. RGB value is (72,10,128). Sum of RGB (Red+Green+Blue) = 72+10+128=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 10 (4.30% from 255 or 4.76% from 210); Blue value is 128 (50.39% from 255 or 60.95% from 210); Max value from RGB is 128 - color contains mainly: blue. Hex color #480A80 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480A80 is #B7F57F. Grayscale: #292929. Windows color (decimal): -12055936 or 8391240. OLE color: 8391240.

HSL color Cylindrical-coordinate representation of color #480A80: hue angle of 271.53º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #480A80 is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7210128-
CMYK0.440.9200.50
HSL271.53º85.51%27.06%-
HSV(B)271.53º92.19%50.2%-
XYZ6.683.1520.68-
YUV41.99176.54149.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.29%
GREEN value IS 10 (4.30% from 255) = 4.76%
BLUE value IS 128 (50.39% from 255) = 60.95%
R=34.29%
G=4.76%
B=60.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72101280.440.9200.50271.5385.5127.06
Hex48A802C5C032110561b
Octal110122005413406242012633
Binary100100010101000000010110010111000110010100010000101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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