Shades of Han Purple #3116F2
Tints of Han Purple #3116F2
RGB
CMYK
RGB Variations
Color information
#3116F2 (or 0x3116F2) is known color: Han Purple. HEX triplet: 31, 16 and F2. RGB value is (49,22,242). Sum of RGB (Red+Green+Blue) = 49+22+242=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 242 (94.92% from 255 or 77.32% from 313); Max value from RGB is 242 - color contains mainly: blue. Hex color #3116F2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3116F2 is #CEE90D. Grayscale: #363636. Windows color (decimal): -13560078 or 15865393. OLE color: 15865393.
HSL color Cylindrical-coordinate representation of color #3116F2: hue angle of 247.36º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3116F2 is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 22 | 242 | - |
| CMYK | 0.80 | 0.91 | 0 | 0.05 |
| HSL | 247.36º | 0.89% | 0.52% | - |
| HSV(B) | 247.36º | 0.91% | 0.95% | - |
| XYZ | 17.58 | 7.64 | 84.55 | - |
| YUV | 55.15 | 233.45 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 22 | 242 | 0.80 | 0.91 | 0 | 0.05 | 247.36 | 0.89 | 0.52 |
| Hex | 31 | 16 | F2 | 50 | 5B | 0 | 5 | F7 | 59 | 34 |
| Octal | 61 | 26 | 362 | 120 | 133 | 0 | 5 | 367 | 131 | 64 |
| Binary | 110001 | 10110 | 11110010 | 1010000 | 1011011 | 0 | 101 | 11110111 | 1011001 | 110100 |
Color Harmonies of #3116F2
Complementary color
Monochromatic Colors of #3116F2
Black with #3116F2
Text Example
Text Example
White with #3116F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3116F2; }
p { color: rgb(49,22,242); }
H1.HeaderClassName
{
color: #3116F2;
}
.AnyTagClassName
{
color: #3116F2;
}
</style>
background-color css
<style>
a { background-color: #3116F2; }
a { background-color: rgb(49,22,242); }
div.DivClassName
{
background-color: #3116F2;
}
.BgClassName
{
background-color: #3116F2;
}
</style>
border-color css
<style>
span { border-color: #3116F2; }
span { border-color: rgb(49,22,242); }
td.TdClassName
{
border-color: #3116F2;
}
.TagClassName
{
border-color: #3116F2;
}
</style>