Shades of Han Purple #4228FC
Tints of Han Purple #4228FC
RGB
CMYK
RGB Variations
Color information
#4228FC (or 0x4228FC) is known color: Han Purple. HEX triplet: 42, 28 and FC. RGB value is (66,40,252). Sum of RGB (Red+Green+Blue) = 66+40+252=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 40 (16.02% from 255 or 11.17% from 358); Blue value is 252 (98.83% from 255 or 70.39% from 358); Max value from RGB is 252 - color contains mainly: blue. Hex color #4228FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4228FC is #BDD703. Grayscale: #474747. Windows color (decimal): -12441348 or 16525378. OLE color: 16525378.
HSL color Cylindrical-coordinate representation of color #4228FC: hue angle of 247.36º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4228FC is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 40 | 252 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.01 |
| HSL | 247.36º | 0.97% | 0.57% | - |
| HSV(B) | 247.36º | 0.84% | 0.99% | - |
| XYZ | 20.58 | 9.7 | 92.88 | - |
| YUV | 71.94 | 229.61 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 40 | 252 | 0.74 | 0.84 | 0 | 0.01 | 247.36 | 0.97 | 0.57 |
| Hex | 42 | 28 | FC | 4A | 54 | 0 | 1 | F7 | 61 | 39 |
| Octal | 102 | 50 | 374 | 112 | 124 | 0 | 1 | 367 | 141 | 71 |
| Binary | 1000010 | 101000 | 11111100 | 1001010 | 1010100 | 0 | 1 | 11110111 | 1100001 | 111001 |
Color Harmonies of #4228FC
Complementary color
Monochromatic Colors of #4228FC
Black with #4228FC
Text Example
Text Example
White with #4228FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4228FC; }
p { color: rgb(66,40,252); }
H1.HeaderClassName
{
color: #4228FC;
}
.AnyTagClassName
{
color: #4228FC;
}
</style>
background-color css
<style>
a { background-color: #4228FC; }
a { background-color: rgb(66,40,252); }
div.DivClassName
{
background-color: #4228FC;
}
.BgClassName
{
background-color: #4228FC;
}
</style>
border-color css
<style>
span { border-color: #4228FC; }
span { border-color: rgb(66,40,252); }
td.TdClassName
{
border-color: #4228FC;
}
.TagClassName
{
border-color: #4228FC;
}
</style>