Shades of Han Purple #4004DF
Tints of Han Purple #4004DF
RGB
CMYK
RGB Variations
Color information
#4004DF (or 0x4004DF) is known color: Han Purple. HEX triplet: 40, 04 and DF. RGB value is (64,4,223). Sum of RGB (Red+Green+Blue) = 64+4+223=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 4 (1.95% from 255 or 1.37% from 291); Blue value is 223 (87.5% from 255 or 76.63% from 291); Max value from RGB is 223 - color contains mainly: blue. Hex color #4004DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4004DF is #BFFB20. Grayscale: #2E2E2E. Windows color (decimal): -12581665 or 14615616. OLE color: 14615616.
HSL color Cylindrical-coordinate representation of color #4004DF: hue angle of 256.44º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4004DF is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 4 | 223 | - |
| CMYK | 0.71 | 0.98 | 0 | 0.13 |
| HSL | 256.44º | 0.96% | 0.45% | - |
| HSV(B) | 256.44º | 0.98% | 0.87% | - |
| XYZ | 15.48 | 6.5 | 70.25 | - |
| YUV | 46.91 | 227.38 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 4 | 223 | 0.71 | 0.98 | 0 | 0.13 | 256.44 | 0.96 | 0.45 |
| Hex | 40 | 4 | DF | 47 | 62 | 0 | D | 100 | 60 | 2D |
| Octal | 100 | 4 | 337 | 107 | 142 | 0 | 15 | 400 | 140 | 55 |
| Binary | 1000000 | 100 | 11011111 | 1000111 | 1100010 | 0 | 1101 | 100000000 | 1100000 | 101101 |
Color Harmonies of #4004DF
Complementary color
Monochromatic Colors of #4004DF
Black with #4004DF
Text Example
Text Example
White with #4004DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4004DF; }
p { color: rgb(64,4,223); }
H1.HeaderClassName
{
color: #4004DF;
}
.AnyTagClassName
{
color: #4004DF;
}
</style>
background-color css
<style>
a { background-color: #4004DF; }
a { background-color: rgb(64,4,223); }
div.DivClassName
{
background-color: #4004DF;
}
.BgClassName
{
background-color: #4004DF;
}
</style>
border-color css
<style>
span { border-color: #4004DF; }
span { border-color: rgb(64,4,223); }
td.TdClassName
{
border-color: #4004DF;
}
.TagClassName
{
border-color: #4004DF;
}
</style>