Shades of Han Purple #4227DE
Tints of Han Purple #4227DE
RGB
CMYK
RGB Variations
Color information
#4227DE (or 0x4227DE) is known color: Han Purple. HEX triplet: 42, 27 and DE. RGB value is (66,39,222). Sum of RGB (Red+Green+Blue) = 66+39+222=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 39 (15.62% from 255 or 11.93% from 327); Blue value is 222 (87.11% from 255 or 67.89% from 327); Max value from RGB is 222 - color contains mainly: blue. Hex color #4227DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4227DE is #BDD821. Grayscale: #434343. Windows color (decimal): -12441634 or 14559042. OLE color: 14559042.
HSL color Cylindrical-coordinate representation of color #4227DE: hue angle of 248.85º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4227DE is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 39 | 222 | - |
| CMYK | 0.70 | 0.82 | 0 | 0.13 |
| HSL | 248.85º | 0.73% | 0.51% | - |
| HSV(B) | 248.85º | 0.82% | 0.87% | - |
| XYZ | 16.16 | 7.88 | 69.78 | - |
| YUV | 67.94 | 214.95 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 39 | 222 | 0.70 | 0.82 | 0 | 0.13 | 248.85 | 0.73 | 0.51 |
| Hex | 42 | 27 | DE | 46 | 52 | 0 | D | F9 | 49 | 33 |
| Octal | 102 | 47 | 336 | 106 | 122 | 0 | 15 | 371 | 111 | 63 |
| Binary | 1000010 | 100111 | 11011110 | 1000110 | 1010010 | 0 | 1101 | 11111001 | 1001001 | 110011 |
Color Harmonies of #4227DE
Complementary color
Monochromatic Colors of #4227DE
Black with #4227DE
Text Example
Text Example
White with #4227DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4227DE; }
p { color: rgb(66,39,222); }
H1.HeaderClassName
{
color: #4227DE;
}
.AnyTagClassName
{
color: #4227DE;
}
</style>
background-color css
<style>
a { background-color: #4227DE; }
a { background-color: rgb(66,39,222); }
div.DivClassName
{
background-color: #4227DE;
}
.BgClassName
{
background-color: #4227DE;
}
</style>
border-color css
<style>
span { border-color: #4227DE; }
span { border-color: rgb(66,39,222); }
td.TdClassName
{
border-color: #4227DE;
}
.TagClassName
{
border-color: #4227DE;
}
</style>