Shades of Han Purple #3326EC
Tints of Han Purple #3326EC
RGB
CMYK
RGB Variations
Color information
#3326EC (or 0x3326EC) is known color: Han Purple. HEX triplet: 33, 26 and EC. RGB value is (51,38,236). Sum of RGB (Red+Green+Blue) = 51+38+236=325 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.69% from 325); Green value is 38 (15.23% from 255 or 11.69% from 325); Blue value is 236 (92.58% from 255 or 72.62% from 325); Max value from RGB is 236 - color contains mainly: blue. Hex color #3326EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3326EC is #CCD913. Grayscale: #3F3F3F. Windows color (decimal): -13424916 or 15476275. OLE color: 15476275.
HSL color Cylindrical-coordinate representation of color #3326EC: hue angle of 243.94º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3326EC is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 38 | 236 | - |
| CMYK | 0.78 | 0.84 | 0 | 0.07 |
| HSL | 243.94º | 0.84% | 0.54% | - |
| HSV(B) | 243.94º | 0.84% | 0.93% | - |
| XYZ | 17.2 | 8.15 | 80.02 | - |
| YUV | 64.46 | 224.81 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 38 | 236 | 0.78 | 0.84 | 0 | 0.07 | 243.94 | 0.84 | 0.54 |
| Hex | 33 | 26 | EC | 4E | 54 | 0 | 7 | F4 | 54 | 36 |
| Octal | 63 | 46 | 354 | 116 | 124 | 0 | 7 | 364 | 124 | 66 |
| Binary | 110011 | 100110 | 11101100 | 1001110 | 1010100 | 0 | 111 | 11110100 | 1010100 | 110110 |
Color Harmonies of #3326EC
Complementary color
Monochromatic Colors of #3326EC
Black with #3326EC
Text Example
Text Example
White with #3326EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3326EC; }
p { color: rgb(51,38,236); }
H1.HeaderClassName
{
color: #3326EC;
}
.AnyTagClassName
{
color: #3326EC;
}
</style>
background-color css
<style>
a { background-color: #3326EC; }
a { background-color: rgb(51,38,236); }
div.DivClassName
{
background-color: #3326EC;
}
.BgClassName
{
background-color: #3326EC;
}
</style>
border-color css
<style>
span { border-color: #3326EC; }
span { border-color: rgb(51,38,236); }
td.TdClassName
{
border-color: #3326EC;
}
.TagClassName
{
border-color: #3326EC;
}
</style>