#480962

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

Shades of Indigo #480962

Tints of Indigo #480962

Color information

#480962 (or 0x480962) is unknown color: approx Indigo. HEX triplet: 48, 09 and 62. RGB value is (72,9,98). Sum of RGB (Red+Green+Blue) = 72+9+98=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 98 (38.67% from 255 or 54.75% from 179); Max value from RGB is 98 - color contains mainly: blue. Hex color #480962 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480962 is #B7F69D. Grayscale: #252525. Windows color (decimal): -12056222 or 6424904. OLE color: 6424904.

HSL color Cylindrical-coordinate representation of color #480962: hue angle of 282.47º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #480962 is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB72998-
CMYK0.270.9100.62
HSL282.47º83.18%20.98%-
HSV(B)282.47º90.82%38.43%-
XYZ4.972.4511.77-
YUV37.98161.87152.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.22%
GREEN value IS 9 (3.91% from 255) = 5.03%
BLUE value IS 98 (38.67% from 255) = 54.75%
R=40.22%
G=5.03%
B=54.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal729980.270.9100.62282.4783.1820.98
Hex489621B5B03E11a5315
Octal110111423313307643212325
Binary1001000100111000101101110110110111110100011010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480962; }

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

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

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

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

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

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

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

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