Shades of Han Purple #4211FD
Tints of Han Purple #4211FD
RGB
CMYK
RGB Variations
Color information
#4211FD (or 0x4211FD) is known color: Han Purple. HEX triplet: 42, 11 and FD. RGB value is (66,17,253). Sum of RGB (Red+Green+Blue) = 66+17+253=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 253 (99.22% from 255 or 75.30% from 336); Max value from RGB is 253 - color contains mainly: blue. Hex color #4211FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4211FD is #BDEE02. Grayscale: #393939. Windows color (decimal): -12447235 or 16585026. OLE color: 16585026.
HSL color Cylindrical-coordinate representation of color #4211FD: hue angle of 252.46º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4211FD is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 17 | 253 | - |
| CMYK | 0.74 | 0.93 | 0 | 0.01 |
| HSL | 252.46º | 0.98% | 0.53% | - |
| HSV(B) | 252.46º | 0.93% | 0.99% | - |
| XYZ | 20.18 | 8.65 | 93.53 | - |
| YUV | 58.56 | 237.73 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 17 | 253 | 0.74 | 0.93 | 0 | 0.01 | 252.46 | 0.98 | 0.53 |
| Hex | 42 | 11 | FD | 4A | 5D | 0 | 1 | FC | 62 | 35 |
| Octal | 102 | 21 | 375 | 112 | 135 | 0 | 1 | 374 | 142 | 65 |
| Binary | 1000010 | 10001 | 11111101 | 1001010 | 1011101 | 0 | 1 | 11111100 | 1100010 | 110101 |
Color Harmonies of #4211FD
Complementary color
Monochromatic Colors of #4211FD
Black with #4211FD
Text Example
Text Example
White with #4211FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4211FD; }
p { color: rgb(66,17,253); }
H1.HeaderClassName
{
color: #4211FD;
}
.AnyTagClassName
{
color: #4211FD;
}
</style>
background-color css
<style>
a { background-color: #4211FD; }
a { background-color: rgb(66,17,253); }
div.DivClassName
{
background-color: #4211FD;
}
.BgClassName
{
background-color: #4211FD;
}
</style>
border-color css
<style>
span { border-color: #4211FD; }
span { border-color: rgb(66,17,253); }
td.TdClassName
{
border-color: #4211FD;
}
.TagClassName
{
border-color: #4211FD;
}
</style>