#480060

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

Shades of Indigo #480060

Tints of Indigo #480060

Color information

#480060 (or 0x480060) is unknown color: approx Indigo. HEX triplet: 48, 00 and 60. RGB value is (72,0,96). Sum of RGB (Red+Green+Blue) = 72+0+96=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 96 (37.89% from 255 or 57.14% from 168); Max value from RGB is 96 - color contains mainly: blue. Hex color #480060 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480060 is #B7FF9F. Grayscale: #202020. Windows color (decimal): -12058528 or 6291528. OLE color: 6291528.

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

Color convert

RGB72096-
CMYK0.25100.62
HSL285º100%18.82%-
HSV(B)285º100%37.65%-
XYZ4.782.2211.24-
YUV32.47163.85156.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 57.14%
R=42.86%
G=0%
B=57.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal720960.25100.6228510018.82
Hex48060196403E11d6413
Octal11001403114407643514423
Binary1001000011000001100111001000111110100011101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480060; }

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

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

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

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

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

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

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

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