Shades of Han Purple #4009CF
Tints of Han Purple #4009CF
RGB
CMYK
RGB Variations
Color information
#4009CF (or 0x4009CF) is known color: Han Purple. HEX triplet: 40, 09 and CF. RGB value is (64,9,207). Sum of RGB (Red+Green+Blue) = 64+9+207=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 207 (81.25% from 255 or 73.93% from 280); Max value from RGB is 207 - color contains mainly: blue. Hex color #4009CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4009CF is #BFF630. Grayscale: #2F2F2F. Windows color (decimal): -12580401 or 13568320. OLE color: 13568320.
HSL color Cylindrical-coordinate representation of color #4009CF: hue angle of 256.67º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4009CF is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 9 | 207 | - |
| CMYK | 0.69 | 0.96 | 0 | 0.19 |
| HSL | 256.67º | 0.92% | 0.42% | - |
| HSV(B) | 256.67º | 0.96% | 0.81% | - |
| XYZ | 13.47 | 5.79 | 59.44 | - |
| YUV | 48.02 | 217.72 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 9 | 207 | 0.69 | 0.96 | 0 | 0.19 | 256.67 | 0.92 | 0.42 |
| Hex | 40 | 9 | CF | 45 | 60 | 0 | 13 | 101 | 5C | 2A |
| Octal | 100 | 11 | 317 | 105 | 140 | 0 | 23 | 401 | 134 | 52 |
| Binary | 1000000 | 1001 | 11001111 | 1000101 | 1100000 | 0 | 10011 | 100000001 | 1011100 | 101010 |
Color Harmonies of #4009CF
Complementary color
Monochromatic Colors of #4009CF
Black with #4009CF
Text Example
Text Example
White with #4009CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4009CF; }
p { color: rgb(64,9,207); }
H1.HeaderClassName
{
color: #4009CF;
}
.AnyTagClassName
{
color: #4009CF;
}
</style>
background-color css
<style>
a { background-color: #4009CF; }
a { background-color: rgb(64,9,207); }
div.DivClassName
{
background-color: #4009CF;
}
.BgClassName
{
background-color: #4009CF;
}
</style>
border-color css
<style>
span { border-color: #4009CF; }
span { border-color: rgb(64,9,207); }
td.TdClassName
{
border-color: #4009CF;
}
.TagClassName
{
border-color: #4009CF;
}
</style>