Shades of Indigo #481185
Tints of Indigo #481185
RGB
CMYK
RGB Variations
Color information
#481185 (or 0x481185) is known color: Indigo. HEX triplet: 48, 11 and 85. RGB value is (72,17,133). Sum of RGB (Red+Green+Blue) = 72+17+133=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 133 (52.34% from 255 or 59.91% from 222); Max value from RGB is 133 - color contains mainly: blue. Hex color #481185 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481185 is #B7EE7A. Grayscale: #2E2E2E. Windows color (decimal): -12054139 or 8720712. OLE color: 8720712.
HSL color Cylindrical-coordinate representation of color #481185: hue angle of 268.45º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #481185 is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 17 | 133 | - |
| CMYK | 0.46 | 0.87 | 0 | 0.48 |
| HSL | 268.45º | 0.77% | 0.29% | - |
| HSV(B) | 268.45º | 0.87% | 0.52% | - |
| XYZ | 7.11 | 3.47 | 22.49 | - |
| YUV | 46.67 | 176.72 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 17 | 133 | 0.46 | 0.87 | 0 | 0.48 | 268.45 | 0.77 | 0.29 |
| Hex | 48 | 11 | 85 | 2E | 57 | 0 | 30 | 10C | 4D | 1D |
| Octal | 110 | 21 | 205 | 56 | 127 | 0 | 60 | 414 | 115 | 35 |
| Binary | 1001000 | 10001 | 10000101 | 101110 | 1010111 | 0 | 110000 | 100001100 | 1001101 | 11101 |
Color Harmonies of #481185
Complementary color
Monochromatic Colors of #481185
Black with #481185
Text Example
Text Example
White with #481185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481185; }
p { color: rgb(72,17,133); }
H1.HeaderClassName
{
color: #481185;
}
.AnyTagClassName
{
color: #481185;
}
</style>
background-color css
<style>
a { background-color: #481185; }
a { background-color: rgb(72,17,133); }
div.DivClassName
{
background-color: #481185;
}
.BgClassName
{
background-color: #481185;
}
</style>
border-color css
<style>
span { border-color: #481185; }
span { border-color: rgb(72,17,133); }
td.TdClassName
{
border-color: #481185;
}
.TagClassName
{
border-color: #481185;
}
</style>