Shades of Han Purple #4209E1
Tints of Han Purple #4209E1
RGB
CMYK
RGB Variations
Color information
#4209E1 (or 0x4209E1) is known color: Han Purple. HEX triplet: 42, 09 and E1. RGB value is (66,9,225). Sum of RGB (Red+Green+Blue) = 66+9+225=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 225 (88.28% from 255 or 75% from 300); Max value from RGB is 225 - color contains mainly: blue. Hex color #4209E1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4209E1 is #BDF61E. Grayscale: #313131. Windows color (decimal): -12449311 or 14747970. OLE color: 14747970.
HSL color Cylindrical-coordinate representation of color #4209E1: hue angle of 255.83º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4209E1 is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 66 | 9 | 225 | - |
| CMYK | 0.71 | 0.96 | 0 | 0.12 |
| HSL | 255.83º | 0.92% | 0.46% | - |
| HSV(B) | 255.83º | 0.96% | 0.88% | - |
| XYZ | 15.94 | 6.79 | 71.7 | - |
| YUV | 50.67 | 226.38 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 9 | 225 | 0.71 | 0.96 | 0 | 0.12 | 255.83 | 0.92 | 0.46 |
| Hex | 42 | 9 | E1 | 47 | 60 | 0 | C | 100 | 5C | 2E |
| Octal | 102 | 11 | 341 | 107 | 140 | 0 | 14 | 400 | 134 | 56 |
| Binary | 1000010 | 1001 | 11100001 | 1000111 | 1100000 | 0 | 1100 | 100000000 | 1011100 | 101110 |
Color Harmonies of #4209E1
Complementary color
Monochromatic Colors of #4209E1
Black with #4209E1
Text Example
Text Example
White with #4209E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4209E1; }
p { color: rgb(66,9,225); }
H1.HeaderClassName
{
color: #4209E1;
}
.AnyTagClassName
{
color: #4209E1;
}
</style>
background-color css
<style>
a { background-color: #4209E1; }
a { background-color: rgb(66,9,225); }
div.DivClassName
{
background-color: #4209E1;
}
.BgClassName
{
background-color: #4209E1;
}
</style>
border-color css
<style>
span { border-color: #4209E1; }
span { border-color: rgb(66,9,225); }
td.TdClassName
{
border-color: #4209E1;
}
.TagClassName
{
border-color: #4209E1;
}
</style>