Shades of Han Purple #3228EB
Tints of Han Purple #3228EB
RGB
CMYK
RGB Variations
Color information
#3228EB (or 0x3228EB) is known color: Han Purple. HEX triplet: 32, 28 and EB. RGB value is (50,40,235). Sum of RGB (Red+Green+Blue) = 50+40+235=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 235 (92.19% from 255 or 72.31% from 325); Max value from RGB is 235 - color contains mainly: blue. Hex color #3228EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3228EB is #CDD714. Grayscale: #404040. Windows color (decimal): -13489941 or 15411250. OLE color: 15411250.
HSL color Cylindrical-coordinate representation of color #3228EB: hue angle of 243.08º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3228EB is Cyan = 0.79, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 40 | 235 | - |
| CMYK | 0.79 | 0.83 | 0 | 0.08 |
| HSL | 243.08º | 0.83% | 0.54% | - |
| HSV(B) | 243.08º | 0.83% | 0.92% | - |
| XYZ | 17.07 | 8.19 | 79.28 | - |
| YUV | 65.22 | 223.81 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 40 | 235 | 0.79 | 0.83 | 0 | 0.08 | 243.08 | 0.83 | 0.54 |
| Hex | 32 | 28 | EB | 4F | 53 | 0 | 8 | F3 | 53 | 36 |
| Octal | 62 | 50 | 353 | 117 | 123 | 0 | 10 | 363 | 123 | 66 |
| Binary | 110010 | 101000 | 11101011 | 1001111 | 1010011 | 0 | 1000 | 11110011 | 1010011 | 110110 |
Color Harmonies of #3228EB
Complementary color
Monochromatic Colors of #3228EB
Black with #3228EB
Text Example
Text Example
White with #3228EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3228EB; }
p { color: rgb(50,40,235); }
H1.HeaderClassName
{
color: #3228EB;
}
.AnyTagClassName
{
color: #3228EB;
}
</style>
background-color css
<style>
a { background-color: #3228EB; }
a { background-color: rgb(50,40,235); }
div.DivClassName
{
background-color: #3228EB;
}
.BgClassName
{
background-color: #3228EB;
}
</style>
border-color css
<style>
span { border-color: #3228EB; }
span { border-color: rgb(50,40,235); }
td.TdClassName
{
border-color: #3228EB;
}
.TagClassName
{
border-color: #3228EB;
}
</style>