Shades of Han Purple #4015DE
Tints of Han Purple #4015DE
RGB
CMYK
RGB Variations
Color information
#4015DE (or 0x4015DE) is known color: Han Purple. HEX triplet: 40, 15 and DE. RGB value is (64,21,222). Sum of RGB (Red+Green+Blue) = 64+21+222=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 222 (87.11% from 255 or 72.31% from 307); Max value from RGB is 222 - color contains mainly: blue. Hex color #4015DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4015DE is #BFEA21. Grayscale: #383838. Windows color (decimal): -12577314 or 14554432. OLE color: 14554432.
HSL color Cylindrical-coordinate representation of color #4015DE: hue angle of 252.84º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4015DE is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 21 | 222 | - |
| CMYK | 0.71 | 0.91 | 0 | 0.13 |
| HSL | 252.84º | 0.83% | 0.48% | - |
| HSV(B) | 252.84º | 0.91% | 0.87% | - |
| XYZ | 15.57 | 6.9 | 69.62 | - |
| YUV | 56.77 | 221.25 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 21 | 222 | 0.71 | 0.91 | 0 | 0.13 | 252.84 | 0.83 | 0.48 |
| Hex | 40 | 15 | DE | 47 | 5B | 0 | D | FD | 53 | 30 |
| Octal | 100 | 25 | 336 | 107 | 133 | 0 | 15 | 375 | 123 | 60 |
| Binary | 1000000 | 10101 | 11011110 | 1000111 | 1011011 | 0 | 1101 | 11111101 | 1010011 | 110000 |
Color Harmonies of #4015DE
Complementary color
Monochromatic Colors of #4015DE
Black with #4015DE
Text Example
Text Example
White with #4015DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4015DE; }
p { color: rgb(64,21,222); }
H1.HeaderClassName
{
color: #4015DE;
}
.AnyTagClassName
{
color: #4015DE;
}
</style>
background-color css
<style>
a { background-color: #4015DE; }
a { background-color: rgb(64,21,222); }
div.DivClassName
{
background-color: #4015DE;
}
.BgClassName
{
background-color: #4015DE;
}
</style>
border-color css
<style>
span { border-color: #4015DE; }
span { border-color: rgb(64,21,222); }
td.TdClassName
{
border-color: #4015DE;
}
.TagClassName
{
border-color: #4015DE;
}
</style>