Shades of Han Purple #4004DC
Tints of Han Purple #4004DC
RGB
CMYK
RGB Variations
Color information
#4004DC (or 0x4004DC) is known color: Han Purple. HEX triplet: 40, 04 and DC. RGB value is (64,4,220). Sum of RGB (Red+Green+Blue) = 64+4+220=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 220 (86.33% from 255 or 76.39% from 288); Max value from RGB is 220 - color contains mainly: blue. Hex color #4004DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4004DC is #BFFB23. Grayscale: #2D2D2D. Windows color (decimal): -12581668 or 14419008. OLE color: 14419008.
HSL color Cylindrical-coordinate representation of color #4004DC: hue angle of 256.67º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4004DC is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 4 | 220 | - |
| CMYK | 0.71 | 0.98 | 0 | 0.14 |
| HSL | 256.67º | 0.96% | 0.44% | - |
| HSV(B) | 256.67º | 0.98% | 0.86% | - |
| XYZ | 15.08 | 6.34 | 68.14 | - |
| YUV | 46.56 | 225.88 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 4 | 220 | 0.71 | 0.98 | 0 | 0.14 | 256.67 | 0.96 | 0.44 |
| Hex | 40 | 4 | DC | 47 | 62 | 0 | E | 101 | 60 | 2C |
| Octal | 100 | 4 | 334 | 107 | 142 | 0 | 16 | 401 | 140 | 54 |
| Binary | 1000000 | 100 | 11011100 | 1000111 | 1100010 | 0 | 1110 | 100000001 | 1100000 | 101100 |
Color Harmonies of #4004DC
Complementary color
Monochromatic Colors of #4004DC
Black with #4004DC
Text Example
Text Example
White with #4004DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4004DC; }
p { color: rgb(64,4,220); }
H1.HeaderClassName
{
color: #4004DC;
}
.AnyTagClassName
{
color: #4004DC;
}
</style>
background-color css
<style>
a { background-color: #4004DC; }
a { background-color: rgb(64,4,220); }
div.DivClassName
{
background-color: #4004DC;
}
.BgClassName
{
background-color: #4004DC;
}
</style>
border-color css
<style>
span { border-color: #4004DC; }
span { border-color: rgb(64,4,220); }
td.TdClassName
{
border-color: #4004DC;
}
.TagClassName
{
border-color: #4004DC;
}
</style>