Shades of Han Purple #3117FD
Tints of Han Purple #3117FD
RGB
CMYK
RGB Variations
Color information
#3117FD (or 0x3117FD) is known color: Han Purple. HEX triplet: 31, 17 and FD. RGB value is (49,23,253). Sum of RGB (Red+Green+Blue) = 49+23+253=325 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.08% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 253 (99.22% from 255 or 77.85% from 325); Max value from RGB is 253 - color contains mainly: blue. Hex color #3117FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3117FD is #CEE802. Grayscale: #383838. Windows color (decimal): -13559811 or 16586545. OLE color: 16586545.
HSL color Cylindrical-coordinate representation of color #3117FD: hue angle of 246.78º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3117FD is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 23 | 253 | - |
| CMYK | 0.81 | 0.91 | 0 | 0.01 |
| HSL | 246.78º | 0.98% | 0.54% | - |
| HSV(B) | 246.78º | 0.91% | 0.99% | - |
| XYZ | 19.3 | 8.36 | 93.52 | - |
| YUV | 56.99 | 238.61 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 23 | 253 | 0.81 | 0.91 | 0 | 0.01 | 246.78 | 0.98 | 0.54 |
| Hex | 31 | 17 | FD | 51 | 5B | 0 | 1 | F7 | 62 | 36 |
| Octal | 61 | 27 | 375 | 121 | 133 | 0 | 1 | 367 | 142 | 66 |
| Binary | 110001 | 10111 | 11111101 | 1010001 | 1011011 | 0 | 1 | 11110111 | 1100010 | 110110 |
Color Harmonies of #3117FD
Complementary color
Monochromatic Colors of #3117FD
Black with #3117FD
Text Example
Text Example
White with #3117FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3117FD; }
p { color: rgb(49,23,253); }
H1.HeaderClassName
{
color: #3117FD;
}
.AnyTagClassName
{
color: #3117FD;
}
</style>
background-color css
<style>
a { background-color: #3117FD; }
a { background-color: rgb(49,23,253); }
div.DivClassName
{
background-color: #3117FD;
}
.BgClassName
{
background-color: #3117FD;
}
</style>
border-color css
<style>
span { border-color: #3117FD; }
span { border-color: rgb(49,23,253); }
td.TdClassName
{
border-color: #3117FD;
}
.TagClassName
{
border-color: #3117FD;
}
</style>