Shades of Han Purple #4017DC
Tints of Han Purple #4017DC
RGB
CMYK
RGB Variations
Color information
#4017DC (or 0x4017DC) is known color: Han Purple. HEX triplet: 40, 17 and DC. RGB value is (64,23,220). Sum of RGB (Red+Green+Blue) = 64+23+220=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 220 (86.33% from 255 or 71.66% from 307); Max value from RGB is 220 - color contains mainly: blue. Hex color #4017DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4017DC is #BFE823. Grayscale: #383838. Windows color (decimal): -12576804 or 14423872. OLE color: 14423872.
HSL color Cylindrical-coordinate representation of color #4017DC: hue angle of 252.49º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4017DC is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 23 | 220 | - |
| CMYK | 0.71 | 0.90 | 0 | 0.14 |
| HSL | 252.49º | 0.81% | 0.48% | - |
| HSV(B) | 252.49º | 0.9% | 0.86% | - |
| XYZ | 15.34 | 6.87 | 68.23 | - |
| YUV | 57.72 | 219.58 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 23 | 220 | 0.71 | 0.90 | 0 | 0.14 | 252.49 | 0.81 | 0.48 |
| Hex | 40 | 17 | DC | 47 | 5A | 0 | E | FC | 51 | 30 |
| Octal | 100 | 27 | 334 | 107 | 132 | 0 | 16 | 374 | 121 | 60 |
| Binary | 1000000 | 10111 | 11011100 | 1000111 | 1011010 | 0 | 1110 | 11111100 | 1010001 | 110000 |
Color Harmonies of #4017DC
Complementary color
Monochromatic Colors of #4017DC
Black with #4017DC
Text Example
Text Example
White with #4017DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4017DC; }
p { color: rgb(64,23,220); }
H1.HeaderClassName
{
color: #4017DC;
}
.AnyTagClassName
{
color: #4017DC;
}
</style>
background-color css
<style>
a { background-color: #4017DC; }
a { background-color: rgb(64,23,220); }
div.DivClassName
{
background-color: #4017DC;
}
.BgClassName
{
background-color: #4017DC;
}
</style>
border-color css
<style>
span { border-color: #4017DC; }
span { border-color: rgb(64,23,220); }
td.TdClassName
{
border-color: #4017DC;
}
.TagClassName
{
border-color: #4017DC;
}
</style>