Shades of Han Purple #4119DF
Tints of Han Purple #4119DF
RGB
CMYK
RGB Variations
Color information
#4119DF (or 0x4119DF) is known color: Han Purple. HEX triplet: 41, 19 and DF. RGB value is (65,25,223). Sum of RGB (Red+Green+Blue) = 65+25+223=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 223 (87.5% from 255 or 71.25% from 313); Max value from RGB is 223 - color contains mainly: blue. Hex color #4119DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4119DF is #BEE620. Grayscale: #3A3A3A. Windows color (decimal): -12510753 or 14620993. OLE color: 14620993.
HSL color Cylindrical-coordinate representation of color #4119DF: hue angle of 252.12º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4119DF is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 25 | 223 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.13 |
| HSL | 252.12º | 0.8% | 0.49% | - |
| HSV(B) | 252.12º | 0.89% | 0.87% | - |
| XYZ | 15.85 | 7.15 | 70.36 | - |
| YUV | 59.53 | 220.25 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 25 | 223 | 0.71 | 0.89 | 0 | 0.13 | 252.12 | 0.8 | 0.49 |
| Hex | 41 | 19 | DF | 47 | 59 | 0 | D | FC | 50 | 31 |
| Octal | 101 | 31 | 337 | 107 | 131 | 0 | 15 | 374 | 120 | 61 |
| Binary | 1000001 | 11001 | 11011111 | 1000111 | 1011001 | 0 | 1101 | 11111100 | 1010000 | 110001 |
Color Harmonies of #4119DF
Complementary color
Monochromatic Colors of #4119DF
Black with #4119DF
Text Example
Text Example
White with #4119DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4119DF; }
p { color: rgb(65,25,223); }
H1.HeaderClassName
{
color: #4119DF;
}
.AnyTagClassName
{
color: #4119DF;
}
</style>
background-color css
<style>
a { background-color: #4119DF; }
a { background-color: rgb(65,25,223); }
div.DivClassName
{
background-color: #4119DF;
}
.BgClassName
{
background-color: #4119DF;
}
</style>
border-color css
<style>
span { border-color: #4119DF; }
span { border-color: rgb(65,25,223); }
td.TdClassName
{
border-color: #4119DF;
}
.TagClassName
{
border-color: #4119DF;
}
</style>