#480F84

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

Shades of Indigo #480F84

Tints of Indigo #480F84

Color information

#480F84 (or 0x480F84) is unknown color: approx Indigo. HEX triplet: 48, 0F and 84. RGB value is (72,15,132). Sum of RGB (Red+Green+Blue) = 72+15+132=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 15 (6.25% from 255 or 6.85% from 219); Blue value is 132 (51.95% from 255 or 60.27% from 219); Max value from RGB is 132 - color contains mainly: blue. Hex color #480F84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480F84 is #B7F07B. Grayscale: #2C2C2C. Windows color (decimal): -12054652 or 8654664. OLE color: 8654664.

HSL color Cylindrical-coordinate representation of color #480F84: hue angle of 269.23º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #480F84 is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7215132-
CMYK0.450.8900.48
HSL269.23º79.59%28.82%-
HSV(B)269.23º88.64%51.76%-
XYZ7.013.3922.11-
YUV45.38176.88146.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.88%
GREEN value IS 15 (6.25% from 255) = 6.85%
BLUE value IS 132 (51.95% from 255) = 60.27%
R=32.88%
G=6.85%
B=60.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72151320.450.8900.48269.2379.5928.82
Hex48F842D5903010d501d
Octal110172045513106041512035
Binary100100011111000010010110110110010110000100001101101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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