#480D87

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

Shades of Indigo #480D87

Tints of Indigo #480D87

Color information

#480D87 (or 0x480D87) is unknown color: approx Indigo. HEX triplet: 48, 0D and 87. RGB value is (72,13,135). Sum of RGB (Red+Green+Blue) = 72+13+135=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 13 (5.47% from 255 or 5.91% from 220); Blue value is 135 (53.12% from 255 or 61.36% from 220); Max value from RGB is 135 - color contains mainly: blue. Hex color #480D87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480D87 is #B7F278. Grayscale: #2C2C2C. Windows color (decimal): -12055161 or 8850760. OLE color: 8850760.

HSL color Cylindrical-coordinate representation of color #480D87: hue angle of 269.02º 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 #480D87 is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7213135-
CMYK0.470.9000.47
HSL269.02º82.43%29.02%-
HSV(B)269.02º90.37%52.94%-
XYZ7.193.4123.2-
YUV44.55179.05147.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.73%
GREEN value IS 13 (5.47% from 255) = 5.91%
BLUE value IS 135 (53.12% from 255) = 61.36%
R=32.73%
G=5.91%
B=61.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72131350.470.9000.47269.0282.4329.02
Hex48D872F5A02F10d521d
Octal110152075713205741512235
Binary100100011011000011110111110110100101111100001101101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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