Shades of Han Purple #4224F9
Tints of Han Purple #4224F9
RGB
CMYK
RGB Variations
Color information
#4224F9 (or 0x4224F9) is known color: Han Purple. HEX triplet: 42, 24 and F9. RGB value is (66,36,249). Sum of RGB (Red+Green+Blue) = 66+36+249=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 249 (97.66% from 255 or 70.94% from 351); Max value from RGB is 249 - color contains mainly: blue. Hex color #4224F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4224F9 is #BDDB06. Grayscale: #444444. Windows color (decimal): -12442375 or 16327746. OLE color: 16327746.
HSL color Cylindrical-coordinate representation of color #4224F9: hue angle of 248.45º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4224F9 is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 36 | 249 | - |
| CMYK | 0.73 | 0.86 | 0 | 0.02 |
| HSL | 248.45º | 0.95% | 0.56% | - |
| HSV(B) | 248.45º | 0.86% | 0.98% | - |
| XYZ | 19.98 | 9.26 | 90.36 | - |
| YUV | 69.25 | 229.44 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 36 | 249 | 0.73 | 0.86 | 0 | 0.02 | 248.45 | 0.95 | 0.56 |
| Hex | 42 | 24 | F9 | 49 | 56 | 0 | 2 | F8 | 5F | 38 |
| Octal | 102 | 44 | 371 | 111 | 126 | 0 | 2 | 370 | 137 | 70 |
| Binary | 1000010 | 100100 | 11111001 | 1001001 | 1010110 | 0 | 10 | 11111000 | 1011111 | 111000 |
Color Harmonies of #4224F9
Complementary color
Monochromatic Colors of #4224F9
Black with #4224F9
Text Example
Text Example
White with #4224F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4224F9; }
p { color: rgb(66,36,249); }
H1.HeaderClassName
{
color: #4224F9;
}
.AnyTagClassName
{
color: #4224F9;
}
</style>
background-color css
<style>
a { background-color: #4224F9; }
a { background-color: rgb(66,36,249); }
div.DivClassName
{
background-color: #4224F9;
}
.BgClassName
{
background-color: #4224F9;
}
</style>
border-color css
<style>
span { border-color: #4224F9; }
span { border-color: rgb(66,36,249); }
td.TdClassName
{
border-color: #4224F9;
}
.TagClassName
{
border-color: #4224F9;
}
</style>