Shades of Han Purple #4828FE
Tints of Han Purple #4828FE
RGB
CMYK
RGB Variations
Color information
#4828FE (or 0x4828FE) is known color: Han Purple. HEX triplet: 48, 28 and FE. RGB value is (72,40,254). Sum of RGB (Red+Green+Blue) = 72+40+254=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 40 (16.02% from 255 or 10.93% from 366); Blue value is 254 (99.61% from 255 or 69.40% from 366); Max value from RGB is 254 - color contains mainly: blue. Hex color #4828FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4828FE is #B7D701. Grayscale: #494949. Windows color (decimal): -12048130 or 16656456. OLE color: 16656456.
HSL color Cylindrical-coordinate representation of color #4828FE: hue angle of 248.97º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4828FE is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 40 | 254 | - |
| CMYK | 0.72 | 0.84 | 0 | 0.00 |
| HSL | 248.97º | 0.99% | 0.58% | - |
| HSV(B) | 248.97º | 0.84% | 1% | - |
| XYZ | 21.32 | 10.05 | 94.58 | - |
| YUV | 73.96 | 229.6 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 40 | 254 | 0.72 | 0.84 | 0 | 0.00 | 248.97 | 0.99 | 0.58 |
| Hex | 48 | 28 | FE | 48 | 54 | 0 | 0 | F9 | 63 | 3A |
| Octal | 110 | 50 | 376 | 110 | 124 | 0 | 0 | 371 | 143 | 72 |
| Binary | 1001000 | 101000 | 11111110 | 1001000 | 1010100 | 0 | 0 | 11111001 | 1100011 | 111010 |
Color Harmonies of #4828FE
Complementary color
Monochromatic Colors of #4828FE
Black with #4828FE
Text Example
Text Example
White with #4828FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4828FE; }
p { color: rgb(72,40,254); }
H1.HeaderClassName
{
color: #4828FE;
}
.AnyTagClassName
{
color: #4828FE;
}
</style>
background-color css
<style>
a { background-color: #4828FE; }
a { background-color: rgb(72,40,254); }
div.DivClassName
{
background-color: #4828FE;
}
.BgClassName
{
background-color: #4828FE;
}
</style>
border-color css
<style>
span { border-color: #4828FE; }
span { border-color: rgb(72,40,254); }
td.TdClassName
{
border-color: #4828FE;
}
.TagClassName
{
border-color: #4828FE;
}
</style>