Shades of Han Purple #4009DF
Tints of Han Purple #4009DF
RGB
CMYK
RGB Variations
Color information
#4009DF (or 0x4009DF) is known color: Han Purple. HEX triplet: 40, 09 and DF. RGB value is (64,9,223). Sum of RGB (Red+Green+Blue) = 64+9+223=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 223 (87.5% from 255 or 75.34% from 296); Max value from RGB is 223 - color contains mainly: blue. Hex color #4009DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4009DF is #BFF620. Grayscale: #313131. Windows color (decimal): -12580385 or 14616896. OLE color: 14616896.
HSL color Cylindrical-coordinate representation of color #4009DF: hue angle of 255.42º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4009DF is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 9 | 223 | - |
| CMYK | 0.71 | 0.96 | 0 | 0.13 |
| HSL | 255.42º | 0.92% | 0.45% | - |
| HSV(B) | 255.42º | 0.96% | 0.87% | - |
| XYZ | 15.53 | 6.61 | 70.27 | - |
| YUV | 49.84 | 225.72 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 9 | 223 | 0.71 | 0.96 | 0 | 0.13 | 255.42 | 0.92 | 0.45 |
| Hex | 40 | 9 | DF | 47 | 60 | 0 | D | FF | 5C | 2D |
| Octal | 100 | 11 | 337 | 107 | 140 | 0 | 15 | 377 | 134 | 55 |
| Binary | 1000000 | 1001 | 11011111 | 1000111 | 1100000 | 0 | 1101 | 11111111 | 1011100 | 101101 |
Color Harmonies of #4009DF
Complementary color
Monochromatic Colors of #4009DF
Black with #4009DF
Text Example
Text Example
White with #4009DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4009DF; }
p { color: rgb(64,9,223); }
H1.HeaderClassName
{
color: #4009DF;
}
.AnyTagClassName
{
color: #4009DF;
}
</style>
background-color css
<style>
a { background-color: #4009DF; }
a { background-color: rgb(64,9,223); }
div.DivClassName
{
background-color: #4009DF;
}
.BgClassName
{
background-color: #4009DF;
}
</style>
border-color css
<style>
span { border-color: #4009DF; }
span { border-color: rgb(64,9,223); }
td.TdClassName
{
border-color: #4009DF;
}
.TagClassName
{
border-color: #4009DF;
}
</style>