Shades of Han Purple #4928DF
Tints of Han Purple #4928DF
RGB
CMYK
RGB Variations
Color information
#4928DF (or 0x4928DF) is known color: Han Purple. HEX triplet: 49, 28 and DF. RGB value is (73,40,223). Sum of RGB (Red+Green+Blue) = 73+40+223=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 40 (16.02% from 255 or 11.90% from 336); Blue value is 223 (87.5% from 255 or 66.37% from 336); Max value from RGB is 223 - color contains mainly: blue. Hex color #4928DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4928DF is #B6D720. Grayscale: #464646. Windows color (decimal): -11982625 or 14624841. OLE color: 14624841.
HSL color Cylindrical-coordinate representation of color #4928DF: hue angle of 250.82º 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 #4928DF is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 40 | 223 | - |
| CMYK | 0.67 | 0.82 | 0 | 0.13 |
| HSL | 250.82º | 0.74% | 0.52% | - |
| HSV(B) | 250.82º | 0.82% | 0.87% | - |
| XYZ | 16.83 | 8.26 | 70.52 | - |
| YUV | 70.73 | 213.93 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 40 | 223 | 0.67 | 0.82 | 0 | 0.13 | 250.82 | 0.74 | 0.52 |
| Hex | 49 | 28 | DF | 43 | 52 | 0 | D | FB | 4A | 34 |
| Octal | 111 | 50 | 337 | 103 | 122 | 0 | 15 | 373 | 112 | 64 |
| Binary | 1001001 | 101000 | 11011111 | 1000011 | 1010010 | 0 | 1101 | 11111011 | 1001010 | 110100 |
Color Harmonies of #4928DF
Complementary color
Monochromatic Colors of #4928DF
Black with #4928DF
Text Example
Text Example
White with #4928DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4928DF; }
p { color: rgb(73,40,223); }
H1.HeaderClassName
{
color: #4928DF;
}
.AnyTagClassName
{
color: #4928DF;
}
</style>
background-color css
<style>
a { background-color: #4928DF; }
a { background-color: rgb(73,40,223); }
div.DivClassName
{
background-color: #4928DF;
}
.BgClassName
{
background-color: #4928DF;
}
</style>
border-color css
<style>
span { border-color: #4928DF; }
span { border-color: rgb(73,40,223); }
td.TdClassName
{
border-color: #4928DF;
}
.TagClassName
{
border-color: #4928DF;
}
</style>