Shades of Han Purple #3300E8
Tints of Han Purple #3300E8
RGB
CMYK
RGB Variations
Color information
#3300E8 (or 0x3300E8) is known color: Han Purple. HEX triplet: 33, 00 and E8. RGB value is (51,0,232). Sum of RGB (Red+Green+Blue) = 51+0+232=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 232 (91.02% from 255 or 81.98% from 283); Max value from RGB is 232 - color contains mainly: blue. Hex color #3300E8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3300E8 is #CCFF17. Grayscale: #282828. Windows color (decimal): -13434648 or 15204403. OLE color: 15204403.
HSL color Cylindrical-coordinate representation of color #3300E8: hue angle of 253.19º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3300E8 is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 51 | 0 | 232 | - |
| CMYK | 0.78 | 1 | 0 | 0.09 |
| HSL | 253.19º | 1% | 0.45% | - |
| HSV(B) | 253.19º | 1% | 0.91% | - |
| XYZ | 15.93 | 6.53 | 76.76 | - |
| YUV | 41.7 | 235.4 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 0 | 232 | 0.78 | 1 | 0 | 0.09 | 253.19 | 1 | 0.45 |
| Hex | 33 | 0 | E8 | 4E | 64 | 0 | 9 | FD | 64 | 2D |
| Octal | 63 | 0 | 350 | 116 | 144 | 0 | 11 | 375 | 144 | 55 |
| Binary | 110011 | 0 | 11101000 | 1001110 | 1100100 | 0 | 1001 | 11111101 | 1100100 | 101101 |
Color Harmonies of #3300E8
Complementary color
Monochromatic Colors of #3300E8
Black with #3300E8
Text Example
Text Example
White with #3300E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3300E8; }
p { color: rgb(51,0,232); }
H1.HeaderClassName
{
color: #3300E8;
}
.AnyTagClassName
{
color: #3300E8;
}
</style>
background-color css
<style>
a { background-color: #3300E8; }
a { background-color: rgb(51,0,232); }
div.DivClassName
{
background-color: #3300E8;
}
.BgClassName
{
background-color: #3300E8;
}
</style>
border-color css
<style>
span { border-color: #3300E8; }
span { border-color: rgb(51,0,232); }
td.TdClassName
{
border-color: #3300E8;
}
.TagClassName
{
border-color: #3300E8;
}
</style>