#480D86

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

Shades of Indigo #480D86

Tints of Indigo #480D86

Color information

#480D86 (or 0x480D86) is unknown color: approx Indigo. HEX triplet: 48, 0D and 86. RGB value is (72,13,134). Sum of RGB (Red+Green+Blue) = 72+13+134=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 13 (5.47% from 255 or 5.94% from 219); Blue value is 134 (52.73% from 255 or 61.19% from 219); Max value from RGB is 134 - color contains mainly: blue. Hex color #480D86 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480D86 is #B7F279. Grayscale: #2C2C2C. Windows color (decimal): -12055162 or 8785224. OLE color: 8785224.

HSL color Cylindrical-coordinate representation of color #480D86: hue angle of 269.26º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #480D86 is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7213134-
CMYK0.460.9000.47
HSL269.26º82.31%28.82%-
HSV(B)269.26º90.3%52.55%-
XYZ7.123.3922.83-
YUV44.44178.55147.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.88%
GREEN value IS 13 (5.47% from 255) = 5.94%
BLUE value IS 134 (52.73% from 255) = 61.19%
R=32.88%
G=5.94%
B=61.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72131340.460.9000.47269.2682.3128.82
Hex48D862E5A02F10d521d
Octal110152065613205741512235
Binary100100011011000011010111010110100101111100001101101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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