Shades of Han Purple #4209DB
Tints of Han Purple #4209DB
RGB
CMYK
RGB Variations
Color information
#4209DB (or 0x4209DB) is known color: Han Purple. HEX triplet: 42, 09 and DB. RGB value is (66,9,219). Sum of RGB (Red+Green+Blue) = 66+9+219=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 219 (85.94% from 255 or 74.49% from 294); Max value from RGB is 219 - color contains mainly: blue. Hex color #4209DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4209DB is #BDF624. Grayscale: #313131. Windows color (decimal): -12449317 or 14354754. OLE color: 14354754.
HSL color Cylindrical-coordinate representation of color #4209DB: hue angle of 256.29º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4209DB is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 9 | 219 | - |
| CMYK | 0.70 | 0.96 | 0 | 0.14 |
| HSL | 256.29º | 0.92% | 0.45% | - |
| HSV(B) | 256.29º | 0.96% | 0.86% | - |
| XYZ | 15.13 | 6.47 | 67.47 | - |
| YUV | 49.98 | 223.38 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 9 | 219 | 0.70 | 0.96 | 0 | 0.14 | 256.29 | 0.92 | 0.45 |
| Hex | 42 | 9 | DB | 46 | 60 | 0 | E | 100 | 5C | 2D |
| Octal | 102 | 11 | 333 | 106 | 140 | 0 | 16 | 400 | 134 | 55 |
| Binary | 1000010 | 1001 | 11011011 | 1000110 | 1100000 | 0 | 1110 | 100000000 | 1011100 | 101101 |
Color Harmonies of #4209DB
Complementary color
Monochromatic Colors of #4209DB
Black with #4209DB
Text Example
Text Example
White with #4209DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4209DB; }
p { color: rgb(66,9,219); }
H1.HeaderClassName
{
color: #4209DB;
}
.AnyTagClassName
{
color: #4209DB;
}
</style>
background-color css
<style>
a { background-color: #4209DB; }
a { background-color: rgb(66,9,219); }
div.DivClassName
{
background-color: #4209DB;
}
.BgClassName
{
background-color: #4209DB;
}
</style>
border-color css
<style>
span { border-color: #4209DB; }
span { border-color: rgb(66,9,219); }
td.TdClassName
{
border-color: #4209DB;
}
.TagClassName
{
border-color: #4209DB;
}
</style>