#480484

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

Shades of Indigo #480484

Tints of Indigo #480484

Color information

#480484 (or 0x480484) is unknown color: approx Indigo. HEX triplet: 48, 04 and 84. RGB value is (72,4,132). Sum of RGB (Red+Green+Blue) = 72+4+132=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 132 (51.95% from 255 or 63.46% from 208); Max value from RGB is 132 - color contains mainly: blue. Hex color #480484 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480484 is #B7FB7B. Grayscale: #262626. Windows color (decimal): -12057468 or 8651848. OLE color: 8651848.

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

Color convert

RGB724132-
CMYK0.450.9700.48
HSL271.88º94.12%26.67%-
HSV(B)271.88º96.97%51.76%-
XYZ6.883.1322.07-
YUV38.92180.53151.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.62%
GREEN value IS 4 (1.95% from 255) = 1.92%
BLUE value IS 132 (51.95% from 255) = 63.46%
R=34.62%
G=1.92%
B=63.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7241320.450.9700.48271.8894.1226.67
Hex484842D610301105e1b
Octal11042045514106042013633
Binary10010001001000010010110111000010110000100010000101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480484; }

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

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

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

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

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

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

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

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