Shades of Han Purple #4211D3
Tints of Han Purple #4211D3
RGB
CMYK
RGB Variations
Color information
#4211D3 (or 0x4211D3) is known color: Han Purple. HEX triplet: 42, 11 and D3. RGB value is (66,17,211). Sum of RGB (Red+Green+Blue) = 66+17+211=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 211 (82.81% from 255 or 71.77% from 294); Max value from RGB is 211 - color contains mainly: blue. Hex color #4211D3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4211D3 is #BDEE2C. Grayscale: #353535. Windows color (decimal): -12447277 or 13832514. OLE color: 13832514.
HSL color Cylindrical-coordinate representation of color #4211D3: hue angle of 255.15º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4211D3 is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 17 | 211 | - |
| CMYK | 0.69 | 0.92 | 0 | 0.17 |
| HSL | 255.15º | 0.85% | 0.45% | - |
| HSV(B) | 255.15º | 0.92% | 0.83% | - |
| XYZ | 14.21 | 6.26 | 62.09 | - |
| YUV | 53.77 | 216.73 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 17 | 211 | 0.69 | 0.92 | 0 | 0.17 | 255.15 | 0.85 | 0.45 |
| Hex | 42 | 11 | D3 | 45 | 5C | 0 | 11 | FF | 55 | 2D |
| Octal | 102 | 21 | 323 | 105 | 134 | 0 | 21 | 377 | 125 | 55 |
| Binary | 1000010 | 10001 | 11010011 | 1000101 | 1011100 | 0 | 10001 | 11111111 | 1010101 | 101101 |
Color Harmonies of #4211D3
Complementary color
Monochromatic Colors of #4211D3
Black with #4211D3
Text Example
Text Example
White with #4211D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4211D3; }
p { color: rgb(66,17,211); }
H1.HeaderClassName
{
color: #4211D3;
}
.AnyTagClassName
{
color: #4211D3;
}
</style>
background-color css
<style>
a { background-color: #4211D3; }
a { background-color: rgb(66,17,211); }
div.DivClassName
{
background-color: #4211D3;
}
.BgClassName
{
background-color: #4211D3;
}
</style>
border-color css
<style>
span { border-color: #4211D3; }
span { border-color: rgb(66,17,211); }
td.TdClassName
{
border-color: #4211D3;
}
.TagClassName
{
border-color: #4211D3;
}
</style>