Shades of Han Purple #4015DC
Tints of Han Purple #4015DC
RGB
CMYK
RGB Variations
Color information
#4015DC (or 0x4015DC) is known color: Han Purple. HEX triplet: 40, 15 and DC. RGB value is (64,21,220). Sum of RGB (Red+Green+Blue) = 64+21+220=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 220 (86.33% from 255 or 72.13% from 305); Max value from RGB is 220 - color contains mainly: blue. Hex color #4015DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4015DC is #BFEA23. Grayscale: #373737. Windows color (decimal): -12577316 or 14423360. OLE color: 14423360.
HSL color Cylindrical-coordinate representation of color #4015DC: hue angle of 252.96º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4015DC is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 21 | 220 | - |
| CMYK | 0.71 | 0.90 | 0 | 0.14 |
| HSL | 252.96º | 0.83% | 0.47% | - |
| HSV(B) | 252.96º | 0.9% | 0.86% | - |
| XYZ | 15.3 | 6.79 | 68.22 | - |
| YUV | 56.54 | 220.25 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 21 | 220 | 0.71 | 0.90 | 0 | 0.14 | 252.96 | 0.83 | 0.47 |
| Hex | 40 | 15 | DC | 47 | 5A | 0 | E | FD | 53 | 2F |
| Octal | 100 | 25 | 334 | 107 | 132 | 0 | 16 | 375 | 123 | 57 |
| Binary | 1000000 | 10101 | 11011100 | 1000111 | 1011010 | 0 | 1110 | 11111101 | 1010011 | 101111 |
Color Harmonies of #4015DC
Complementary color
Monochromatic Colors of #4015DC
Black with #4015DC
Text Example
Text Example
White with #4015DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4015DC; }
p { color: rgb(64,21,220); }
H1.HeaderClassName
{
color: #4015DC;
}
.AnyTagClassName
{
color: #4015DC;
}
</style>
background-color css
<style>
a { background-color: #4015DC; }
a { background-color: rgb(64,21,220); }
div.DivClassName
{
background-color: #4015DC;
}
.BgClassName
{
background-color: #4015DC;
}
</style>
border-color css
<style>
span { border-color: #4015DC; }
span { border-color: rgb(64,21,220); }
td.TdClassName
{
border-color: #4015DC;
}
.TagClassName
{
border-color: #4015DC;
}
</style>