Shades of Han Purple #3228FE
Tints of Han Purple #3228FE
RGB
CMYK
RGB Variations
Color information
#3228FE (or 0x3228FE) is known color: Han Purple. HEX triplet: 32, 28 and FE. RGB value is (50,40,254). Sum of RGB (Red+Green+Blue) = 50+40+254=344 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.53% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 254 (99.61% from 255 or 73.84% from 344); Max value from RGB is 254 - color contains mainly: blue. Hex color #3228FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3228FE is #CDD701. Grayscale: #424242. Windows color (decimal): -13489922 or 16656434. OLE color: 16656434.
HSL color Cylindrical-coordinate representation of color #3228FE: hue angle of 242.8º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3228FE is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 40 | 254 | - |
| CMYK | 0.80 | 0.84 | 0 | 0.00 |
| HSL | 242.8º | 0.99% | 0.58% | - |
| HSV(B) | 242.8º | 0.84% | 1% | - |
| XYZ | 19.96 | 9.35 | 94.52 | - |
| YUV | 67.39 | 233.31 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 40 | 254 | 0.80 | 0.84 | 0 | 0.00 | 242.8 | 0.99 | 0.58 |
| Hex | 32 | 28 | FE | 50 | 54 | 0 | 0 | F3 | 63 | 3A |
| Octal | 62 | 50 | 376 | 120 | 124 | 0 | 0 | 363 | 143 | 72 |
| Binary | 110010 | 101000 | 11111110 | 1010000 | 1010100 | 0 | 0 | 11110011 | 1100011 | 111010 |
Color Harmonies of #3228FE
Complementary color
Monochromatic Colors of #3228FE
Black with #3228FE
Text Example
Text Example
White with #3228FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3228FE; }
p { color: rgb(50,40,254); }
H1.HeaderClassName
{
color: #3228FE;
}
.AnyTagClassName
{
color: #3228FE;
}
</style>
background-color css
<style>
a { background-color: #3228FE; }
a { background-color: rgb(50,40,254); }
div.DivClassName
{
background-color: #3228FE;
}
.BgClassName
{
background-color: #3228FE;
}
</style>
border-color css
<style>
span { border-color: #3228FE; }
span { border-color: rgb(50,40,254); }
td.TdClassName
{
border-color: #3228FE;
}
.TagClassName
{
border-color: #3228FE;
}
</style>