Shades of Han Purple #3228EF
Tints of Han Purple #3228EF
RGB
CMYK
RGB Variations
Color information
#3228EF (or 0x3228EF) is known color: Han Purple. HEX triplet: 32, 28 and EF. RGB value is (50,40,239). Sum of RGB (Red+Green+Blue) = 50+40+239=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 239 (93.75% from 255 or 72.64% from 329); Max value from RGB is 239 - color contains mainly: blue. Hex color #3228EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3228EF is #CDD710. Grayscale: #404040. Windows color (decimal): -13489937 or 15673394. OLE color: 15673394.
HSL color Cylindrical-coordinate representation of color #3228EF: hue angle of 243.02º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3228EF is Cyan = 0.79, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 40 | 239 | - |
| CMYK | 0.79 | 0.83 | 0 | 0.06 |
| HSL | 243.02º | 0.86% | 0.55% | - |
| HSV(B) | 243.02º | 0.83% | 0.94% | - |
| XYZ | 17.65 | 8.43 | 82.36 | - |
| YUV | 65.68 | 225.81 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 40 | 239 | 0.79 | 0.83 | 0 | 0.06 | 243.02 | 0.86 | 0.55 |
| Hex | 32 | 28 | EF | 4F | 53 | 0 | 6 | F3 | 56 | 37 |
| Octal | 62 | 50 | 357 | 117 | 123 | 0 | 6 | 363 | 126 | 67 |
| Binary | 110010 | 101000 | 11101111 | 1001111 | 1010011 | 0 | 110 | 11110011 | 1010110 | 110111 |
Color Harmonies of #3228EF
Complementary color
Monochromatic Colors of #3228EF
Black with #3228EF
Text Example
Text Example
White with #3228EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3228EF; }
p { color: rgb(50,40,239); }
H1.HeaderClassName
{
color: #3228EF;
}
.AnyTagClassName
{
color: #3228EF;
}
</style>
background-color css
<style>
a { background-color: #3228EF; }
a { background-color: rgb(50,40,239); }
div.DivClassName
{
background-color: #3228EF;
}
.BgClassName
{
background-color: #3228EF;
}
</style>
border-color css
<style>
span { border-color: #3228EF; }
span { border-color: rgb(50,40,239); }
td.TdClassName
{
border-color: #3228EF;
}
.TagClassName
{
border-color: #3228EF;
}
</style>