Shades of Han Purple #4209FA
Tints of Han Purple #4209FA
RGB
CMYK
RGB Variations
Color information
#4209FA (or 0x4209FA) is known color: Han Purple. HEX triplet: 42, 09 and FA. RGB value is (66,9,250). Sum of RGB (Red+Green+Blue) = 66+9+250=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 250 (98.05% from 255 or 76.92% from 325); Max value from RGB is 250 - color contains mainly: blue. Hex color #4209FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4209FA is #BDF605. Grayscale: #343434. Windows color (decimal): -12449286 or 16386370. OLE color: 16386370.
HSL color Cylindrical-coordinate representation of color #4209FA: hue angle of 254.19º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4209FA is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 9 | 250 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.02 |
| HSL | 254.19º | 0.96% | 0.51% | - |
| HSV(B) | 254.19º | 0.96% | 0.98% | - |
| XYZ | 19.6 | 8.26 | 91 | - |
| YUV | 53.52 | 238.88 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 9 | 250 | 0.74 | 0.96 | 0 | 0.02 | 254.19 | 0.96 | 0.51 |
| Hex | 42 | 9 | FA | 4A | 60 | 0 | 2 | FE | 60 | 33 |
| Octal | 102 | 11 | 372 | 112 | 140 | 0 | 2 | 376 | 140 | 63 |
| Binary | 1000010 | 1001 | 11111010 | 1001010 | 1100000 | 0 | 10 | 11111110 | 1100000 | 110011 |
Color Harmonies of #4209FA
Complementary color
Monochromatic Colors of #4209FA
Black with #4209FA
Text Example
Text Example
White with #4209FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4209FA; }
p { color: rgb(66,9,250); }
H1.HeaderClassName
{
color: #4209FA;
}
.AnyTagClassName
{
color: #4209FA;
}
</style>
background-color css
<style>
a { background-color: #4209FA; }
a { background-color: rgb(66,9,250); }
div.DivClassName
{
background-color: #4209FA;
}
.BgClassName
{
background-color: #4209FA;
}
</style>
border-color css
<style>
span { border-color: #4209FA; }
span { border-color: rgb(66,9,250); }
td.TdClassName
{
border-color: #4209FA;
}
.TagClassName
{
border-color: #4209FA;
}
</style>