Shades of Han Purple #310EFF
Tints of Han Purple #310EFF
RGB
CMYK
RGB Variations
Color information
#310EFF (or 0x310EFF) is known color: Han Purple. HEX triplet: 31, 0E and FF. RGB value is (49,14,255). Sum of RGB (Red+Green+Blue) = 49+14+255=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 14 (5.86% from 255 or 4.40% from 318); Blue value is 255 (100% from 255 or 80.19% from 318); Max value from RGB is 255 - color contains mainly: blue. Hex color #310EFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #310EFF is #CEF100. Grayscale: #333333. Windows color (decimal): -13562113 or 16715313. OLE color: 16715313.
HSL color Cylindrical-coordinate representation of color #310EFF: hue angle of 248.71º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #310EFF is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 14 | 255 | - |
| CMYK | 0.81 | 0.95 | 0 | 0 |
| HSL | 248.71º | 1% | 0.53% | - |
| HSV(B) | 248.71º | 0.95% | 1% | - |
| XYZ | 19.47 | 8.19 | 95.16 | - |
| YUV | 51.94 | 242.6 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 14 | 255 | 0.81 | 0.95 | 0 | 0 | 248.71 | 1 | 0.53 |
| Hex | 31 | E | FF | 51 | 5F | 0 | 0 | F9 | 64 | 35 |
| Octal | 61 | 16 | 377 | 121 | 137 | 0 | 0 | 371 | 144 | 65 |
| Binary | 110001 | 1110 | 11111111 | 1010001 | 1011111 | 0 | 0 | 11111001 | 1100100 | 110101 |
Color Harmonies of #310EFF
Complementary color
Monochromatic Colors of #310EFF
Black with #310EFF
Text Example
Text Example
White with #310EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310EFF; }
p { color: rgb(49,14,255); }
H1.HeaderClassName
{
color: #310EFF;
}
.AnyTagClassName
{
color: #310EFF;
}
</style>
background-color css
<style>
a { background-color: #310EFF; }
a { background-color: rgb(49,14,255); }
div.DivClassName
{
background-color: #310EFF;
}
.BgClassName
{
background-color: #310EFF;
}
</style>
border-color css
<style>
span { border-color: #310EFF; }
span { border-color: rgb(49,14,255); }
td.TdClassName
{
border-color: #310EFF;
}
.TagClassName
{
border-color: #310EFF;
}
</style>