#480983

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

Shades of Indigo #480983

Tints of Indigo #480983

Color information

#480983 (or 0x480983) is unknown color: approx Indigo. HEX triplet: 48, 09 and 83. RGB value is (72,9,131). Sum of RGB (Red+Green+Blue) = 72+9+131=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 131 (51.56% from 255 or 61.79% from 212); Max value from RGB is 131 - color contains mainly: blue. Hex color #480983 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480983 is #B7F67C. Grayscale: #292929. Windows color (decimal): -12056189 or 8587592. OLE color: 8587592.

HSL color Cylindrical-coordinate representation of color #480983: hue angle of 270.98º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #480983 is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB729131-
CMYK0.450.9300.49
HSL270.98º87.14%27.45%-
HSV(B)270.98º93.13%51.37%-
XYZ6.873.2121.73-
YUV41.74178.37149.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.96%
GREEN value IS 9 (3.91% from 255) = 4.25%
BLUE value IS 131 (51.56% from 255) = 61.79%
R=33.96%
G=4.25%
B=61.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7291310.450.9300.49270.9887.1427.45
Hex489832D5D03110f571b
Octal110112035513506141712733
Binary100100010011000001110110110111010110001100001111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480983; }

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

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

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

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

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

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

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

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