Shades of Han Purple #4211CE
Tints of Han Purple #4211CE
RGB
CMYK
RGB Variations
Color information
#4211CE (or 0x4211CE) is known color: Han Purple. HEX triplet: 42, 11 and CE. RGB value is (66,17,206). Sum of RGB (Red+Green+Blue) = 66+17+206=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 206 (80.86% from 255 or 71.28% from 289); Max value from RGB is 206 - color contains mainly: blue. Hex color #4211CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4211CE is #BDEE31. Grayscale: #343434. Windows color (decimal): -12447282 or 13504834. OLE color: 13504834.
HSL color Cylindrical-coordinate representation of color #4211CE: hue angle of 255.56º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4211CE is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 17 | 206 | - |
| CMYK | 0.68 | 0.92 | 0 | 0.19 |
| HSL | 255.56º | 0.85% | 0.44% | - |
| HSV(B) | 255.56º | 0.92% | 0.81% | - |
| XYZ | 13.59 | 6.02 | 58.84 | - |
| YUV | 53.2 | 214.23 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 17 | 206 | 0.68 | 0.92 | 0 | 0.19 | 255.56 | 0.85 | 0.44 |
| Hex | 42 | 11 | CE | 44 | 5C | 0 | 13 | 100 | 55 | 2C |
| Octal | 102 | 21 | 316 | 104 | 134 | 0 | 23 | 400 | 125 | 54 |
| Binary | 1000010 | 10001 | 11001110 | 1000100 | 1011100 | 0 | 10011 | 100000000 | 1010101 | 101100 |
Color Harmonies of #4211CE
Complementary color
Monochromatic Colors of #4211CE
Black with #4211CE
Text Example
Text Example
White with #4211CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4211CE; }
p { color: rgb(66,17,206); }
H1.HeaderClassName
{
color: #4211CE;
}
.AnyTagClassName
{
color: #4211CE;
}
</style>
background-color css
<style>
a { background-color: #4211CE; }
a { background-color: rgb(66,17,206); }
div.DivClassName
{
background-color: #4211CE;
}
.BgClassName
{
background-color: #4211CE;
}
</style>
border-color css
<style>
span { border-color: #4211CE; }
span { border-color: rgb(66,17,206); }
td.TdClassName
{
border-color: #4211CE;
}
.TagClassName
{
border-color: #4211CE;
}
</style>