Shades of Han Purple #3300EC
Tints of Han Purple #3300EC
RGB
CMYK
RGB Variations
Color information
#3300EC (or 0x3300EC) is known color: Han Purple. HEX triplet: 33, 00 and EC. RGB value is (51,0,236). Sum of RGB (Red+Green+Blue) = 51+0+236=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 236 (92.58% from 255 or 82.23% from 287); Max value from RGB is 236 - color contains mainly: blue. Hex color #3300EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3300EC is #CCFF13. Grayscale: #292929. Windows color (decimal): -13434644 or 15466547. OLE color: 15466547.
HSL color Cylindrical-coordinate representation of color #3300EC: hue angle of 252.97º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3300EC is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 0 | 236 | - |
| CMYK | 0.78 | 1 | 0 | 0.07 |
| HSL | 252.97º | 1% | 0.46% | - |
| HSV(B) | 252.97º | 1% | 0.93% | - |
| XYZ | 16.51 | 6.76 | 79.79 | - |
| YUV | 42.15 | 237.4 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 0 | 236 | 0.78 | 1 | 0 | 0.07 | 252.97 | 1 | 0.46 |
| Hex | 33 | 0 | EC | 4E | 64 | 0 | 7 | FD | 64 | 2E |
| Octal | 63 | 0 | 354 | 116 | 144 | 0 | 7 | 375 | 144 | 56 |
| Binary | 110011 | 0 | 11101100 | 1001110 | 1100100 | 0 | 111 | 11111101 | 1100100 | 101110 |
Color Harmonies of #3300EC
Complementary color
Monochromatic Colors of #3300EC
Black with #3300EC
Text Example
Text Example
White with #3300EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3300EC; }
p { color: rgb(51,0,236); }
H1.HeaderClassName
{
color: #3300EC;
}
.AnyTagClassName
{
color: #3300EC;
}
</style>
background-color css
<style>
a { background-color: #3300EC; }
a { background-color: rgb(51,0,236); }
div.DivClassName
{
background-color: #3300EC;
}
.BgClassName
{
background-color: #3300EC;
}
</style>
border-color css
<style>
span { border-color: #3300EC; }
span { border-color: rgb(51,0,236); }
td.TdClassName
{
border-color: #3300EC;
}
.TagClassName
{
border-color: #3300EC;
}
</style>