Shades of Indigo #481076
Tints of Indigo #481076
RGB
CMYK
RGB Variations
Color information
#481076 (or 0x481076) is known color: Indigo. HEX triplet: 48, 10 and 76. RGB value is (72,16,118). Sum of RGB (Red+Green+Blue) = 72+16+118=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 118 (46.48% from 255 or 57.28% from 206); Max value from RGB is 118 - color contains mainly: blue. Hex color #481076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481076 is #B7EF89. Grayscale: #2C2C2C. Windows color (decimal): -12054410 or 7737416. OLE color: 7737416.
HSL color Cylindrical-coordinate representation of color #481076: hue angle of 272.94º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #481076 is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 72 | 16 | 118 | - |
| CMYK | 0.39 | 0.86 | 0 | 0.54 |
| HSL | 272.94º | 0.76% | 0.26% | - |
| HSV(B) | 272.94º | 0.86% | 0.46% | - |
| XYZ | 6.13 | 3.06 | 17.41 | - |
| YUV | 44.37 | 169.55 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 16 | 118 | 0.39 | 0.86 | 0 | 0.54 | 272.94 | 0.76 | 0.26 |
| Hex | 48 | 10 | 76 | 27 | 56 | 0 | 36 | 111 | 4C | 1A |
| Octal | 110 | 20 | 166 | 47 | 126 | 0 | 66 | 421 | 114 | 32 |
| Binary | 1001000 | 10000 | 1110110 | 100111 | 1010110 | 0 | 110110 | 100010001 | 1001100 | 11010 |
Color Harmonies of #481076
Complementary color
Monochromatic Colors of #481076
Black with #481076
Text Example
Text Example
White with #481076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481076; }
p { color: rgb(72,16,118); }
H1.HeaderClassName
{
color: #481076;
}
.AnyTagClassName
{
color: #481076;
}
</style>
background-color css
<style>
a { background-color: #481076; }
a { background-color: rgb(72,16,118); }
div.DivClassName
{
background-color: #481076;
}
.BgClassName
{
background-color: #481076;
}
</style>
border-color css
<style>
span { border-color: #481076; }
span { border-color: rgb(72,16,118); }
td.TdClassName
{
border-color: #481076;
}
.TagClassName
{
border-color: #481076;
}
</style>