Shades of Han Purple #4206DB
Tints of Han Purple #4206DB
RGB
CMYK
RGB Variations
Color information
#4206DB (or 0x4206DB) is known color: Han Purple. HEX triplet: 42, 06 and DB. RGB value is (66,6,219). Sum of RGB (Red+Green+Blue) = 66+6+219=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 219 (85.94% from 255 or 75.26% from 291); Max value from RGB is 219 - color contains mainly: blue. Hex color #4206DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4206DB is #BDF924. Grayscale: #2F2F2F. Windows color (decimal): -12450085 or 14353986. OLE color: 14353986.
HSL color Cylindrical-coordinate representation of color #4206DB: hue angle of 256.9º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4206DB is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 6 | 219 | - |
| CMYK | 0.70 | 0.97 | 0 | 0.14 |
| HSL | 256.9º | 0.95% | 0.44% | - |
| HSV(B) | 256.9º | 0.97% | 0.86% | - |
| XYZ | 15.1 | 6.4 | 67.46 | - |
| YUV | 48.22 | 224.38 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 6 | 219 | 0.70 | 0.97 | 0 | 0.14 | 256.9 | 0.95 | 0.44 |
| Hex | 42 | 6 | DB | 46 | 61 | 0 | E | 101 | 5F | 2C |
| Octal | 102 | 6 | 333 | 106 | 141 | 0 | 16 | 401 | 137 | 54 |
| Binary | 1000010 | 110 | 11011011 | 1000110 | 1100001 | 0 | 1110 | 100000001 | 1011111 | 101100 |
Color Harmonies of #4206DB
Complementary color
Monochromatic Colors of #4206DB
Black with #4206DB
Text Example
Text Example
White with #4206DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4206DB; }
p { color: rgb(66,6,219); }
H1.HeaderClassName
{
color: #4206DB;
}
.AnyTagClassName
{
color: #4206DB;
}
</style>
background-color css
<style>
a { background-color: #4206DB; }
a { background-color: rgb(66,6,219); }
div.DivClassName
{
background-color: #4206DB;
}
.BgClassName
{
background-color: #4206DB;
}
</style>
border-color css
<style>
span { border-color: #4206DB; }
span { border-color: rgb(66,6,219); }
td.TdClassName
{
border-color: #4206DB;
}
.TagClassName
{
border-color: #4206DB;
}
</style>