#480973

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

Shades of Indigo #480973

Tints of Indigo #480973

Color information

#480973 (or 0x480973) is unknown color: approx Indigo. HEX triplet: 48, 09 and 73. RGB value is (72,9,115). Sum of RGB (Red+Green+Blue) = 72+9+115=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 115 (45.31% from 255 or 58.67% from 196); Max value from RGB is 115 - color contains mainly: blue. Hex color #480973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480973 is #B7F68C. Grayscale: #272727. Windows color (decimal): -12056205 or 7539016. OLE color: 7539016.

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

Color convert

RGB729115-
CMYK0.370.9200.55
HSL275.66º85.48%24.31%-
HSV(B)275.66º92.17%45.1%-
XYZ5.862.8116.45-
YUV39.92170.37150.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.73%
GREEN value IS 9 (3.91% from 255) = 4.59%
BLUE value IS 115 (45.31% from 255) = 58.67%
R=36.73%
G=4.59%
B=58.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7291150.370.9200.55275.6685.4824.31
Hex48973255C0371145518
Octal110111634513406742412530
Binary10010001001111001110010110111000110111100010100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480973; }

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

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

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

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

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

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

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

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