Shades of Han Purple #310EFC
Tints of Han Purple #310EFC
RGB
CMYK
RGB Variations
Color information
#310EFC (or 0x310EFC) is known color: Han Purple. HEX triplet: 31, 0E and FC. RGB value is (49,14,252). Sum of RGB (Red+Green+Blue) = 49+14+252=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 14 (5.86% from 255 or 4.44% from 315); Blue value is 252 (98.83% from 255 or 80% from 315); Max value from RGB is 252 - color contains mainly: blue. Hex color #310EFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #310EFC is #CEF103. Grayscale: #323232. Windows color (decimal): -13562116 or 16518705. OLE color: 16518705.
HSL color Cylindrical-coordinate representation of color #310EFC: hue angle of 248.82º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310EFC is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 14 | 252 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.01 |
| HSL | 248.82º | 0.98% | 0.52% | - |
| HSV(B) | 248.82º | 0.94% | 0.99% | - |
| XYZ | 18.99 | 8 | 92.64 | - |
| YUV | 51.6 | 241.1 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 14 | 252 | 0.81 | 0.94 | 0 | 0.01 | 248.82 | 0.98 | 0.52 |
| Hex | 31 | E | FC | 51 | 5E | 0 | 1 | F9 | 62 | 34 |
| Octal | 61 | 16 | 374 | 121 | 136 | 0 | 1 | 371 | 142 | 64 |
| Binary | 110001 | 1110 | 11111100 | 1010001 | 1011110 | 0 | 1 | 11111001 | 1100010 | 110100 |
Color Harmonies of #310EFC
Complementary color
Monochromatic Colors of #310EFC
Black with #310EFC
Text Example
Text Example
White with #310EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310EFC; }
p { color: rgb(49,14,252); }
H1.HeaderClassName
{
color: #310EFC;
}
.AnyTagClassName
{
color: #310EFC;
}
</style>
background-color css
<style>
a { background-color: #310EFC; }
a { background-color: rgb(49,14,252); }
div.DivClassName
{
background-color: #310EFC;
}
.BgClassName
{
background-color: #310EFC;
}
</style>
border-color css
<style>
span { border-color: #310EFC; }
span { border-color: rgb(49,14,252); }
td.TdClassName
{
border-color: #310EFC;
}
.TagClassName
{
border-color: #310EFC;
}
</style>