#480F9D

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

Shades of Indigo #480F9D

Tints of Indigo #480F9D

Color information

#480F9D (or 0x480F9D) is unknown color: approx Indigo. HEX triplet: 48, 0F and 9D. RGB value is (72,15,157). Sum of RGB (Red+Green+Blue) = 72+15+157=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 15 (6.25% from 255 or 6.15% from 244); Blue value is 157 (61.72% from 255 or 64.34% from 244); Max value from RGB is 157 - color contains mainly: blue. Hex color #480F9D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480F9D is #B7F062. Grayscale: #2F2F2F. Windows color (decimal): -12054627 or 10293064. OLE color: 10293064.

HSL color Cylindrical-coordinate representation of color #480F9D: hue angle of 264.08º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #480F9D is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7215157-
CMYK0.540.9000.38
HSL264.08º82.56%33.73%-
HSV(B)264.08º90.45%61.57%-
XYZ8.934.1532.23-
YUV48.23189.38144.95-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.51%
GREEN value IS 15 (6.25% from 255) = 6.15%
BLUE value IS 157 (61.72% from 255) = 64.34%
R=29.51%
G=6.15%
B=64.34%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal72151570.540.9000.38264.0882.5633.73
Hex48F9D365A0261085322
Octal110172356613204641012342
Binary1001000111110011101110110101101001001101000010001010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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