#480D7A

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

Shades of Indigo #480D7A

Tints of Indigo #480D7A

Color information

#480D7A (or 0x480D7A) is unknown color: approx Indigo. HEX triplet: 48, 0D and 7A. RGB value is (72,13,122). Sum of RGB (Red+Green+Blue) = 72+13+122=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 13 (5.47% from 255 or 6.28% from 207); Blue value is 122 (48.05% from 255 or 58.94% from 207); Max value from RGB is 122 - color contains mainly: blue. Hex color #480D7A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480D7A is #B7F285. Grayscale: #2A2A2A. Windows color (decimal): -12055174 or 7998792. OLE color: 7998792.

HSL color Cylindrical-coordinate representation of color #480D7A: hue angle of 272.48º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #480D7A is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7213122-
CMYK0.410.8900.52
HSL272.48º80.74%26.47%-
HSV(B)272.48º89.34%47.84%-
XYZ6.333.0718.67-
YUV43.07172.55148.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.78%
GREEN value IS 13 (5.47% from 255) = 6.28%
BLUE value IS 122 (48.05% from 255) = 58.94%
R=34.78%
G=6.28%
B=58.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal72131220.410.8900.52272.4880.7426.47
Hex48D7A2959034110511a
Octal110151725113106442012132
Binary10010001101111101010100110110010110100100010000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,13,122); }

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

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

 a { background-color: rgb(72,13,122); }

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

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

 span { border-color: rgb(72,13,122); }

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