Shades of Han Purple #310FFF
Tints of Han Purple #310FFF
RGB
CMYK
RGB Variations
Color information
#310FFF (or 0x310FFF) is known color: Han Purple. HEX triplet: 31, 0F and FF. RGB value is (49,15,255). Sum of RGB (Red+Green+Blue) = 49+15+255=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 255 (100% from 255 or 79.94% from 319); Max value from RGB is 255 - color contains mainly: blue. Hex color #310FFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #310FFF is #CEF000. Grayscale: #333333. Windows color (decimal): -13561857 or 16715569. OLE color: 16715569.
HSL color Cylindrical-coordinate representation of color #310FFF: hue angle of 248.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310FFF is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 15 | 255 | - |
| CMYK | 0.81 | 0.94 | 0 | 0 |
| HSL | 248.5º | 1% | 0.53% | - |
| HSV(B) | 248.5º | 0.94% | 1% | - |
| XYZ | 19.49 | 8.21 | 95.17 | - |
| YUV | 52.53 | 242.26 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 15 | 255 | 0.81 | 0.94 | 0 | 0 | 248.5 | 1 | 0.53 |
| Hex | 31 | F | FF | 51 | 5E | 0 | 0 | F9 | 64 | 35 |
| Octal | 61 | 17 | 377 | 121 | 136 | 0 | 0 | 371 | 144 | 65 |
| Binary | 110001 | 1111 | 11111111 | 1010001 | 1011110 | 0 | 0 | 11111001 | 1100100 | 110101 |
Color Harmonies of #310FFF
Complementary color
Monochromatic Colors of #310FFF
Black with #310FFF
Text Example
Text Example
White with #310FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310FFF; }
p { color: rgb(49,15,255); }
H1.HeaderClassName
{
color: #310FFF;
}
.AnyTagClassName
{
color: #310FFF;
}
</style>
background-color css
<style>
a { background-color: #310FFF; }
a { background-color: rgb(49,15,255); }
div.DivClassName
{
background-color: #310FFF;
}
.BgClassName
{
background-color: #310FFF;
}
</style>
border-color css
<style>
span { border-color: #310FFF; }
span { border-color: rgb(49,15,255); }
td.TdClassName
{
border-color: #310FFF;
}
.TagClassName
{
border-color: #310FFF;
}
</style>