Shades of Han Purple #4115DF
Tints of Han Purple #4115DF
RGB
CMYK
RGB Variations
Color information
#4115DF (or 0x4115DF) is known color: Han Purple. HEX triplet: 41, 15 and DF. RGB value is (65,21,223). Sum of RGB (Red+Green+Blue) = 65+21+223=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 223 (87.5% from 255 or 72.17% from 309); Max value from RGB is 223 - color contains mainly: blue. Hex color #4115DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4115DF is #BEEA20. Grayscale: #383838. Windows color (decimal): -12511777 or 14619969. OLE color: 14619969.
HSL color Cylindrical-coordinate representation of color #4115DF: hue angle of 253.07º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4115DF is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 21 | 223 | - |
| CMYK | 0.71 | 0.91 | 0 | 0.13 |
| HSL | 253.07º | 0.83% | 0.48% | - |
| HSV(B) | 253.07º | 0.91% | 0.87% | - |
| XYZ | 15.77 | 6.99 | 70.33 | - |
| YUV | 57.18 | 221.58 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 21 | 223 | 0.71 | 0.91 | 0 | 0.13 | 253.07 | 0.83 | 0.48 |
| Hex | 41 | 15 | DF | 47 | 5B | 0 | D | FD | 53 | 30 |
| Octal | 101 | 25 | 337 | 107 | 133 | 0 | 15 | 375 | 123 | 60 |
| Binary | 1000001 | 10101 | 11011111 | 1000111 | 1011011 | 0 | 1101 | 11111101 | 1010011 | 110000 |
Color Harmonies of #4115DF
Complementary color
Monochromatic Colors of #4115DF
Black with #4115DF
Text Example
Text Example
White with #4115DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4115DF; }
p { color: rgb(65,21,223); }
H1.HeaderClassName
{
color: #4115DF;
}
.AnyTagClassName
{
color: #4115DF;
}
</style>
background-color css
<style>
a { background-color: #4115DF; }
a { background-color: rgb(65,21,223); }
div.DivClassName
{
background-color: #4115DF;
}
.BgClassName
{
background-color: #4115DF;
}
</style>
border-color css
<style>
span { border-color: #4115DF; }
span { border-color: rgb(65,21,223); }
td.TdClassName
{
border-color: #4115DF;
}
.TagClassName
{
border-color: #4115DF;
}
</style>