#480992

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

Shades of Indigo #480992

Tints of Indigo #480992

Color information

#480992 (or 0x480992) is unknown color: approx Indigo. HEX triplet: 48, 09 and 92. RGB value is (72,9,146). Sum of RGB (Red+Green+Blue) = 72+9+146=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 146 (57.42% from 255 or 64.32% from 227); Max value from RGB is 146 - color contains mainly: blue. Hex color #480992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480992 is #B7F66D. Grayscale: #2A2A2A. Windows color (decimal): -12056174 or 9570632. OLE color: 9570632.

HSL color Cylindrical-coordinate representation of color #480992: hue angle of 267.59º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #480992 is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB729146-
CMYK0.510.9400.43
HSL267.59º88.39%30.39%-
HSV(B)267.59º93.84%57.25%-
XYZ7.963.6527.48-
YUV43.46185.87148.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.72%
GREEN value IS 9 (3.91% from 255) = 3.96%
BLUE value IS 146 (57.42% from 255) = 64.32%
R=31.72%
G=3.96%
B=64.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal7291460.510.9400.43267.5988.3930.39
Hex48992335E02B10c581e
Octal110112226313605341413036
Binary100100010011001001011001110111100101011100001100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480992; }

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

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

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

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

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

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

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

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