#480471

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

Shades of Indigo #480471

Tints of Indigo #480471

Color information

#480471 (or 0x480471) is unknown color: approx Indigo. HEX triplet: 48, 04 and 71. RGB value is (72,4,113). Sum of RGB (Red+Green+Blue) = 72+4+113=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 113 (44.53% from 255 or 59.79% from 189); Max value from RGB is 113 - color contains mainly: blue. Hex color #480471 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480471 is #B7FB8E. Grayscale: #242424. Windows color (decimal): -12057487 or 7406664. OLE color: 7406664.

HSL color Cylindrical-coordinate representation of color #480471: hue angle of 277.43º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #480471 is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB724113-
CMYK0.360.9600.56
HSL277.43º93.16%22.94%-
HSV(B)277.43º96.46%44.31%-
XYZ5.72.6615.84-
YUV36.76171.03153.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.10%
GREEN value IS 4 (1.95% from 255) = 2.12%
BLUE value IS 113 (44.53% from 255) = 59.79%
R=38.10%
G=2.12%
B=59.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7241130.360.9600.56277.4393.1622.94
Hex4847124600381155d17
Octal11041614414007042513527
Binary1001000100111000110010011000000111000100010101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480471; }

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

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

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

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

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

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

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

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