Shades of Han Purple #310EFE
Tints of Han Purple #310EFE
RGB
CMYK
RGB Variations
Color information
#310EFE (or 0x310EFE) is known color: Han Purple. HEX triplet: 31, 0E and FE. RGB value is (49,14,254). Sum of RGB (Red+Green+Blue) = 49+14+254=317 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.46% from 317); Green value is 14 (5.86% from 255 or 4.42% from 317); Blue value is 254 (99.61% from 255 or 80.13% from 317); Max value from RGB is 254 - color contains mainly: blue. Hex color #310EFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #310EFE is #CEF101. Grayscale: #323232. Windows color (decimal): -13562114 or 16649777. OLE color: 16649777.
HSL color Cylindrical-coordinate representation of color #310EFE: hue angle of 248.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310EFE is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 14 | 254 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.00 |
| HSL | 248.75º | 0.99% | 0.53% | - |
| HSV(B) | 248.75º | 0.94% | 1% | - |
| XYZ | 19.31 | 8.12 | 94.32 | - |
| YUV | 51.83 | 242.1 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 14 | 254 | 0.81 | 0.94 | 0 | 0.00 | 248.75 | 0.99 | 0.53 |
| Hex | 31 | E | FE | 51 | 5E | 0 | 0 | F9 | 63 | 35 |
| Octal | 61 | 16 | 376 | 121 | 136 | 0 | 0 | 371 | 143 | 65 |
| Binary | 110001 | 1110 | 11111110 | 1010001 | 1011110 | 0 | 0 | 11111001 | 1100011 | 110101 |
Color Harmonies of #310EFE
Complementary color
Monochromatic Colors of #310EFE
Black with #310EFE
Text Example
Text Example
White with #310EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310EFE; }
p { color: rgb(49,14,254); }
H1.HeaderClassName
{
color: #310EFE;
}
.AnyTagClassName
{
color: #310EFE;
}
</style>
background-color css
<style>
a { background-color: #310EFE; }
a { background-color: rgb(49,14,254); }
div.DivClassName
{
background-color: #310EFE;
}
.BgClassName
{
background-color: #310EFE;
}
</style>
border-color css
<style>
span { border-color: #310EFE; }
span { border-color: rgb(49,14,254); }
td.TdClassName
{
border-color: #310EFE;
}
.TagClassName
{
border-color: #310EFE;
}
</style>