Shades of Han Purple #4821FF
Tints of Han Purple #4821FF
RGB
CMYK
RGB Variations
Color information
#4821FF (or 0x4821FF) is known color: Han Purple. HEX triplet: 48, 21 and FF. RGB value is (72,33,255). Sum of RGB (Red+Green+Blue) = 72+33+255=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 33 (13.28% from 255 or 9.17% from 360); Blue value is 255 (100% from 255 or 70.83% from 360); Max value from RGB is 255 - color contains mainly: blue. Hex color #4821FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4821FF is #B7DE00. Grayscale: #454545. Windows color (decimal): -12049921 or 16720200. OLE color: 16720200.
HSL color Cylindrical-coordinate representation of color #4821FF: hue angle of 250.54º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4821FF is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 33 | 255 | - |
| CMYK | 0.72 | 0.87 | 0 | 0 |
| HSL | 250.54º | 1% | 0.56% | - |
| HSV(B) | 250.54º | 0.87% | 1% | - |
| XYZ | 21.27 | 9.69 | 95.36 | - |
| YUV | 69.97 | 232.42 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 33 | 255 | 0.72 | 0.87 | 0 | 0 | 250.54 | 1 | 0.56 |
| Hex | 48 | 21 | FF | 48 | 57 | 0 | 0 | FB | 64 | 38 |
| Octal | 110 | 41 | 377 | 110 | 127 | 0 | 0 | 373 | 144 | 70 |
| Binary | 1001000 | 100001 | 11111111 | 1001000 | 1010111 | 0 | 0 | 11111011 | 1100100 | 111000 |
Color Harmonies of #4821FF
Complementary color
Monochromatic Colors of #4821FF
Black with #4821FF
Text Example
Text Example
White with #4821FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4821FF; }
p { color: rgb(72,33,255); }
H1.HeaderClassName
{
color: #4821FF;
}
.AnyTagClassName
{
color: #4821FF;
}
</style>
background-color css
<style>
a { background-color: #4821FF; }
a { background-color: rgb(72,33,255); }
div.DivClassName
{
background-color: #4821FF;
}
.BgClassName
{
background-color: #4821FF;
}
</style>
border-color css
<style>
span { border-color: #4821FF; }
span { border-color: rgb(72,33,255); }
td.TdClassName
{
border-color: #4821FF;
}
.TagClassName
{
border-color: #4821FF;
}
</style>