Shades of Han Purple #3114D1
Tints of Han Purple #3114D1
RGB
CMYK
RGB Variations
Color information
#3114D1 (or 0x3114D1) is known color: Han Purple. HEX triplet: 31, 14 and D1. RGB value is (49,20,209). Sum of RGB (Red+Green+Blue) = 49+20+209=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 209 (82.03% from 255 or 75.18% from 278); Max value from RGB is 209 - color contains mainly: blue. Hex color #3114D1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3114D1 is #CEEB2E. Grayscale: #313131. Windows color (decimal): -13560623 or 13702193. OLE color: 13702193.
HSL color Cylindrical-coordinate representation of color #3114D1: hue angle of 249.21º degrees, saturation: 0.83, 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 #3114D1 is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 20 | 209 | - |
| CMYK | 0.77 | 0.90 | 0 | 0.18 |
| HSL | 249.21º | 0.83% | 0.45% | - |
| HSV(B) | 249.21º | 0.9% | 0.82% | - |
| XYZ | 13.03 | 5.76 | 60.75 | - |
| YUV | 50.22 | 217.61 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 20 | 209 | 0.77 | 0.90 | 0 | 0.18 | 249.21 | 0.83 | 0.45 |
| Hex | 31 | 14 | D1 | 4D | 5A | 0 | 12 | F9 | 53 | 2D |
| Octal | 61 | 24 | 321 | 115 | 132 | 0 | 22 | 371 | 123 | 55 |
| Binary | 110001 | 10100 | 11010001 | 1001101 | 1011010 | 0 | 10010 | 11111001 | 1010011 | 101101 |
Color Harmonies of #3114D1
Complementary color
Monochromatic Colors of #3114D1
Black with #3114D1
Text Example
Text Example
White with #3114D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3114D1; }
p { color: rgb(49,20,209); }
H1.HeaderClassName
{
color: #3114D1;
}
.AnyTagClassName
{
color: #3114D1;
}
</style>
background-color css
<style>
a { background-color: #3114D1; }
a { background-color: rgb(49,20,209); }
div.DivClassName
{
background-color: #3114D1;
}
.BgClassName
{
background-color: #3114D1;
}
</style>
border-color css
<style>
span { border-color: #3114D1; }
span { border-color: rgb(49,20,209); }
td.TdClassName
{
border-color: #3114D1;
}
.TagClassName
{
border-color: #3114D1;
}
</style>