Shades of Han Purple #4227E0
Tints of Han Purple #4227E0
RGB
CMYK
RGB Variations
Color information
#4227E0 (or 0x4227E0) is known color: Han Purple. HEX triplet: 42, 27 and E0. RGB value is (66,39,224). Sum of RGB (Red+Green+Blue) = 66+39+224=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 224 (87.89% from 255 or 68.09% from 329); Max value from RGB is 224 - color contains mainly: blue. Hex color #4227E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4227E0 is #BDD81F. Grayscale: #434343. Windows color (decimal): -12441632 or 14690114. OLE color: 14690114.
HSL color Cylindrical-coordinate representation of color #4227E0: hue angle of 248.76º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4227E0 is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 66 | 39 | 224 | - |
| CMYK | 0.71 | 0.83 | 0 | 0.12 |
| HSL | 248.76º | 0.75% | 0.52% | - |
| HSV(B) | 248.76º | 0.83% | 0.88% | - |
| XYZ | 16.43 | 7.99 | 71.2 | - |
| YUV | 68.16 | 215.95 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 39 | 224 | 0.71 | 0.83 | 0 | 0.12 | 248.76 | 0.75 | 0.52 |
| Hex | 42 | 27 | E0 | 47 | 53 | 0 | C | F9 | 4B | 34 |
| Octal | 102 | 47 | 340 | 107 | 123 | 0 | 14 | 371 | 113 | 64 |
| Binary | 1000010 | 100111 | 11100000 | 1000111 | 1010011 | 0 | 1100 | 11111001 | 1001011 | 110100 |
Color Harmonies of #4227E0
Complementary color
Monochromatic Colors of #4227E0
Black with #4227E0
Text Example
Text Example
White with #4227E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4227E0; }
p { color: rgb(66,39,224); }
H1.HeaderClassName
{
color: #4227E0;
}
.AnyTagClassName
{
color: #4227E0;
}
</style>
background-color css
<style>
a { background-color: #4227E0; }
a { background-color: rgb(66,39,224); }
div.DivClassName
{
background-color: #4227E0;
}
.BgClassName
{
background-color: #4227E0;
}
</style>
border-color css
<style>
span { border-color: #4227E0; }
span { border-color: rgb(66,39,224); }
td.TdClassName
{
border-color: #4227E0;
}
.TagClassName
{
border-color: #4227E0;
}
</style>