Shades of Han Purple #3300EA
Tints of Han Purple #3300EA
RGB
CMYK
RGB Variations
Color information
#3300EA (or 0x3300EA) is known color: Han Purple. HEX triplet: 33, 00 and EA. RGB value is (51,0,234). Sum of RGB (Red+Green+Blue) = 51+0+234=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 234 (91.80% from 255 or 82.11% from 285); Max value from RGB is 234 - color contains mainly: blue. Hex color #3300EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3300EA is #CCFF15. Grayscale: #292929. Windows color (decimal): -13434646 or 15335475. OLE color: 15335475.
HSL color Cylindrical-coordinate representation of color #3300EA: hue angle of 253.08º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3300EA is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 51 | 0 | 234 | - |
| CMYK | 0.78 | 1 | 0 | 0.08 |
| HSL | 253.08º | 1% | 0.46% | - |
| HSV(B) | 253.08º | 1% | 0.92% | - |
| XYZ | 16.22 | 6.64 | 78.27 | - |
| YUV | 41.93 | 236.4 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 0 | 234 | 0.78 | 1 | 0 | 0.08 | 253.08 | 1 | 0.46 |
| Hex | 33 | 0 | EA | 4E | 64 | 0 | 8 | FD | 64 | 2E |
| Octal | 63 | 0 | 352 | 116 | 144 | 0 | 10 | 375 | 144 | 56 |
| Binary | 110011 | 0 | 11101010 | 1001110 | 1100100 | 0 | 1000 | 11111101 | 1100100 | 101110 |
Color Harmonies of #3300EA
Complementary color
Monochromatic Colors of #3300EA
Black with #3300EA
Text Example
Text Example
White with #3300EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3300EA; }
p { color: rgb(51,0,234); }
H1.HeaderClassName
{
color: #3300EA;
}
.AnyTagClassName
{
color: #3300EA;
}
</style>
background-color css
<style>
a { background-color: #3300EA; }
a { background-color: rgb(51,0,234); }
div.DivClassName
{
background-color: #3300EA;
}
.BgClassName
{
background-color: #3300EA;
}
</style>
border-color css
<style>
span { border-color: #3300EA; }
span { border-color: rgb(51,0,234); }
td.TdClassName
{
border-color: #3300EA;
}
.TagClassName
{
border-color: #3300EA;
}
</style>