#480D84

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

Shades of Indigo #480D84

Tints of Indigo #480D84

Color information

#480D84 (or 0x480D84) is unknown color: approx Indigo. HEX triplet: 48, 0D and 84. RGB value is (72,13,132). Sum of RGB (Red+Green+Blue) = 72+13+132=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 13 (5.47% from 255 or 5.99% from 217); Blue value is 132 (51.95% from 255 or 60.83% from 217); Max value from RGB is 132 - color contains mainly: blue. Hex color #480D84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480D84 is #B7F27B. Grayscale: #2B2B2B. Windows color (decimal): -12055164 or 8654152. OLE color: 8654152.

HSL color Cylindrical-coordinate representation of color #480D84: hue angle of 269.75º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #480D84 is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7213132-
CMYK0.450.9000.48
HSL269.75º82.07%28.43%-
HSV(B)269.75º90.15%51.76%-
XYZ6.983.3322.1-
YUV44.21177.55147.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.18%
GREEN value IS 13 (5.47% from 255) = 5.99%
BLUE value IS 132 (51.95% from 255) = 60.83%
R=33.18%
G=5.99%
B=60.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72131320.450.9000.48269.7582.0728.43
Hex48D842D5A03010e521c
Octal110152045513206041612234
Binary100100011011000010010110110110100110000100001110101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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