Shades of Han Purple #4009FF
Tints of Han Purple #4009FF
RGB
CMYK
RGB Variations
Color information
#4009FF (or 0x4009FF) is known color: Han Purple. HEX triplet: 40, 09 and FF. RGB value is (64,9,255). Sum of RGB (Red+Green+Blue) = 64+9+255=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 9 (3.91% from 255 or 2.74% from 328); Blue value is 255 (100% from 255 or 77.74% from 328); Max value from RGB is 255 - color contains mainly: blue. Hex color #4009FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4009FF is #BFF600. Grayscale: #343434. Windows color (decimal): -12580353 or 16714048. OLE color: 16714048.
HSL color Cylindrical-coordinate representation of color #4009FF: hue angle of 253.41º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4009FF is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 9 | 255 | - |
| CMYK | 0.75 | 0.96 | 0 | 0 |
| HSL | 253.41º | 1% | 0.52% | - |
| HSV(B) | 253.41º | 0.96% | 1% | - |
| XYZ | 20.26 | 8.51 | 95.18 | - |
| YUV | 53.49 | 241.72 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 9 | 255 | 0.75 | 0.96 | 0 | 0 | 253.41 | 1 | 0.52 |
| Hex | 40 | 9 | FF | 4B | 60 | 0 | 0 | FD | 64 | 34 |
| Octal | 100 | 11 | 377 | 113 | 140 | 0 | 0 | 375 | 144 | 64 |
| Binary | 1000000 | 1001 | 11111111 | 1001011 | 1100000 | 0 | 0 | 11111101 | 1100100 | 110100 |
Color Harmonies of #4009FF
Complementary color
Monochromatic Colors of #4009FF
Black with #4009FF
Text Example
Text Example
White with #4009FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4009FF; }
p { color: rgb(64,9,255); }
H1.HeaderClassName
{
color: #4009FF;
}
.AnyTagClassName
{
color: #4009FF;
}
</style>
background-color css
<style>
a { background-color: #4009FF; }
a { background-color: rgb(64,9,255); }
div.DivClassName
{
background-color: #4009FF;
}
.BgClassName
{
background-color: #4009FF;
}
</style>
border-color css
<style>
span { border-color: #4009FF; }
span { border-color: rgb(64,9,255); }
td.TdClassName
{
border-color: #4009FF;
}
.TagClassName
{
border-color: #4009FF;
}
</style>