Shades of Han Purple #481BFE
Tints of Han Purple #481BFE
RGB
CMYK
RGB Variations
Color information
#481BFE (or 0x481BFE) is known color: Han Purple. HEX triplet: 48, 1B and FE. RGB value is (72,27,254). Sum of RGB (Red+Green+Blue) = 72+27+254=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 27 (10.94% from 255 or 7.65% from 353); Blue value is 254 (99.61% from 255 or 71.95% from 353); Max value from RGB is 254 - color contains mainly: blue. Hex color #481BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481BFE is #B7E401. Grayscale: #414141. Windows color (decimal): -12051458 or 16653128. OLE color: 16653128.
HSL color Cylindrical-coordinate representation of color #481BFE: hue angle of 251.89º 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 #481BFE is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 27 | 254 | - |
| CMYK | 0.72 | 0.89 | 0 | 0.00 |
| HSL | 251.89º | 0.99% | 0.55% | - |
| HSV(B) | 251.89º | 0.89% | 1% | - |
| XYZ | 20.95 | 9.32 | 94.46 | - |
| YUV | 66.33 | 233.91 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 254 | 0.72 | 0.89 | 0 | 0.00 | 251.89 | 0.99 | 0.55 |
| Hex | 48 | 1B | FE | 48 | 59 | 0 | 0 | FC | 63 | 37 |
| Octal | 110 | 33 | 376 | 110 | 131 | 0 | 0 | 374 | 143 | 67 |
| Binary | 1001000 | 11011 | 11111110 | 1001000 | 1011001 | 0 | 0 | 11111100 | 1100011 | 110111 |
Color Harmonies of #481BFE
Complementary color
Monochromatic Colors of #481BFE
Black with #481BFE
Text Example
Text Example
White with #481BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481BFE; }
p { color: rgb(72,27,254); }
H1.HeaderClassName
{
color: #481BFE;
}
.AnyTagClassName
{
color: #481BFE;
}
</style>
background-color css
<style>
a { background-color: #481BFE; }
a { background-color: rgb(72,27,254); }
div.DivClassName
{
background-color: #481BFE;
}
.BgClassName
{
background-color: #481BFE;
}
</style>
border-color css
<style>
span { border-color: #481BFE; }
span { border-color: rgb(72,27,254); }
td.TdClassName
{
border-color: #481BFE;
}
.TagClassName
{
border-color: #481BFE;
}
</style>