Shades of Han Purple #3325EC
Tints of Han Purple #3325EC
RGB
CMYK
RGB Variations
Color information
#3325EC (or 0x3325EC) is known color: Han Purple. HEX triplet: 33, 25 and EC. RGB value is (51,37,236). Sum of RGB (Red+Green+Blue) = 51+37+236=324 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.74% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 236 (92.58% from 255 or 72.84% from 324); Max value from RGB is 236 - color contains mainly: blue. Hex color #3325EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3325EC is #CCDA13. Grayscale: #3F3F3F. Windows color (decimal): -13425172 or 15476019. OLE color: 15476019.
HSL color Cylindrical-coordinate representation of color #3325EC: hue angle of 244.22º 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 #3325EC is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 37 | 236 | - |
| CMYK | 0.78 | 0.84 | 0 | 0.07 |
| HSL | 244.22º | 0.84% | 0.54% | - |
| HSV(B) | 244.22º | 0.84% | 0.93% | - |
| XYZ | 17.17 | 8.08 | 80.01 | - |
| YUV | 63.87 | 225.14 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 37 | 236 | 0.78 | 0.84 | 0 | 0.07 | 244.22 | 0.84 | 0.54 |
| Hex | 33 | 25 | EC | 4E | 54 | 0 | 7 | F4 | 54 | 36 |
| Octal | 63 | 45 | 354 | 116 | 124 | 0 | 7 | 364 | 124 | 66 |
| Binary | 110011 | 100101 | 11101100 | 1001110 | 1010100 | 0 | 111 | 11110100 | 1010100 | 110110 |
Color Harmonies of #3325EC
Complementary color
Monochromatic Colors of #3325EC
Black with #3325EC
Text Example
Text Example
White with #3325EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3325EC; }
p { color: rgb(51,37,236); }
H1.HeaderClassName
{
color: #3325EC;
}
.AnyTagClassName
{
color: #3325EC;
}
</style>
background-color css
<style>
a { background-color: #3325EC; }
a { background-color: rgb(51,37,236); }
div.DivClassName
{
background-color: #3325EC;
}
.BgClassName
{
background-color: #3325EC;
}
</style>
border-color css
<style>
span { border-color: #3325EC; }
span { border-color: rgb(51,37,236); }
td.TdClassName
{
border-color: #3325EC;
}
.TagClassName
{
border-color: #3325EC;
}
</style>