Shades of Han Purple #3116EE
Tints of Han Purple #3116EE
RGB
CMYK
RGB Variations
Color information
#3116EE (or 0x3116EE) is known color: Han Purple. HEX triplet: 31, 16 and EE. RGB value is (49,22,238). Sum of RGB (Red+Green+Blue) = 49+22+238=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 238 (93.36% from 255 or 77.02% from 309); Max value from RGB is 238 - color contains mainly: blue. Hex color #3116EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3116EE is #CEE911. Grayscale: #353535. Windows color (decimal): -13560082 or 15603249. OLE color: 15603249.
HSL color Cylindrical-coordinate representation of color #3116EE: hue angle of 247.5º 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 #3116EE is Cyan = 0.79, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 22 | 238 | - |
| CMYK | 0.79 | 0.91 | 0 | 0.07 |
| HSL | 247.5º | 0.86% | 0.51% | - |
| HSV(B) | 247.5º | 0.91% | 0.93% | - |
| XYZ | 16.99 | 7.4 | 81.42 | - |
| YUV | 54.7 | 231.45 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 22 | 238 | 0.79 | 0.91 | 0 | 0.07 | 247.5 | 0.86 | 0.51 |
| Hex | 31 | 16 | EE | 4F | 5B | 0 | 7 | F8 | 56 | 33 |
| Octal | 61 | 26 | 356 | 117 | 133 | 0 | 7 | 370 | 126 | 63 |
| Binary | 110001 | 10110 | 11101110 | 1001111 | 1011011 | 0 | 111 | 11111000 | 1010110 | 110011 |
Color Harmonies of #3116EE
Complementary color
Monochromatic Colors of #3116EE
Black with #3116EE
Text Example
Text Example
White with #3116EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3116EE; }
p { color: rgb(49,22,238); }
H1.HeaderClassName
{
color: #3116EE;
}
.AnyTagClassName
{
color: #3116EE;
}
</style>
background-color css
<style>
a { background-color: #3116EE; }
a { background-color: rgb(49,22,238); }
div.DivClassName
{
background-color: #3116EE;
}
.BgClassName
{
background-color: #3116EE;
}
</style>
border-color css
<style>
span { border-color: #3116EE; }
span { border-color: rgb(49,22,238); }
td.TdClassName
{
border-color: #3116EE;
}
.TagClassName
{
border-color: #3116EE;
}
</style>