Shades of Han Purple #5228FD
Tints of Han Purple #5228FD
RGB
CMYK
RGB Variations
Color information
#5228FD (or 0x5228FD) is known color: Han Purple. HEX triplet: 52, 28 and FD. RGB value is (82,40,253). Sum of RGB (Red+Green+Blue) = 82+40+253=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 40 (16.02% from 255 or 10.67% from 375); Blue value is 253 (99.22% from 255 or 67.47% from 375); Max value from RGB is 253 - color contains mainly: blue. Hex color #5228FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5228FD is #ADD702. Grayscale: #4C4C4C. Windows color (decimal): -11392771 or 16590930. OLE color: 16590930.
HSL color Cylindrical-coordinate representation of color #5228FD: hue angle of 251.83º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5228FD is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 40 | 253 | - |
| CMYK | 0.68 | 0.84 | 0 | 0.01 |
| HSL | 251.83º | 0.98% | 0.57% | - |
| HSV(B) | 251.83º | 0.84% | 0.99% | - |
| XYZ | 21.97 | 10.4 | 93.78 | - |
| YUV | 76.84 | 227.41 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 40 | 253 | 0.68 | 0.84 | 0 | 0.01 | 251.83 | 0.98 | 0.57 |
| Hex | 52 | 28 | FD | 44 | 54 | 0 | 1 | FC | 62 | 39 |
| Octal | 122 | 50 | 375 | 104 | 124 | 0 | 1 | 374 | 142 | 71 |
| Binary | 1010010 | 101000 | 11111101 | 1000100 | 1010100 | 0 | 1 | 11111100 | 1100010 | 111001 |
Color Harmonies of #5228FD
Complementary color
Monochromatic Colors of #5228FD
Black with #5228FD
Text Example
Text Example
White with #5228FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5228FD; }
p { color: rgb(82,40,253); }
H1.HeaderClassName
{
color: #5228FD;
}
.AnyTagClassName
{
color: #5228FD;
}
</style>
background-color css
<style>
a { background-color: #5228FD; }
a { background-color: rgb(82,40,253); }
div.DivClassName
{
background-color: #5228FD;
}
.BgClassName
{
background-color: #5228FD;
}
</style>
border-color css
<style>
span { border-color: #5228FD; }
span { border-color: rgb(82,40,253); }
td.TdClassName
{
border-color: #5228FD;
}
.TagClassName
{
border-color: #5228FD;
}
</style>