Shades of Indigo #480868
Tints of Indigo #480868
RGB
CMYK
RGB Variations
Color information
#480868 (or 0x480868) is known color: Indigo. HEX triplet: 48, 08 and 68. RGB value is (72,8,104). Sum of RGB (Red+Green+Blue) = 72+8+104=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 104 (41.02% from 255 or 56.52% from 184); Max value from RGB is 104 - color contains mainly: blue. Hex color #480868 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480868 is #B7F797. Grayscale: #252525. Windows color (decimal): -12056472 or 6817864. OLE color: 6817864.
HSL color Cylindrical-coordinate representation of color #480868: hue angle of 280º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #480868 is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 8 | 104 | - |
| CMYK | 0.31 | 0.92 | 0 | 0.59 |
| HSL | 280º | 0.86% | 0.22% | - |
| HSV(B) | 280º | 0.92% | 0.41% | - |
| XYZ | 5.26 | 2.55 | 13.31 | - |
| YUV | 38.08 | 165.2 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 8 | 104 | 0.31 | 0.92 | 0 | 0.59 | 280 | 0.86 | 0.22 |
| Hex | 48 | 8 | 68 | 1F | 5C | 0 | 3B | 118 | 56 | 16 |
| Octal | 110 | 10 | 150 | 37 | 134 | 0 | 73 | 430 | 126 | 26 |
| Binary | 1001000 | 1000 | 1101000 | 11111 | 1011100 | 0 | 111011 | 100011000 | 1010110 | 10110 |
Color Harmonies of #480868
Complementary color
Monochromatic Colors of #480868
Black with #480868
Text Example
Text Example
White with #480868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480868; }
p { color: rgb(72,8,104); }
H1.HeaderClassName
{
color: #480868;
}
.AnyTagClassName
{
color: #480868;
}
</style>
background-color css
<style>
a { background-color: #480868; }
a { background-color: rgb(72,8,104); }
div.DivClassName
{
background-color: #480868;
}
.BgClassName
{
background-color: #480868;
}
</style>
border-color css
<style>
span { border-color: #480868; }
span { border-color: rgb(72,8,104); }
td.TdClassName
{
border-color: #480868;
}
.TagClassName
{
border-color: #480868;
}
</style>