Shades of Han Purple #3304EC
Tints of Han Purple #3304EC
RGB
CMYK
RGB Variations
Color information
#3304EC (or 0x3304EC) is known color: Han Purple. HEX triplet: 33, 04 and EC. RGB value is (51,4,236). Sum of RGB (Red+Green+Blue) = 51+4+236=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 4 (1.95% from 255 or 1.37% from 291); Blue value is 236 (92.58% from 255 or 81.10% from 291); Max value from RGB is 236 - color contains mainly: blue. Hex color #3304EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3304EC is #CCFB13. Grayscale: #2B2B2B. Windows color (decimal): -13433620 or 15467571. OLE color: 15467571.
HSL color Cylindrical-coordinate representation of color #3304EC: hue angle of 252.16º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3304EC is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 4 | 236 | - |
| CMYK | 0.78 | 0.98 | 0 | 0.07 |
| HSL | 252.16º | 0.97% | 0.47% | - |
| HSV(B) | 252.16º | 0.98% | 0.93% | - |
| XYZ | 16.55 | 6.85 | 79.81 | - |
| YUV | 44.5 | 236.07 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 4 | 236 | 0.78 | 0.98 | 0 | 0.07 | 252.16 | 0.97 | 0.47 |
| Hex | 33 | 4 | EC | 4E | 62 | 0 | 7 | FC | 61 | 2F |
| Octal | 63 | 4 | 354 | 116 | 142 | 0 | 7 | 374 | 141 | 57 |
| Binary | 110011 | 100 | 11101100 | 1001110 | 1100010 | 0 | 111 | 11111100 | 1100001 | 101111 |
Color Harmonies of #3304EC
Complementary color
Monochromatic Colors of #3304EC
Black with #3304EC
Text Example
Text Example
White with #3304EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3304EC; }
p { color: rgb(51,4,236); }
H1.HeaderClassName
{
color: #3304EC;
}
.AnyTagClassName
{
color: #3304EC;
}
</style>
background-color css
<style>
a { background-color: #3304EC; }
a { background-color: rgb(51,4,236); }
div.DivClassName
{
background-color: #3304EC;
}
.BgClassName
{
background-color: #3304EC;
}
</style>
border-color css
<style>
span { border-color: #3304EC; }
span { border-color: rgb(51,4,236); }
td.TdClassName
{
border-color: #3304EC;
}
.TagClassName
{
border-color: #3304EC;
}
</style>