Shades of Han Purple #5228DF
Tints of Han Purple #5228DF
RGB
CMYK
RGB Variations
Color information
#5228DF (or 0x5228DF) is known color: Han Purple. HEX triplet: 52, 28 and DF. RGB value is (82,40,223). Sum of RGB (Red+Green+Blue) = 82+40+223=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 223 (87.5% from 255 or 64.64% from 345); Max value from RGB is 223 - color contains mainly: blue. Hex color #5228DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5228DF is #ADD720. Grayscale: #484848. Windows color (decimal): -11392801 or 14624850. OLE color: 14624850.
HSL color Cylindrical-coordinate representation of color #5228DF: hue angle of 253.77º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5228DF is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 40 | 223 | - |
| CMYK | 0.63 | 0.82 | 0 | 0.13 |
| HSL | 253.77º | 0.74% | 0.52% | - |
| HSV(B) | 253.77º | 0.82% | 0.87% | - |
| XYZ | 17.56 | 8.64 | 70.55 | - |
| YUV | 73.42 | 212.41 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 40 | 223 | 0.63 | 0.82 | 0 | 0.13 | 253.77 | 0.74 | 0.52 |
| Hex | 52 | 28 | DF | 3F | 52 | 0 | D | FE | 4A | 34 |
| Octal | 122 | 50 | 337 | 77 | 122 | 0 | 15 | 376 | 112 | 64 |
| Binary | 1010010 | 101000 | 11011111 | 111111 | 1010010 | 0 | 1101 | 11111110 | 1001010 | 110100 |
Color Harmonies of #5228DF
Complementary color
Monochromatic Colors of #5228DF
Black with #5228DF
Text Example
Text Example
White with #5228DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5228DF; }
p { color: rgb(82,40,223); }
H1.HeaderClassName
{
color: #5228DF;
}
.AnyTagClassName
{
color: #5228DF;
}
</style>
background-color css
<style>
a { background-color: #5228DF; }
a { background-color: rgb(82,40,223); }
div.DivClassName
{
background-color: #5228DF;
}
.BgClassName
{
background-color: #5228DF;
}
</style>
border-color css
<style>
span { border-color: #5228DF; }
span { border-color: rgb(82,40,223); }
td.TdClassName
{
border-color: #5228DF;
}
.TagClassName
{
border-color: #5228DF;
}
</style>