Shades of Han Purple #5228DC
Tints of Han Purple #5228DC
RGB
CMYK
RGB Variations
Color information
#5228DC (or 0x5228DC) is known color: Han Purple. HEX triplet: 52, 28 and DC. RGB value is (82,40,220). Sum of RGB (Red+Green+Blue) = 82+40+220=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 40 (16.02% from 255 or 11.70% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #5228DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5228DC is #ADD723. Grayscale: #484848. Windows color (decimal): -11392804 or 14428242. OLE color: 14428242.
HSL color Cylindrical-coordinate representation of color #5228DC: hue angle of 254º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5228DC is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 40 | 220 | - |
| CMYK | 0.63 | 0.82 | 0 | 0.14 |
| HSL | 254º | 0.72% | 0.51% | - |
| HSV(B) | 254º | 0.82% | 0.86% | - |
| XYZ | 17.16 | 8.48 | 68.44 | - |
| YUV | 73.08 | 210.91 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 40 | 220 | 0.63 | 0.82 | 0 | 0.14 | 254 | 0.72 | 0.51 |
| Hex | 52 | 28 | DC | 3F | 52 | 0 | E | FE | 48 | 33 |
| Octal | 122 | 50 | 334 | 77 | 122 | 0 | 16 | 376 | 110 | 63 |
| Binary | 1010010 | 101000 | 11011100 | 111111 | 1010010 | 0 | 1110 | 11111110 | 1001000 | 110011 |
Color Harmonies of #5228DC
Complementary color
Monochromatic Colors of #5228DC
Black with #5228DC
Text Example
Text Example
White with #5228DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5228DC; }
p { color: rgb(82,40,220); }
H1.HeaderClassName
{
color: #5228DC;
}
.AnyTagClassName
{
color: #5228DC;
}
</style>
background-color css
<style>
a { background-color: #5228DC; }
a { background-color: rgb(82,40,220); }
div.DivClassName
{
background-color: #5228DC;
}
.BgClassName
{
background-color: #5228DC;
}
</style>
border-color css
<style>
span { border-color: #5228DC; }
span { border-color: rgb(82,40,220); }
td.TdClassName
{
border-color: #5228DC;
}
.TagClassName
{
border-color: #5228DC;
}
</style>