#480482

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

Shades of Indigo #480482

Tints of Indigo #480482

Color information

#480482 (or 0x480482) is unknown color: approx Indigo. HEX triplet: 48, 04 and 82. RGB value is (72,4,130). Sum of RGB (Red+Green+Blue) = 72+4+130=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 130 (51.17% from 255 or 63.11% from 206); Max value from RGB is 130 - color contains mainly: blue. Hex color #480482 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480482 is #B7FB7D. Grayscale: #262626. Windows color (decimal): -12057470 or 8520776. OLE color: 8520776.

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

Color convert

RGB724130-
CMYK0.450.9700.49
HSL272.38º94.03%26.27%-
HSV(B)272.38º96.92%50.98%-
XYZ6.753.0821.36-
YUV38.7179.53151.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.95%
GREEN value IS 4 (1.95% from 255) = 1.94%
BLUE value IS 130 (51.17% from 255) = 63.11%
R=34.95%
G=1.94%
B=63.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7241300.450.9700.49272.3894.0326.27
Hex484822D610311105e1a
Octal11042025514106142013632
Binary10010001001000001010110111000010110001100010000101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480482; }

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

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

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

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

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

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

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

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