Shades of Indigo #480E68
Tints of Indigo #480E68
RGB
CMYK
RGB Variations
Color information
#480E68 (or 0x480E68) is known color: Indigo. HEX triplet: 48, 0E and 68. RGB value is (72,14,104). Sum of RGB (Red+Green+Blue) = 72+14+104=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 14 (5.86% from 255 or 7.37% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #480E68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480E68 is #B7F197. Grayscale: #292929. Windows color (decimal): -12054936 or 6819400. OLE color: 6819400.
HSL color Cylindrical-coordinate representation of color #480E68: hue angle of 278.67º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #480E68 is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 14 | 104 | - |
| CMYK | 0.31 | 0.87 | 0 | 0.59 |
| HSL | 278.67º | 0.76% | 0.23% | - |
| HSV(B) | 278.67º | 0.87% | 0.41% | - |
| XYZ | 5.33 | 2.69 | 13.34 | - |
| YUV | 41.6 | 163.22 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 14 | 104 | 0.31 | 0.87 | 0 | 0.59 | 278.67 | 0.76 | 0.23 |
| Hex | 48 | E | 68 | 1F | 57 | 0 | 3B | 117 | 4C | 17 |
| Octal | 110 | 16 | 150 | 37 | 127 | 0 | 73 | 427 | 114 | 27 |
| Binary | 1001000 | 1110 | 1101000 | 11111 | 1010111 | 0 | 111011 | 100010111 | 1001100 | 10111 |
Color Harmonies of #480E68
Complementary color
Monochromatic Colors of #480E68
Black with #480E68
Text Example
Text Example
White with #480E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480E68; }
p { color: rgb(72,14,104); }
H1.HeaderClassName
{
color: #480E68;
}
.AnyTagClassName
{
color: #480E68;
}
</style>
background-color css
<style>
a { background-color: #480E68; }
a { background-color: rgb(72,14,104); }
div.DivClassName
{
background-color: #480E68;
}
.BgClassName
{
background-color: #480E68;
}
</style>
border-color css
<style>
span { border-color: #480E68; }
span { border-color: rgb(72,14,104); }
td.TdClassName
{
border-color: #480E68;
}
.TagClassName
{
border-color: #480E68;
}
</style>