#480477

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

Shades of Indigo #480477

Tints of Indigo #480477

Color information

#480477 (or 0x480477) is unknown color: approx Indigo. HEX triplet: 48, 04 and 77. RGB value is (72,4,119). Sum of RGB (Red+Green+Blue) = 72+4+119=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 119 (46.88% from 255 or 61.03% from 195); Max value from RGB is 119 - color contains mainly: blue. Hex color #480477 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480477 is #B7FB88. Grayscale: #252525. Windows color (decimal): -12057481 or 7799880. OLE color: 7799880.

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

Color convert

RGB724119-
CMYK0.390.9700.53
HSL275.48º93.5%24.12%-
HSV(B)275.48º96.64%46.67%-
XYZ6.052.817.67-
YUV37.44174.03152.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.92%
GREEN value IS 4 (1.95% from 255) = 2.05%
BLUE value IS 119 (46.88% from 255) = 61.03%
R=36.92%
G=2.05%
B=61.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7241190.390.9700.53275.4893.524.12
Hex4847727610351135d18
Octal11041674714106542313530
Binary1001000100111011110011111000010110101100010011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480477; }

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

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

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

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

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

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

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

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