Shades of Han Purple #3224FD
Tints of Han Purple #3224FD
RGB
CMYK
RGB Variations
Color information
#3224FD (or 0x3224FD) is known color: Han Purple. HEX triplet: 32, 24 and FD. RGB value is (50,36,253). Sum of RGB (Red+Green+Blue) = 50+36+253=339 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.75% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 253 (99.22% from 255 or 74.63% from 339); Max value from RGB is 253 - color contains mainly: blue. Hex color #3224FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3224FD is #CDDB02. Grayscale: #404040. Windows color (decimal): -13490947 or 16589874. OLE color: 16589874.
HSL color Cylindrical-coordinate representation of color #3224FD: hue angle of 243.87º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3224FD is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 36 | 253 | - |
| CMYK | 0.80 | 0.86 | 0 | 0.01 |
| HSL | 243.87º | 0.98% | 0.57% | - |
| HSV(B) | 243.87º | 0.86% | 0.99% | - |
| XYZ | 19.68 | 9.03 | 93.63 | - |
| YUV | 64.92 | 234.14 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 36 | 253 | 0.80 | 0.86 | 0 | 0.01 | 243.87 | 0.98 | 0.57 |
| Hex | 32 | 24 | FD | 50 | 56 | 0 | 1 | F4 | 62 | 39 |
| Octal | 62 | 44 | 375 | 120 | 126 | 0 | 1 | 364 | 142 | 71 |
| Binary | 110010 | 100100 | 11111101 | 1010000 | 1010110 | 0 | 1 | 11110100 | 1100010 | 111001 |
Color Harmonies of #3224FD
Complementary color
Monochromatic Colors of #3224FD
Black with #3224FD
Text Example
Text Example
White with #3224FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3224FD; }
p { color: rgb(50,36,253); }
H1.HeaderClassName
{
color: #3224FD;
}
.AnyTagClassName
{
color: #3224FD;
}
</style>
background-color css
<style>
a { background-color: #3224FD; }
a { background-color: rgb(50,36,253); }
div.DivClassName
{
background-color: #3224FD;
}
.BgClassName
{
background-color: #3224FD;
}
</style>
border-color css
<style>
span { border-color: #3224FD; }
span { border-color: rgb(50,36,253); }
td.TdClassName
{
border-color: #3224FD;
}
.TagClassName
{
border-color: #3224FD;
}
</style>