Shades of Han Purple #3117FF
Tints of Han Purple #3117FF
RGB
CMYK
RGB Variations
Color information
#3117FF (or 0x3117FF) is known color: Han Purple. HEX triplet: 31, 17 and FF. RGB value is (49,23,255). Sum of RGB (Red+Green+Blue) = 49+23+255=327 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.98% from 327); Green value is 23 (9.38% from 255 or 7.03% from 327); Blue value is 255 (100% from 255 or 77.98% from 327); Max value from RGB is 255 - color contains mainly: blue. Hex color #3117FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3117FF is #CEE800. Grayscale: #383838. Windows color (decimal): -13559809 or 16717617. OLE color: 16717617.
HSL color Cylindrical-coordinate representation of color #3117FF: hue angle of 246.72º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3117FF is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 23 | 255 | - |
| CMYK | 0.81 | 0.91 | 0 | 0 |
| HSL | 246.72º | 1% | 0.55% | - |
| HSV(B) | 246.72º | 0.91% | 1% | - |
| XYZ | 19.62 | 8.49 | 95.21 | - |
| YUV | 57.22 | 239.61 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 23 | 255 | 0.81 | 0.91 | 0 | 0 | 246.72 | 1 | 0.55 |
| Hex | 31 | 17 | FF | 51 | 5B | 0 | 0 | F7 | 64 | 37 |
| Octal | 61 | 27 | 377 | 121 | 133 | 0 | 0 | 367 | 144 | 67 |
| Binary | 110001 | 10111 | 11111111 | 1010001 | 1011011 | 0 | 0 | 11110111 | 1100100 | 110111 |
Color Harmonies of #3117FF
Complementary color
Monochromatic Colors of #3117FF
Black with #3117FF
Text Example
Text Example
White with #3117FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3117FF; }
p { color: rgb(49,23,255); }
H1.HeaderClassName
{
color: #3117FF;
}
.AnyTagClassName
{
color: #3117FF;
}
</style>
background-color css
<style>
a { background-color: #3117FF; }
a { background-color: rgb(49,23,255); }
div.DivClassName
{
background-color: #3117FF;
}
.BgClassName
{
background-color: #3117FF;
}
</style>
border-color css
<style>
span { border-color: #3117FF; }
span { border-color: rgb(49,23,255); }
td.TdClassName
{
border-color: #3117FF;
}
.TagClassName
{
border-color: #3117FF;
}
</style>