Shades of Han Purple #4211DD
Tints of Han Purple #4211DD
RGB
CMYK
RGB Variations
Color information
#4211DD (or 0x4211DD) is known color: Han Purple. HEX triplet: 42, 11 and DD. RGB value is (66,17,221). Sum of RGB (Red+Green+Blue) = 66+17+221=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 221 (86.72% from 255 or 72.70% from 304); Max value from RGB is 221 - color contains mainly: blue. Hex color #4211DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4211DD is #BDEE22. Grayscale: #363636. Windows color (decimal): -12447267 or 14487874. OLE color: 14487874.
HSL color Cylindrical-coordinate representation of color #4211DD: hue angle of 254.41º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4211DD is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 17 | 221 | - |
| CMYK | 0.70 | 0.92 | 0 | 0.13 |
| HSL | 254.41º | 0.86% | 0.47% | - |
| HSV(B) | 254.41º | 0.92% | 0.87% | - |
| XYZ | 15.5 | 6.78 | 68.9 | - |
| YUV | 54.91 | 221.73 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 17 | 221 | 0.70 | 0.92 | 0 | 0.13 | 254.41 | 0.86 | 0.47 |
| Hex | 42 | 11 | DD | 46 | 5C | 0 | D | FE | 56 | 2F |
| Octal | 102 | 21 | 335 | 106 | 134 | 0 | 15 | 376 | 126 | 57 |
| Binary | 1000010 | 10001 | 11011101 | 1000110 | 1011100 | 0 | 1101 | 11111110 | 1010110 | 101111 |
Color Harmonies of #4211DD
Complementary color
Monochromatic Colors of #4211DD
Black with #4211DD
Text Example
Text Example
White with #4211DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4211DD; }
p { color: rgb(66,17,221); }
H1.HeaderClassName
{
color: #4211DD;
}
.AnyTagClassName
{
color: #4211DD;
}
</style>
background-color css
<style>
a { background-color: #4211DD; }
a { background-color: rgb(66,17,221); }
div.DivClassName
{
background-color: #4211DD;
}
.BgClassName
{
background-color: #4211DD;
}
</style>
border-color css
<style>
span { border-color: #4211DD; }
span { border-color: rgb(66,17,221); }
td.TdClassName
{
border-color: #4211DD;
}
.TagClassName
{
border-color: #4211DD;
}
</style>