#480F8D

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

Shades of Indigo #480F8D

Tints of Indigo #480F8D

Color information

#480F8D (or 0x480F8D) is unknown color: approx Indigo. HEX triplet: 48, 0F and 8D. RGB value is (72,15,141). Sum of RGB (Red+Green+Blue) = 72+15+141=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 141 (55.47% from 255 or 61.84% from 228); Max value from RGB is 141 - color contains mainly: blue. Hex color #480F8D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480F8D is #B7F072. Grayscale: #2D2D2D. Windows color (decimal): -12054643 or 9244488. OLE color: 9244488.

HSL color Cylindrical-coordinate representation of color #480F8D: hue angle of 267.14º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #480F8D is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7215141-
CMYK0.490.8900.45
HSL267.14º80.77%30.59%-
HSV(B)267.14º89.36%55.29%-
XYZ7.653.6425.5-
YUV46.41181.38146.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.58%
GREEN value IS 15 (6.25% from 255) = 6.58%
BLUE value IS 141 (55.47% from 255) = 61.84%
R=31.58%
G=6.58%
B=61.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72151410.490.8900.45267.1480.7730.59
Hex48F8D315902D10b511f
Octal110172156113105541312137
Binary100100011111000110111000110110010101101100001011101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,15,141); }

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

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

 a { background-color: rgb(72,15,141); }

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

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

 span { border-color: rgb(72,15,141); }

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