Shades of Han Purple #3117FA
Tints of Han Purple #3117FA
RGB
CMYK
RGB Variations
Color information
#3117FA (or 0x3117FA) is known color: Han Purple. HEX triplet: 31, 17 and FA. RGB value is (49,23,250). Sum of RGB (Red+Green+Blue) = 49+23+250=322 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.22% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 250 (98.05% from 255 or 77.64% from 322); Max value from RGB is 250 - color contains mainly: blue. Hex color #3117FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3117FA is #CEE805. Grayscale: #373737. Windows color (decimal): -13559814 or 16389937. OLE color: 16389937.
HSL color Cylindrical-coordinate representation of color #3117FA: hue angle of 246.87º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3117FA is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 23 | 250 | - |
| CMYK | 0.80 | 0.91 | 0 | 0.02 |
| HSL | 246.87º | 0.96% | 0.54% | - |
| HSV(B) | 246.87º | 0.91% | 0.98% | - |
| XYZ | 18.83 | 8.17 | 91.03 | - |
| YUV | 56.65 | 237.11 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 23 | 250 | 0.80 | 0.91 | 0 | 0.02 | 246.87 | 0.96 | 0.54 |
| Hex | 31 | 17 | FA | 50 | 5B | 0 | 2 | F7 | 60 | 36 |
| Octal | 61 | 27 | 372 | 120 | 133 | 0 | 2 | 367 | 140 | 66 |
| Binary | 110001 | 10111 | 11111010 | 1010000 | 1011011 | 0 | 10 | 11110111 | 1100000 | 110110 |
Color Harmonies of #3117FA
Complementary color
Monochromatic Colors of #3117FA
Black with #3117FA
Text Example
Text Example
White with #3117FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3117FA; }
p { color: rgb(49,23,250); }
H1.HeaderClassName
{
color: #3117FA;
}
.AnyTagClassName
{
color: #3117FA;
}
</style>
background-color css
<style>
a { background-color: #3117FA; }
a { background-color: rgb(49,23,250); }
div.DivClassName
{
background-color: #3117FA;
}
.BgClassName
{
background-color: #3117FA;
}
</style>
border-color css
<style>
span { border-color: #3117FA; }
span { border-color: rgb(49,23,250); }
td.TdClassName
{
border-color: #3117FA;
}
.TagClassName
{
border-color: #3117FA;
}
</style>