Shades of Han Purple #3117DE
Tints of Han Purple #3117DE
RGB
CMYK
RGB Variations
Color information
#3117DE (or 0x3117DE) is known color: Han Purple. HEX triplet: 31, 17 and DE. RGB value is (49,23,222). Sum of RGB (Red+Green+Blue) = 49+23+222=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 222 (87.11% from 255 or 75.51% from 294); Max value from RGB is 222 - color contains mainly: blue. Hex color #3117DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3117DE is #CEE821. Grayscale: #343434. Windows color (decimal): -13559842 or 14554929. OLE color: 14554929.
HSL color Cylindrical-coordinate representation of color #3117DE: hue angle of 247.84º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3117DE is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 23 | 222 | - |
| CMYK | 0.78 | 0.90 | 0 | 0.13 |
| HSL | 247.84º | 0.81% | 0.48% | - |
| HSV(B) | 247.84º | 0.9% | 0.87% | - |
| XYZ | 14.76 | 6.54 | 69.59 | - |
| YUV | 53.46 | 223.11 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 23 | 222 | 0.78 | 0.90 | 0 | 0.13 | 247.84 | 0.81 | 0.48 |
| Hex | 31 | 17 | DE | 4E | 5A | 0 | D | F8 | 51 | 30 |
| Octal | 61 | 27 | 336 | 116 | 132 | 0 | 15 | 370 | 121 | 60 |
| Binary | 110001 | 10111 | 11011110 | 1001110 | 1011010 | 0 | 1101 | 11111000 | 1010001 | 110000 |
Color Harmonies of #3117DE
Complementary color
Monochromatic Colors of #3117DE
Black with #3117DE
Text Example
Text Example
White with #3117DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3117DE; }
p { color: rgb(49,23,222); }
H1.HeaderClassName
{
color: #3117DE;
}
.AnyTagClassName
{
color: #3117DE;
}
</style>
background-color css
<style>
a { background-color: #3117DE; }
a { background-color: rgb(49,23,222); }
div.DivClassName
{
background-color: #3117DE;
}
.BgClassName
{
background-color: #3117DE;
}
</style>
border-color css
<style>
span { border-color: #3117DE; }
span { border-color: rgb(49,23,222); }
td.TdClassName
{
border-color: #3117DE;
}
.TagClassName
{
border-color: #3117DE;
}
</style>