Shades of Han Purple #4209FF
Tints of Han Purple #4209FF
RGB
CMYK
RGB Variations
Color information
#4209FF (or 0x4209FF) is known color: Han Purple. HEX triplet: 42, 09 and FF. RGB value is (66,9,255). Sum of RGB (Red+Green+Blue) = 66+9+255=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 255 (100% from 255 or 77.27% from 330); Max value from RGB is 255 - color contains mainly: blue. Hex color #4209FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4209FF is #BDF600. Grayscale: #353535. Windows color (decimal): -12449281 or 16714050. OLE color: 16714050.
HSL color Cylindrical-coordinate representation of color #4209FF: hue angle of 253.9º 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 #4209FF is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 9 | 255 | - |
| CMYK | 0.74 | 0.96 | 0 | 0 |
| HSL | 253.9º | 1% | 0.52% | - |
| HSV(B) | 253.9º | 0.96% | 1% | - |
| XYZ | 20.39 | 8.57 | 95.19 | - |
| YUV | 54.09 | 241.38 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 9 | 255 | 0.74 | 0.96 | 0 | 0 | 253.9 | 1 | 0.52 |
| Hex | 42 | 9 | FF | 4A | 60 | 0 | 0 | FE | 64 | 34 |
| Octal | 102 | 11 | 377 | 112 | 140 | 0 | 0 | 376 | 144 | 64 |
| Binary | 1000010 | 1001 | 11111111 | 1001010 | 1100000 | 0 | 0 | 11111110 | 1100100 | 110100 |
Color Harmonies of #4209FF
Complementary color
Monochromatic Colors of #4209FF
Black with #4209FF
Text Example
Text Example
White with #4209FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4209FF; }
p { color: rgb(66,9,255); }
H1.HeaderClassName
{
color: #4209FF;
}
.AnyTagClassName
{
color: #4209FF;
}
</style>
background-color css
<style>
a { background-color: #4209FF; }
a { background-color: rgb(66,9,255); }
div.DivClassName
{
background-color: #4209FF;
}
.BgClassName
{
background-color: #4209FF;
}
</style>
border-color css
<style>
span { border-color: #4209FF; }
span { border-color: rgb(66,9,255); }
td.TdClassName
{
border-color: #4209FF;
}
.TagClassName
{
border-color: #4209FF;
}
</style>