#480D8F

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

Shades of Indigo #480D8F

Tints of Indigo #480D8F

Color information

#480D8F (or 0x480D8F) is unknown color: approx Indigo. HEX triplet: 48, 0D and 8F. RGB value is (72,13,143). Sum of RGB (Red+Green+Blue) = 72+13+143=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 13 (5.47% from 255 or 5.70% from 228); Blue value is 143 (56.25% from 255 or 62.72% from 228); Max value from RGB is 143 - color contains mainly: blue. Hex color #480D8F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480D8F is #B7F270. Grayscale: #2D2D2D. Windows color (decimal): -12055153 or 9375048. OLE color: 9375048.

HSL color Cylindrical-coordinate representation of color #480D8F: hue angle of 267.23º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #480D8F is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7213143-
CMYK0.500.9100.44
HSL267.23º83.33%30.59%-
HSV(B)267.23º90.91%56.08%-
XYZ7.773.6526.28-
YUV45.46183.05146.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.58%
GREEN value IS 13 (5.47% from 255) = 5.70%
BLUE value IS 143 (56.25% from 255) = 62.72%
R=31.58%
G=5.70%
B=62.72%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal72131430.500.9100.44267.2383.3330.59
Hex48D8F325B02C10b531f
Octal110152176213305441312337
Binary100100011011000111111001010110110101100100001011101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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