Shades of Han Purple #4924DF
Tints of Han Purple #4924DF
RGB
CMYK
RGB Variations
Color information
#4924DF (or 0x4924DF) is known color: Han Purple. HEX triplet: 49, 24 and DF. RGB value is (73,36,223). Sum of RGB (Red+Green+Blue) = 73+36+223=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 36 (14.45% from 255 or 10.84% from 332); Blue value is 223 (87.5% from 255 or 67.17% from 332); Max value from RGB is 223 - color contains mainly: blue. Hex color #4924DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4924DF is #B6DB20. Grayscale: #434343. Windows color (decimal): -11983649 or 14623817. OLE color: 14623817.
HSL color Cylindrical-coordinate representation of color #4924DF: hue angle of 251.87º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4924DF is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 36 | 223 | - |
| CMYK | 0.67 | 0.84 | 0 | 0.13 |
| HSL | 251.87º | 0.75% | 0.51% | - |
| HSV(B) | 251.87º | 0.84% | 0.87% | - |
| XYZ | 16.7 | 8.01 | 70.48 | - |
| YUV | 68.38 | 215.26 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 36 | 223 | 0.67 | 0.84 | 0 | 0.13 | 251.87 | 0.75 | 0.51 |
| Hex | 49 | 24 | DF | 43 | 54 | 0 | D | FC | 4B | 33 |
| Octal | 111 | 44 | 337 | 103 | 124 | 0 | 15 | 374 | 113 | 63 |
| Binary | 1001001 | 100100 | 11011111 | 1000011 | 1010100 | 0 | 1101 | 11111100 | 1001011 | 110011 |
Color Harmonies of #4924DF
Complementary color
Monochromatic Colors of #4924DF
Black with #4924DF
Text Example
Text Example
White with #4924DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4924DF; }
p { color: rgb(73,36,223); }
H1.HeaderClassName
{
color: #4924DF;
}
.AnyTagClassName
{
color: #4924DF;
}
</style>
background-color css
<style>
a { background-color: #4924DF; }
a { background-color: rgb(73,36,223); }
div.DivClassName
{
background-color: #4924DF;
}
.BgClassName
{
background-color: #4924DF;
}
</style>
border-color css
<style>
span { border-color: #4924DF; }
span { border-color: rgb(73,36,223); }
td.TdClassName
{
border-color: #4924DF;
}
.TagClassName
{
border-color: #4924DF;
}
</style>