Shades of Indigo #481579
Tints of Indigo #481579
RGB
CMYK
RGB Variations
Color information
#481579 (or 0x481579) is known color: Indigo. HEX triplet: 48, 15 and 79. RGB value is (72,21,121). Sum of RGB (Red+Green+Blue) = 72+21+121=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 121 (47.66% from 255 or 56.54% from 214); Max value from RGB is 121 - color contains mainly: blue. Hex color #481579 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481579 is #B7EA86. Grayscale: #2F2F2F. Windows color (decimal): -12053127 or 7935304. OLE color: 7935304.
HSL color Cylindrical-coordinate representation of color #481579: hue angle of 270.6º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #481579 is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 21 | 121 | - |
| CMYK | 0.40 | 0.83 | 0 | 0.53 |
| HSL | 270.6º | 0.7% | 0.28% | - |
| HSV(B) | 270.6º | 0.83% | 0.47% | - |
| XYZ | 6.39 | 3.29 | 18.39 | - |
| YUV | 47.65 | 169.4 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 21 | 121 | 0.40 | 0.83 | 0 | 0.53 | 270.6 | 0.7 | 0.28 |
| Hex | 48 | 15 | 79 | 28 | 53 | 0 | 35 | 10F | 46 | 1C |
| Octal | 110 | 25 | 171 | 50 | 123 | 0 | 65 | 417 | 106 | 34 |
| Binary | 1001000 | 10101 | 1111001 | 101000 | 1010011 | 0 | 110101 | 100001111 | 1000110 | 11100 |
Color Harmonies of #481579
Complementary color
Monochromatic Colors of #481579
Black with #481579
Text Example
Text Example
White with #481579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481579; }
p { color: rgb(72,21,121); }
H1.HeaderClassName
{
color: #481579;
}
.AnyTagClassName
{
color: #481579;
}
</style>
background-color css
<style>
a { background-color: #481579; }
a { background-color: rgb(72,21,121); }
div.DivClassName
{
background-color: #481579;
}
.BgClassName
{
background-color: #481579;
}
</style>
border-color css
<style>
span { border-color: #481579; }
span { border-color: rgb(72,21,121); }
td.TdClassName
{
border-color: #481579;
}
.TagClassName
{
border-color: #481579;
}
</style>