#480999

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

Shades of Indigo #480999

Tints of Indigo #480999

Color information

#480999 (or 0x480999) is unknown color: approx Indigo. HEX triplet: 48, 09 and 99. RGB value is (72,9,153). Sum of RGB (Red+Green+Blue) = 72+9+153=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 153 (60.16% from 255 or 65.38% from 234); Max value from RGB is 153 - color contains mainly: blue. Hex color #480999 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480999 is #B7F666. Grayscale: #2B2B2B. Windows color (decimal): -12056167 or 10029384. OLE color: 10029384.

HSL color Cylindrical-coordinate representation of color #480999: hue angle of 266.25º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #480999 is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB729153-
CMYK0.530.9400.4
HSL266.25º88.89%31.76%-
HSV(B)266.25º94.12%60%-
XYZ8.523.8730.44-
YUV44.25189.37147.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.77%
GREEN value IS 9 (3.91% from 255) = 3.85%
BLUE value IS 153 (60.16% from 255) = 65.38%
R=30.77%
G=3.85%
B=65.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal7291530.530.9400.4266.2588.8931.76
Hex48999355E02810a5920
Octal110112316513605041213140
Binary1001000100110011001110101101111001010001000010101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480999; }

 p { color: rgb(72,9,153); }

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

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

 a { background-color: rgb(72,9,153); }

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

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

 span { border-color: rgb(72,9,153); }

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