Shades of Han Purple #3224FB
Tints of Han Purple #3224FB
RGB
CMYK
RGB Variations
Color information
#3224FB (or 0x3224FB) is known color: Han Purple. HEX triplet: 32, 24 and FB. RGB value is (50,36,251). Sum of RGB (Red+Green+Blue) = 50+36+251=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 251 (98.44% from 255 or 74.48% from 337); Max value from RGB is 251 - color contains mainly: blue. Hex color #3224FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3224FB is #CDDB04. Grayscale: #3F3F3F. Windows color (decimal): -13490949 or 16458802. OLE color: 16458802.
HSL color Cylindrical-coordinate representation of color #3224FB: hue angle of 243.91º 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 #3224FB is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 36 | 251 | - |
| CMYK | 0.80 | 0.86 | 0 | 0.02 |
| HSL | 243.91º | 0.96% | 0.56% | - |
| HSV(B) | 243.91º | 0.86% | 0.98% | - |
| XYZ | 19.36 | 8.9 | 91.97 | - |
| YUV | 64.7 | 233.14 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 36 | 251 | 0.80 | 0.86 | 0 | 0.02 | 243.91 | 0.96 | 0.56 |
| Hex | 32 | 24 | FB | 50 | 56 | 0 | 2 | F4 | 60 | 38 |
| Octal | 62 | 44 | 373 | 120 | 126 | 0 | 2 | 364 | 140 | 70 |
| Binary | 110010 | 100100 | 11111011 | 1010000 | 1010110 | 0 | 10 | 11110100 | 1100000 | 111000 |
Color Harmonies of #3224FB
Complementary color
Monochromatic Colors of #3224FB
Black with #3224FB
Text Example
Text Example
White with #3224FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3224FB; }
p { color: rgb(50,36,251); }
H1.HeaderClassName
{
color: #3224FB;
}
.AnyTagClassName
{
color: #3224FB;
}
</style>
background-color css
<style>
a { background-color: #3224FB; }
a { background-color: rgb(50,36,251); }
div.DivClassName
{
background-color: #3224FB;
}
.BgClassName
{
background-color: #3224FB;
}
</style>
border-color css
<style>
span { border-color: #3224FB; }
span { border-color: rgb(50,36,251); }
td.TdClassName
{
border-color: #3224FB;
}
.TagClassName
{
border-color: #3224FB;
}
</style>