Shades of Han Purple #481FE9
Tints of Han Purple #481FE9
RGB
CMYK
RGB Variations
Color information
#481FE9 (or 0x481FE9) is known color: Han Purple. HEX triplet: 48, 1F and E9. RGB value is (72,31,233). Sum of RGB (Red+Green+Blue) = 72+31+233=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 233 (91.41% from 255 or 69.35% from 336); Max value from RGB is 233 - color contains mainly: blue. Hex color #481FE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481FE9 is #B7E016. Grayscale: #414141. Windows color (decimal): -12050455 or 15277896. OLE color: 15277896.
HSL color Cylindrical-coordinate representation of color #481FE9: hue angle of 252.18º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #481FE9 is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 72 | 31 | 233 | - |
| CMYK | 0.69 | 0.87 | 0 | 0.09 |
| HSL | 252.18º | 0.82% | 0.52% | - |
| HSV(B) | 252.18º | 0.87% | 0.91% | - |
| XYZ | 17.87 | 8.24 | 77.74 | - |
| YUV | 66.29 | 222.08 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 31 | 233 | 0.69 | 0.87 | 0 | 0.09 | 252.18 | 0.82 | 0.52 |
| Hex | 48 | 1F | E9 | 45 | 57 | 0 | 9 | FC | 52 | 34 |
| Octal | 110 | 37 | 351 | 105 | 127 | 0 | 11 | 374 | 122 | 64 |
| Binary | 1001000 | 11111 | 11101001 | 1000101 | 1010111 | 0 | 1001 | 11111100 | 1010010 | 110100 |
Color Harmonies of #481FE9
Complementary color
Monochromatic Colors of #481FE9
Black with #481FE9
Text Example
Text Example
White with #481FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481FE9; }
p { color: rgb(72,31,233); }
H1.HeaderClassName
{
color: #481FE9;
}
.AnyTagClassName
{
color: #481FE9;
}
</style>
background-color css
<style>
a { background-color: #481FE9; }
a { background-color: rgb(72,31,233); }
div.DivClassName
{
background-color: #481FE9;
}
.BgClassName
{
background-color: #481FE9;
}
</style>
border-color css
<style>
span { border-color: #481FE9; }
span { border-color: rgb(72,31,233); }
td.TdClassName
{
border-color: #481FE9;
}
.TagClassName
{
border-color: #481FE9;
}
</style>