Shades of Han Purple #3224F9
Tints of Han Purple #3224F9
RGB
CMYK
RGB Variations
Color information
#3224F9 (or 0x3224F9) is known color: Han Purple. HEX triplet: 32, 24 and F9. RGB value is (50,36,249). Sum of RGB (Red+Green+Blue) = 50+36+249=335 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.93% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 249 (97.66% from 255 or 74.33% from 335); Max value from RGB is 249 - color contains mainly: blue. Hex color #3224F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3224F9 is #CDDB06. Grayscale: #3F3F3F. Windows color (decimal): -13490951 or 16327730. OLE color: 16327730.
HSL color Cylindrical-coordinate representation of color #3224F9: hue angle of 243.94º 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 #3224F9 is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 36 | 249 | - |
| CMYK | 0.80 | 0.86 | 0 | 0.02 |
| HSL | 243.94º | 0.95% | 0.56% | - |
| HSV(B) | 243.94º | 0.86% | 0.98% | - |
| XYZ | 19.05 | 8.78 | 90.31 | - |
| YUV | 64.47 | 232.14 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 36 | 249 | 0.80 | 0.86 | 0 | 0.02 | 243.94 | 0.95 | 0.56 |
| Hex | 32 | 24 | F9 | 50 | 56 | 0 | 2 | F4 | 5F | 38 |
| Octal | 62 | 44 | 371 | 120 | 126 | 0 | 2 | 364 | 137 | 70 |
| Binary | 110010 | 100100 | 11111001 | 1010000 | 1010110 | 0 | 10 | 11110100 | 1011111 | 111000 |
Color Harmonies of #3224F9
Complementary color
Monochromatic Colors of #3224F9
Black with #3224F9
Text Example
Text Example
White with #3224F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3224F9; }
p { color: rgb(50,36,249); }
H1.HeaderClassName
{
color: #3224F9;
}
.AnyTagClassName
{
color: #3224F9;
}
</style>
background-color css
<style>
a { background-color: #3224F9; }
a { background-color: rgb(50,36,249); }
div.DivClassName
{
background-color: #3224F9;
}
.BgClassName
{
background-color: #3224F9;
}
</style>
border-color css
<style>
span { border-color: #3224F9; }
span { border-color: rgb(50,36,249); }
td.TdClassName
{
border-color: #3224F9;
}
.TagClassName
{
border-color: #3224F9;
}
</style>