#480882

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

Shades of Indigo #480882

Tints of Indigo #480882

Color information

#480882 (or 0x480882) is unknown color: approx Indigo. HEX triplet: 48, 08 and 82. RGB value is (72,8,130). Sum of RGB (Red+Green+Blue) = 72+8+130=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 130 (51.17% from 255 or 61.90% from 210); Max value from RGB is 130 - color contains mainly: blue. Hex color #480882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480882 is #B7F77D. Grayscale: #282828. Windows color (decimal): -12056446 or 8521800. OLE color: 8521800.

HSL color Cylindrical-coordinate representation of color #480882: hue angle of 271.48º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #480882 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB728130-
CMYK0.450.9400.49
HSL271.48º88.41%27.06%-
HSV(B)271.48º93.85%50.98%-
XYZ6.793.1621.37-
YUV41.04178.2150.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.29%
GREEN value IS 8 (3.52% from 255) = 3.81%
BLUE value IS 130 (51.17% from 255) = 61.90%
R=34.29%
G=3.81%
B=61.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7281300.450.9400.49271.4888.4127.06
Hex488822D5E03110f581b
Octal110102025513606141713033
Binary100100010001000001010110110111100110001100001111101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480882; }

 p { color: rgb(72,8,130); }

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

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

 a { background-color: rgb(72,8,130); }

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

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

 span { border-color: rgb(72,8,130); }

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