Shades of Han Purple #4209DF
Tints of Han Purple #4209DF
RGB
CMYK
RGB Variations
Color information
#4209DF (or 0x4209DF) is known color: Han Purple. HEX triplet: 42, 09 and DF. RGB value is (66,9,223). Sum of RGB (Red+Green+Blue) = 66+9+223=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 223 (87.5% from 255 or 74.83% from 298); Max value from RGB is 223 - color contains mainly: blue. Hex color #4209DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4209DF is #BDF620. Grayscale: #313131. Windows color (decimal): -12449313 or 14616898. OLE color: 14616898.
HSL color Cylindrical-coordinate representation of color #4209DF: hue angle of 255.98º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4209DF is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 9 | 223 | - |
| CMYK | 0.70 | 0.96 | 0 | 0.13 |
| HSL | 255.98º | 0.92% | 0.45% | - |
| HSV(B) | 255.98º | 0.96% | 0.87% | - |
| XYZ | 15.66 | 6.68 | 70.28 | - |
| YUV | 50.44 | 225.38 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 9 | 223 | 0.70 | 0.96 | 0 | 0.13 | 255.98 | 0.92 | 0.45 |
| Hex | 42 | 9 | DF | 46 | 60 | 0 | D | 100 | 5C | 2D |
| Octal | 102 | 11 | 337 | 106 | 140 | 0 | 15 | 400 | 134 | 55 |
| Binary | 1000010 | 1001 | 11011111 | 1000110 | 1100000 | 0 | 1101 | 100000000 | 1011100 | 101101 |
Color Harmonies of #4209DF
Complementary color
Monochromatic Colors of #4209DF
Black with #4209DF
Text Example
Text Example
White with #4209DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4209DF; }
p { color: rgb(66,9,223); }
H1.HeaderClassName
{
color: #4209DF;
}
.AnyTagClassName
{
color: #4209DF;
}
</style>
background-color css
<style>
a { background-color: #4209DF; }
a { background-color: rgb(66,9,223); }
div.DivClassName
{
background-color: #4209DF;
}
.BgClassName
{
background-color: #4209DF;
}
</style>
border-color css
<style>
span { border-color: #4209DF; }
span { border-color: rgb(66,9,223); }
td.TdClassName
{
border-color: #4209DF;
}
.TagClassName
{
border-color: #4209DF;
}
</style>