Shades of Han Purple #481EF1
Tints of Han Purple #481EF1
RGB
CMYK
RGB Variations
Color information
#481EF1 (or 0x481EF1) is known color: Han Purple. HEX triplet: 48, 1E and F1. RGB value is (72,30,241). Sum of RGB (Red+Green+Blue) = 72+30+241=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 30 (12.11% from 255 or 8.75% from 343); Blue value is 241 (94.53% from 255 or 70.26% from 343); Max value from RGB is 241 - color contains mainly: blue. Hex color #481EF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481EF1 is #B7E10E. Grayscale: #414141. Windows color (decimal): -12050703 or 15801928. OLE color: 15801928.
HSL color Cylindrical-coordinate representation of color #481EF1: hue angle of 251.94º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #481EF1 is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 30 | 241 | - |
| CMYK | 0.70 | 0.88 | 0 | 0.05 |
| HSL | 251.94º | 0.88% | 0.53% | - |
| HSV(B) | 251.94º | 0.88% | 0.95% | - |
| XYZ | 19.01 | 8.66 | 83.89 | - |
| YUV | 66.61 | 226.41 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 30 | 241 | 0.70 | 0.88 | 0 | 0.05 | 251.94 | 0.88 | 0.53 |
| Hex | 48 | 1E | F1 | 46 | 58 | 0 | 5 | FC | 58 | 35 |
| Octal | 110 | 36 | 361 | 106 | 130 | 0 | 5 | 374 | 130 | 65 |
| Binary | 1001000 | 11110 | 11110001 | 1000110 | 1011000 | 0 | 101 | 11111100 | 1011000 | 110101 |
Color Harmonies of #481EF1
Complementary color
Monochromatic Colors of #481EF1
Black with #481EF1
Text Example
Text Example
White with #481EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481EF1; }
p { color: rgb(72,30,241); }
H1.HeaderClassName
{
color: #481EF1;
}
.AnyTagClassName
{
color: #481EF1;
}
</style>
background-color css
<style>
a { background-color: #481EF1; }
a { background-color: rgb(72,30,241); }
div.DivClassName
{
background-color: #481EF1;
}
.BgClassName
{
background-color: #481EF1;
}
</style>
border-color css
<style>
span { border-color: #481EF1; }
span { border-color: rgb(72,30,241); }
td.TdClassName
{
border-color: #481EF1;
}
.TagClassName
{
border-color: #481EF1;
}
</style>