#480473

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

Shades of Indigo #480473

Tints of Indigo #480473

Color information

#480473 (or 0x480473) is unknown color: approx Indigo. HEX triplet: 48, 04 and 73. RGB value is (72,4,115). Sum of RGB (Red+Green+Blue) = 72+4+115=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 115 (45.31% from 255 or 60.21% from 191); Max value from RGB is 115 - color contains mainly: blue. Hex color #480473 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480473 is #B7FB8C. Grayscale: #242424. Windows color (decimal): -12057485 or 7537736. OLE color: 7537736.

HSL color Cylindrical-coordinate representation of color #480473: hue angle of 276.76º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #480473 is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB724115-
CMYK0.370.9700.55
HSL276.76º93.28%23.33%-
HSV(B)276.76º96.52%45.1%-
XYZ5.812.716.44-
YUV36.99172.03152.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.70%
GREEN value IS 4 (1.95% from 255) = 2.09%
BLUE value IS 115 (45.31% from 255) = 60.21%
R=37.70%
G=2.09%
B=60.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7241150.370.9700.55276.7693.2823.33
Hex4847325610371155d17
Octal11041634514106742513527
Binary1001000100111001110010111000010110111100010101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480473; }

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

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

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

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

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

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

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

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