Shades of Han Purple #3224FA
Tints of Han Purple #3224FA
RGB
CMYK
RGB Variations
Color information
#3224FA (or 0x3224FA) is known color: Han Purple. HEX triplet: 32, 24 and FA. RGB value is (50,36,250). Sum of RGB (Red+Green+Blue) = 50+36+250=336 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.88% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 250 (98.05% from 255 or 74.40% from 336); Max value from RGB is 250 - color contains mainly: blue. Hex color #3224FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3224FA is #CDDB05. Grayscale: #3F3F3F. Windows color (decimal): -13490950 or 16393266. OLE color: 16393266.
HSL color Cylindrical-coordinate representation of color #3224FA: hue angle of 243.93º degrees, saturation: 0.96, 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 #3224FA is Cyan = 0.8, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 36 | 250 | - |
| CMYK | 0.8 | 0.86 | 0 | 0.02 |
| HSL | 243.93º | 0.96% | 0.56% | - |
| HSV(B) | 243.93º | 0.86% | 0.98% | - |
| XYZ | 19.2 | 8.84 | 91.14 | - |
| YUV | 64.58 | 232.64 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 36 | 250 | 0.8 | 0.86 | 0 | 0.02 | 243.93 | 0.96 | 0.56 |
| Hex | 32 | 24 | FA | 50 | 56 | 0 | 2 | F4 | 60 | 38 |
| Octal | 62 | 44 | 372 | 120 | 126 | 0 | 2 | 364 | 140 | 70 |
| Binary | 110010 | 100100 | 11111010 | 1010000 | 1010110 | 0 | 10 | 11110100 | 1100000 | 111000 |
Color Harmonies of #3224FA
Complementary color
Monochromatic Colors of #3224FA
Black with #3224FA
Text Example
Text Example
White with #3224FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3224FA; }
p { color: rgb(50,36,250); }
H1.HeaderClassName
{
color: #3224FA;
}
.AnyTagClassName
{
color: #3224FA;
}
</style>
background-color css
<style>
a { background-color: #3224FA; }
a { background-color: rgb(50,36,250); }
div.DivClassName
{
background-color: #3224FA;
}
.BgClassName
{
background-color: #3224FA;
}
</style>
border-color css
<style>
span { border-color: #3224FA; }
span { border-color: rgb(50,36,250); }
td.TdClassName
{
border-color: #3224FA;
}
.TagClassName
{
border-color: #3224FA;
}
</style>