Shades of Indigo #480069
Tints of Indigo #480069
RGB
CMYK
RGB Variations
Color information
#480069 (or 0x480069) is known color: Indigo. HEX triplet: 48, 00 and 69. RGB value is (72,0,105). Sum of RGB (Red+Green+Blue) = 72+0+105=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 105 (41.41% from 255 or 59.32% from 177); Max value from RGB is 105 - color contains mainly: blue. Hex color #480069 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480069 is #B7FF96. Grayscale: #212121. Windows color (decimal): -12058519 or 6881352. OLE color: 6881352.
HSL color Cylindrical-coordinate representation of color #480069: hue angle of 281.14º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #480069 is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 0 | 105 | - |
| CMYK | 0.31 | 1 | 0 | 0.59 |
| HSL | 281.14º | 1% | 0.21% | - |
| HSV(B) | 281.14º | 1% | 0.41% | - |
| XYZ | 5.22 | 2.4 | 13.55 | - |
| YUV | 33.5 | 168.35 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 0 | 105 | 0.31 | 1 | 0 | 0.59 | 281.14 | 1 | 0.21 |
| Hex | 48 | 0 | 69 | 1F | 64 | 0 | 3B | 119 | 64 | 15 |
| Octal | 110 | 0 | 151 | 37 | 144 | 0 | 73 | 431 | 144 | 25 |
| Binary | 1001000 | 0 | 1101001 | 11111 | 1100100 | 0 | 111011 | 100011001 | 1100100 | 10101 |
Color Harmonies of #480069
Complementary color
Monochromatic Colors of #480069
Black with #480069
Text Example
Text Example
White with #480069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480069; }
p { color: rgb(72,0,105); }
H1.HeaderClassName
{
color: #480069;
}
.AnyTagClassName
{
color: #480069;
}
</style>
background-color css
<style>
a { background-color: #480069; }
a { background-color: rgb(72,0,105); }
div.DivClassName
{
background-color: #480069;
}
.BgClassName
{
background-color: #480069;
}
</style>
border-color css
<style>
span { border-color: #480069; }
span { border-color: rgb(72,0,105); }
td.TdClassName
{
border-color: #480069;
}
.TagClassName
{
border-color: #480069;
}
</style>