Shades of Han Purple #3115D1
Tints of Han Purple #3115D1
RGB
CMYK
RGB Variations
Color information
#3115D1 (or 0x3115D1) is known color: Han Purple. HEX triplet: 31, 15 and D1. RGB value is (49,21,209). Sum of RGB (Red+Green+Blue) = 49+21+209=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 209 (82.03% from 255 or 74.91% from 279); Max value from RGB is 209 - color contains mainly: blue. Hex color #3115D1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3115D1 is #CEEA2E. Grayscale: #323232. Windows color (decimal): -13560367 or 13702449. OLE color: 13702449.
HSL color Cylindrical-coordinate representation of color #3115D1: hue angle of 248.94º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3115D1 is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 21 | 209 | - |
| CMYK | 0.77 | 0.90 | 0 | 0.18 |
| HSL | 248.94º | 0.82% | 0.45% | - |
| HSV(B) | 248.94º | 0.9% | 0.82% | - |
| XYZ | 13.04 | 5.79 | 60.75 | - |
| YUV | 50.8 | 217.28 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 21 | 209 | 0.77 | 0.90 | 0 | 0.18 | 248.94 | 0.82 | 0.45 |
| Hex | 31 | 15 | D1 | 4D | 5A | 0 | 12 | F9 | 52 | 2D |
| Octal | 61 | 25 | 321 | 115 | 132 | 0 | 22 | 371 | 122 | 55 |
| Binary | 110001 | 10101 | 11010001 | 1001101 | 1011010 | 0 | 10010 | 11111001 | 1010010 | 101101 |
Color Harmonies of #3115D1
Complementary color
Monochromatic Colors of #3115D1
Black with #3115D1
Text Example
Text Example
White with #3115D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3115D1; }
p { color: rgb(49,21,209); }
H1.HeaderClassName
{
color: #3115D1;
}
.AnyTagClassName
{
color: #3115D1;
}
</style>
background-color css
<style>
a { background-color: #3115D1; }
a { background-color: rgb(49,21,209); }
div.DivClassName
{
background-color: #3115D1;
}
.BgClassName
{
background-color: #3115D1;
}
</style>
border-color css
<style>
span { border-color: #3115D1; }
span { border-color: rgb(49,21,209); }
td.TdClassName
{
border-color: #3115D1;
}
.TagClassName
{
border-color: #3115D1;
}
</style>