Shades of Han Purple #3316EE
Tints of Han Purple #3316EE
RGB
CMYK
RGB Variations
Color information
#3316EE (or 0x3316EE) is known color: Han Purple. HEX triplet: 33, 16 and EE. RGB value is (51,22,238). Sum of RGB (Red+Green+Blue) = 51+22+238=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 238 (93.36% from 255 or 76.53% from 311); Max value from RGB is 238 - color contains mainly: blue. Hex color #3316EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3316EE is #CCE911. Grayscale: #363636. Windows color (decimal): -13429010 or 15603251. OLE color: 15603251.
HSL color Cylindrical-coordinate representation of color #3316EE: hue angle of 248.06º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3316EE is Cyan = 0.79, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 22 | 238 | - |
| CMYK | 0.79 | 0.91 | 0 | 0.07 |
| HSL | 248.06º | 0.86% | 0.51% | - |
| HSV(B) | 248.06º | 0.91% | 0.93% | - |
| XYZ | 17.08 | 7.45 | 81.43 | - |
| YUV | 55.3 | 231.11 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 22 | 238 | 0.79 | 0.91 | 0 | 0.07 | 248.06 | 0.86 | 0.51 |
| Hex | 33 | 16 | EE | 4F | 5B | 0 | 7 | F8 | 56 | 33 |
| Octal | 63 | 26 | 356 | 117 | 133 | 0 | 7 | 370 | 126 | 63 |
| Binary | 110011 | 10110 | 11101110 | 1001111 | 1011011 | 0 | 111 | 11111000 | 1010110 | 110011 |
Color Harmonies of #3316EE
Complementary color
Monochromatic Colors of #3316EE
Black with #3316EE
Text Example
Text Example
White with #3316EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3316EE; }
p { color: rgb(51,22,238); }
H1.HeaderClassName
{
color: #3316EE;
}
.AnyTagClassName
{
color: #3316EE;
}
</style>
background-color css
<style>
a { background-color: #3316EE; }
a { background-color: rgb(51,22,238); }
div.DivClassName
{
background-color: #3316EE;
}
.BgClassName
{
background-color: #3316EE;
}
</style>
border-color css
<style>
span { border-color: #3316EE; }
span { border-color: rgb(51,22,238); }
td.TdClassName
{
border-color: #3316EE;
}
.TagClassName
{
border-color: #3316EE;
}
</style>