Shades of Han Purple #481DFE
Tints of Han Purple #481DFE
RGB
CMYK
RGB Variations
Color information
#481DFE (or 0x481DFE) is known color: Han Purple. HEX triplet: 48, 1D and FE. RGB value is (72,29,254). Sum of RGB (Red+Green+Blue) = 72+29+254=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 29 (11.72% from 255 or 8.17% from 355); Blue value is 254 (99.61% from 255 or 71.55% from 355); Max value from RGB is 254 - color contains mainly: blue. Hex color #481DFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481DFE is #B7E201. Grayscale: #424242. Windows color (decimal): -12050946 or 16653640. OLE color: 16653640.
HSL color Cylindrical-coordinate representation of color #481DFE: hue angle of 251.47º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #481DFE is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 29 | 254 | - |
| CMYK | 0.72 | 0.89 | 0 | 0.00 |
| HSL | 251.47º | 0.99% | 0.55% | - |
| HSV(B) | 251.47º | 0.89% | 1% | - |
| XYZ | 21 | 9.41 | 94.48 | - |
| YUV | 67.51 | 233.25 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 29 | 254 | 0.72 | 0.89 | 0 | 0.00 | 251.47 | 0.99 | 0.55 |
| Hex | 48 | 1D | FE | 48 | 59 | 0 | 0 | FB | 63 | 37 |
| Octal | 110 | 35 | 376 | 110 | 131 | 0 | 0 | 373 | 143 | 67 |
| Binary | 1001000 | 11101 | 11111110 | 1001000 | 1011001 | 0 | 0 | 11111011 | 1100011 | 110111 |
Color Harmonies of #481DFE
Complementary color
Monochromatic Colors of #481DFE
Black with #481DFE
Text Example
Text Example
White with #481DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481DFE; }
p { color: rgb(72,29,254); }
H1.HeaderClassName
{
color: #481DFE;
}
.AnyTagClassName
{
color: #481DFE;
}
</style>
background-color css
<style>
a { background-color: #481DFE; }
a { background-color: rgb(72,29,254); }
div.DivClassName
{
background-color: #481DFE;
}
.BgClassName
{
background-color: #481DFE;
}
</style>
border-color css
<style>
span { border-color: #481DFE; }
span { border-color: rgb(72,29,254); }
td.TdClassName
{
border-color: #481DFE;
}
.TagClassName
{
border-color: #481DFE;
}
</style>