Shades of Han Purple #310FF0
Tints of Han Purple #310FF0
RGB
CMYK
RGB Variations
Color information
#310FF0 (or 0x310FF0) is known color: Han Purple. HEX triplet: 31, 0F and F0. RGB value is (49,15,240). Sum of RGB (Red+Green+Blue) = 49+15+240=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 240 (94.14% from 255 or 78.95% from 304); Max value from RGB is 240 - color contains mainly: blue. Hex color #310FF0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #310FF0 is #CEF00F. Grayscale: #313131. Windows color (decimal): -13561872 or 15732529. OLE color: 15732529.
HSL color Cylindrical-coordinate representation of color #310FF0: hue angle of 249.07º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310FF0 is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 15 | 240 | - |
| CMYK | 0.80 | 0.94 | 0 | 0.06 |
| HSL | 249.07º | 0.88% | 0.5% | - |
| HSV(B) | 249.07º | 0.94% | 0.94% | - |
| XYZ | 17.17 | 7.29 | 82.94 | - |
| YUV | 50.82 | 234.76 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 15 | 240 | 0.80 | 0.94 | 0 | 0.06 | 249.07 | 0.88 | 0.5 |
| Hex | 31 | F | F0 | 50 | 5E | 0 | 6 | F9 | 58 | 32 |
| Octal | 61 | 17 | 360 | 120 | 136 | 0 | 6 | 371 | 130 | 62 |
| Binary | 110001 | 1111 | 11110000 | 1010000 | 1011110 | 0 | 110 | 11111001 | 1011000 | 110010 |
Color Harmonies of #310FF0
Complementary color
Monochromatic Colors of #310FF0
Black with #310FF0
Text Example
Text Example
White with #310FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310FF0; }
p { color: rgb(49,15,240); }
H1.HeaderClassName
{
color: #310FF0;
}
.AnyTagClassName
{
color: #310FF0;
}
</style>
background-color css
<style>
a { background-color: #310FF0; }
a { background-color: rgb(49,15,240); }
div.DivClassName
{
background-color: #310FF0;
}
.BgClassName
{
background-color: #310FF0;
}
</style>
border-color css
<style>
span { border-color: #310FF0; }
span { border-color: rgb(49,15,240); }
td.TdClassName
{
border-color: #310FF0;
}
.TagClassName
{
border-color: #310FF0;
}
</style>