Shades of Han Purple #4013DD
Tints of Han Purple #4013DD
RGB
CMYK
RGB Variations
Color information
#4013DD (or 0x4013DD) is known color: Han Purple. HEX triplet: 40, 13 and DD. RGB value is (64,19,221). Sum of RGB (Red+Green+Blue) = 64+19+221=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 221 (86.72% from 255 or 72.70% from 304); Max value from RGB is 221 - color contains mainly: blue. Hex color #4013DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4013DD is #BFEC22. Grayscale: #363636. Windows color (decimal): -12577827 or 14488384. OLE color: 14488384.
HSL color Cylindrical-coordinate representation of color #4013DD: hue angle of 253.37º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4013DD is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 19 | 221 | - |
| CMYK | 0.71 | 0.91 | 0 | 0.13 |
| HSL | 253.37º | 0.84% | 0.47% | - |
| HSV(B) | 253.37º | 0.91% | 0.87% | - |
| XYZ | 15.4 | 6.78 | 68.9 | - |
| YUV | 55.48 | 221.41 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 19 | 221 | 0.71 | 0.91 | 0 | 0.13 | 253.37 | 0.84 | 0.47 |
| Hex | 40 | 13 | DD | 47 | 5B | 0 | D | FD | 54 | 2F |
| Octal | 100 | 23 | 335 | 107 | 133 | 0 | 15 | 375 | 124 | 57 |
| Binary | 1000000 | 10011 | 11011101 | 1000111 | 1011011 | 0 | 1101 | 11111101 | 1010100 | 101111 |
Color Harmonies of #4013DD
Complementary color
Monochromatic Colors of #4013DD
Black with #4013DD
Text Example
Text Example
White with #4013DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4013DD; }
p { color: rgb(64,19,221); }
H1.HeaderClassName
{
color: #4013DD;
}
.AnyTagClassName
{
color: #4013DD;
}
</style>
background-color css
<style>
a { background-color: #4013DD; }
a { background-color: rgb(64,19,221); }
div.DivClassName
{
background-color: #4013DD;
}
.BgClassName
{
background-color: #4013DD;
}
</style>
border-color css
<style>
span { border-color: #4013DD; }
span { border-color: rgb(64,19,221); }
td.TdClassName
{
border-color: #4013DD;
}
.TagClassName
{
border-color: #4013DD;
}
</style>