#480476

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

Shades of Indigo #480476

Tints of Indigo #480476

Color information

#480476 (or 0x480476) is unknown color: approx Indigo. HEX triplet: 48, 04 and 76. RGB value is (72,4,118). Sum of RGB (Red+Green+Blue) = 72+4+118=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 118 (46.48% from 255 or 60.82% from 194); Max value from RGB is 118 - color contains mainly: blue. Hex color #480476 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480476 is #B7FB89. Grayscale: #242424. Windows color (decimal): -12057482 or 7734344. OLE color: 7734344.

HSL color Cylindrical-coordinate representation of color #480476: hue angle of 275.79º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #480476 is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB724118-
CMYK0.390.9700.54
HSL275.79º93.44%23.92%-
HSV(B)275.79º96.61%46.27%-
XYZ5.992.7717.36-
YUV37.33173.53152.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.11%
GREEN value IS 4 (1.95% from 255) = 2.06%
BLUE value IS 118 (46.48% from 255) = 60.82%
R=37.11%
G=2.06%
B=60.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7241180.390.9700.54275.7993.4423.92
Hex4847627610361145d18
Octal11041664714106642413530
Binary1001000100111011010011111000010110110100010100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480476; }

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

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

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

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

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

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

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

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