Shades of Indigo #480A68
Tints of Indigo #480A68
RGB
CMYK
RGB Variations
Color information
#480A68 (or 0x480A68) is known color: Indigo. HEX triplet: 48, 0A and 68. RGB value is (72,10,104). Sum of RGB (Red+Green+Blue) = 72+10+104=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 10 (4.30% from 255 or 5.38% from 186); Blue value is 104 (41.02% from 255 or 55.91% from 186); Max value from RGB is 104 - color contains mainly: blue. Hex color #480A68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480A68 is #B7F597. Grayscale: #262626. Windows color (decimal): -12055960 or 6818376. OLE color: 6818376.
HSL color Cylindrical-coordinate representation of color #480A68: hue angle of 279.57º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #480A68 is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 10 | 104 | - |
| CMYK | 0.31 | 0.90 | 0 | 0.59 |
| HSL | 279.57º | 0.82% | 0.22% | - |
| HSV(B) | 279.57º | 0.9% | 0.41% | - |
| XYZ | 5.28 | 2.59 | 13.32 | - |
| YUV | 39.25 | 164.54 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 10 | 104 | 0.31 | 0.90 | 0 | 0.59 | 279.57 | 0.82 | 0.22 |
| Hex | 48 | A | 68 | 1F | 5A | 0 | 3B | 118 | 52 | 16 |
| Octal | 110 | 12 | 150 | 37 | 132 | 0 | 73 | 430 | 122 | 26 |
| Binary | 1001000 | 1010 | 1101000 | 11111 | 1011010 | 0 | 111011 | 100011000 | 1010010 | 10110 |
Color Harmonies of #480A68
Complementary color
Monochromatic Colors of #480A68
Black with #480A68
Text Example
Text Example
White with #480A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480A68; }
p { color: rgb(72,10,104); }
H1.HeaderClassName
{
color: #480A68;
}
.AnyTagClassName
{
color: #480A68;
}
</style>
background-color css
<style>
a { background-color: #480A68; }
a { background-color: rgb(72,10,104); }
div.DivClassName
{
background-color: #480A68;
}
.BgClassName
{
background-color: #480A68;
}
</style>
border-color css
<style>
span { border-color: #480A68; }
span { border-color: rgb(72,10,104); }
td.TdClassName
{
border-color: #480A68;
}
.TagClassName
{
border-color: #480A68;
}
</style>