Shades of Indigo #481270
Tints of Indigo #481270
RGB
CMYK
RGB Variations
Color information
#481270 (or 0x481270) is known color: Indigo. HEX triplet: 48, 12 and 70. RGB value is (72,18,112). Sum of RGB (Red+Green+Blue) = 72+18+112=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #481270 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481270 is #B7ED8F. Grayscale: #2C2C2C. Windows color (decimal): -12053904 or 7344712. OLE color: 7344712.
HSL color Cylindrical-coordinate representation of color #481270: hue angle of 274.47º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #481270 is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 18 | 112 | - |
| CMYK | 0.36 | 0.84 | 0 | 0.56 |
| HSL | 274.47º | 0.72% | 0.25% | - |
| HSV(B) | 274.47º | 0.84% | 0.44% | - |
| XYZ | 5.81 | 2.98 | 15.6 | - |
| YUV | 44.86 | 165.89 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 18 | 112 | 0.36 | 0.84 | 0 | 0.56 | 274.47 | 0.72 | 0.25 |
| Hex | 48 | 12 | 70 | 24 | 54 | 0 | 38 | 112 | 48 | 19 |
| Octal | 110 | 22 | 160 | 44 | 124 | 0 | 70 | 422 | 110 | 31 |
| Binary | 1001000 | 10010 | 1110000 | 100100 | 1010100 | 0 | 111000 | 100010010 | 1001000 | 11001 |
Color Harmonies of #481270
Complementary color
Monochromatic Colors of #481270
Black with #481270
Text Example
Text Example
White with #481270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481270; }
p { color: rgb(72,18,112); }
H1.HeaderClassName
{
color: #481270;
}
.AnyTagClassName
{
color: #481270;
}
</style>
background-color css
<style>
a { background-color: #481270; }
a { background-color: rgb(72,18,112); }
div.DivClassName
{
background-color: #481270;
}
.BgClassName
{
background-color: #481270;
}
</style>
border-color css
<style>
span { border-color: #481270; }
span { border-color: rgb(72,18,112); }
td.TdClassName
{
border-color: #481270;
}
.TagClassName
{
border-color: #481270;
}
</style>