Shades of Han Purple #3312EE
Tints of Han Purple #3312EE
RGB
CMYK
RGB Variations
Color information
#3312EE (or 0x3312EE) is known color: Han Purple. HEX triplet: 33, 12 and EE. RGB value is (51,18,238). Sum of RGB (Red+Green+Blue) = 51+18+238=307 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.61% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 238 (93.36% from 255 or 77.52% from 307); Max value from RGB is 238 - color contains mainly: blue. Hex color #3312EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3312EE is #CCED11. Grayscale: #343434. Windows color (decimal): -13430034 or 15602227. OLE color: 15602227.
HSL color Cylindrical-coordinate representation of color #3312EE: hue angle of 249º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3312EE is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 18 | 238 | - |
| CMYK | 0.79 | 0.92 | 0 | 0.07 |
| HSL | 249º | 0.87% | 0.5% | - |
| HSV(B) | 249º | 0.92% | 0.93% | - |
| XYZ | 17.01 | 7.31 | 81.4 | - |
| YUV | 52.95 | 232.43 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 18 | 238 | 0.79 | 0.92 | 0 | 0.07 | 249 | 0.87 | 0.5 |
| Hex | 33 | 12 | EE | 4F | 5C | 0 | 7 | F9 | 57 | 32 |
| Octal | 63 | 22 | 356 | 117 | 134 | 0 | 7 | 371 | 127 | 62 |
| Binary | 110011 | 10010 | 11101110 | 1001111 | 1011100 | 0 | 111 | 11111001 | 1010111 | 110010 |
Color Harmonies of #3312EE
Complementary color
Monochromatic Colors of #3312EE
Black with #3312EE
Text Example
Text Example
White with #3312EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3312EE; }
p { color: rgb(51,18,238); }
H1.HeaderClassName
{
color: #3312EE;
}
.AnyTagClassName
{
color: #3312EE;
}
</style>
background-color css
<style>
a { background-color: #3312EE; }
a { background-color: rgb(51,18,238); }
div.DivClassName
{
background-color: #3312EE;
}
.BgClassName
{
background-color: #3312EE;
}
</style>
border-color css
<style>
span { border-color: #3312EE; }
span { border-color: rgb(51,18,238); }
td.TdClassName
{
border-color: #3312EE;
}
.TagClassName
{
border-color: #3312EE;
}
</style>