Shades of Han Purple #481CFE
Tints of Han Purple #481CFE
RGB
CMYK
RGB Variations
Color information
#481CFE (or 0x481CFE) is known color: Han Purple. HEX triplet: 48, 1C and FE. RGB value is (72,28,254). Sum of RGB (Red+Green+Blue) = 72+28+254=354 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.34% from 354); Green value is 28 (11.33% from 255 or 7.91% from 354); Blue value is 254 (99.61% from 255 or 71.75% from 354); Max value from RGB is 254 - color contains mainly: blue. Hex color #481CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481CFE is #B7E301. Grayscale: #424242. Windows color (decimal): -12051202 or 16653384. OLE color: 16653384.
HSL color Cylindrical-coordinate representation of color #481CFE: hue angle of 251.68º 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 #481CFE is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 28 | 254 | - |
| CMYK | 0.72 | 0.89 | 0 | 0.00 |
| HSL | 251.68º | 0.99% | 0.55% | - |
| HSV(B) | 251.68º | 0.89% | 1% | - |
| XYZ | 20.98 | 9.36 | 94.47 | - |
| YUV | 66.92 | 233.58 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 28 | 254 | 0.72 | 0.89 | 0 | 0.00 | 251.68 | 0.99 | 0.55 |
| Hex | 48 | 1C | FE | 48 | 59 | 0 | 0 | FC | 63 | 37 |
| Octal | 110 | 34 | 376 | 110 | 131 | 0 | 0 | 374 | 143 | 67 |
| Binary | 1001000 | 11100 | 11111110 | 1001000 | 1011001 | 0 | 0 | 11111100 | 1100011 | 110111 |
Color Harmonies of #481CFE
Complementary color
Monochromatic Colors of #481CFE
Black with #481CFE
Text Example
Text Example
White with #481CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481CFE; }
p { color: rgb(72,28,254); }
H1.HeaderClassName
{
color: #481CFE;
}
.AnyTagClassName
{
color: #481CFE;
}
</style>
background-color css
<style>
a { background-color: #481CFE; }
a { background-color: rgb(72,28,254); }
div.DivClassName
{
background-color: #481CFE;
}
.BgClassName
{
background-color: #481CFE;
}
</style>
border-color css
<style>
span { border-color: #481CFE; }
span { border-color: rgb(72,28,254); }
td.TdClassName
{
border-color: #481CFE;
}
.TagClassName
{
border-color: #481CFE;
}
</style>