Shades of Han Purple #4017D3
Tints of Han Purple #4017D3
RGB
CMYK
RGB Variations
Color information
#4017D3 (or 0x4017D3) is known color: Han Purple. HEX triplet: 40, 17 and D3. RGB value is (64,23,211). Sum of RGB (Red+Green+Blue) = 64+23+211=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 23 (9.38% from 255 or 7.72% from 298); Blue value is 211 (82.81% from 255 or 70.81% from 298); Max value from RGB is 211 - color contains mainly: blue. Hex color #4017D3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4017D3 is #BFE82C. Grayscale: #373737. Windows color (decimal): -12576813 or 13834048. OLE color: 13834048.
HSL color Cylindrical-coordinate representation of color #4017D3: hue angle of 253.09º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4017D3 is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 64 | 23 | 211 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.17 |
| HSL | 253.09º | 0.8% | 0.46% | - |
| HSV(B) | 253.09º | 0.89% | 0.83% | - |
| XYZ | 14.18 | 6.41 | 62.12 | - |
| YUV | 56.69 | 215.08 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 23 | 211 | 0.70 | 0.89 | 0 | 0.17 | 253.09 | 0.8 | 0.46 |
| Hex | 40 | 17 | D3 | 46 | 59 | 0 | 11 | FD | 50 | 2E |
| Octal | 100 | 27 | 323 | 106 | 131 | 0 | 21 | 375 | 120 | 56 |
| Binary | 1000000 | 10111 | 11010011 | 1000110 | 1011001 | 0 | 10001 | 11111101 | 1010000 | 101110 |
Color Harmonies of #4017D3
Complementary color
Monochromatic Colors of #4017D3
Black with #4017D3
Text Example
Text Example
White with #4017D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4017D3; }
p { color: rgb(64,23,211); }
H1.HeaderClassName
{
color: #4017D3;
}
.AnyTagClassName
{
color: #4017D3;
}
</style>
background-color css
<style>
a { background-color: #4017D3; }
a { background-color: rgb(64,23,211); }
div.DivClassName
{
background-color: #4017D3;
}
.BgClassName
{
background-color: #4017D3;
}
</style>
border-color css
<style>
span { border-color: #4017D3; }
span { border-color: rgb(64,23,211); }
td.TdClassName
{
border-color: #4017D3;
}
.TagClassName
{
border-color: #4017D3;
}
</style>