Shades of Indigo #481075
Tints of Indigo #481075
RGB
CMYK
RGB Variations
Color information
#481075 (or 0x481075) is known color: Indigo. HEX triplet: 48, 10 and 75. RGB value is (72,16,117). Sum of RGB (Red+Green+Blue) = 72+16+117=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 117 (46.09% from 255 or 57.07% from 205); Max value from RGB is 117 - color contains mainly: blue. Hex color #481075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481075 is #B7EF8A. Grayscale: #2B2B2B. Windows color (decimal): -12054411 or 7671880. OLE color: 7671880.
HSL color Cylindrical-coordinate representation of color #481075: hue angle of 273.27º 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 #481075 is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 72 | 16 | 117 | - |
| CMYK | 0.38 | 0.86 | 0 | 0.54 |
| HSL | 273.27º | 0.76% | 0.26% | - |
| HSV(B) | 273.27º | 0.86% | 0.46% | - |
| XYZ | 6.07 | 3.03 | 17.1 | - |
| YUV | 44.26 | 169.05 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 16 | 117 | 0.38 | 0.86 | 0 | 0.54 | 273.27 | 0.76 | 0.26 |
| Hex | 48 | 10 | 75 | 26 | 56 | 0 | 36 | 111 | 4C | 1A |
| Octal | 110 | 20 | 165 | 46 | 126 | 0 | 66 | 421 | 114 | 32 |
| Binary | 1001000 | 10000 | 1110101 | 100110 | 1010110 | 0 | 110110 | 100010001 | 1001100 | 11010 |
Color Harmonies of #481075
Complementary color
Monochromatic Colors of #481075
Black with #481075
Text Example
Text Example
White with #481075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481075; }
p { color: rgb(72,16,117); }
H1.HeaderClassName
{
color: #481075;
}
.AnyTagClassName
{
color: #481075;
}
</style>
background-color css
<style>
a { background-color: #481075; }
a { background-color: rgb(72,16,117); }
div.DivClassName
{
background-color: #481075;
}
.BgClassName
{
background-color: #481075;
}
</style>
border-color css
<style>
span { border-color: #481075; }
span { border-color: rgb(72,16,117); }
td.TdClassName
{
border-color: #481075;
}
.TagClassName
{
border-color: #481075;
}
</style>