#480860

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

Shades of Indigo #480860

Tints of Indigo #480860

Color information

#480860 (or 0x480860) is unknown color: approx Indigo. HEX triplet: 48, 08 and 60. RGB value is (72,8,96). Sum of RGB (Red+Green+Blue) = 72+8+96=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 96 (37.89% from 255 or 54.55% from 176); Max value from RGB is 96 - color contains mainly: blue. Hex color #480860 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480860 is #B7F79F. Grayscale: #242424. Windows color (decimal): -12056480 or 6293576. OLE color: 6293576.

HSL color Cylindrical-coordinate representation of color #480860: hue angle of 283.64º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #480860 is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB72896-
CMYK0.250.9200.62
HSL283.64º84.62%20.39%-
HSV(B)283.64º91.67%37.65%-
XYZ4.872.411.27-
YUV37.17161.2152.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.91%
GREEN value IS 8 (3.52% from 255) = 4.55%
BLUE value IS 96 (37.89% from 255) = 54.55%
R=40.91%
G=4.55%
B=54.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal728960.250.9200.62283.6484.6220.39
Hex48860195C03E11c5514
Octal110101403113407643412524
Binary1001000100011000001100110111000111110100011100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480860; }

 p { color: rgb(72,8,96); }

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

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

 a { background-color: rgb(72,8,96); }

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

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

 span { border-color: rgb(72,8,96); }

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