Shades of Han Purple #311FEF
Tints of Han Purple #311FEF
RGB
CMYK
RGB Variations
Color information
#311FEF (or 0x311FEF) is known color: Han Purple. HEX triplet: 31, 1F and EF. RGB value is (49,31,239). Sum of RGB (Red+Green+Blue) = 49+31+239=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 31 (12.5% from 255 or 9.72% from 319); Blue value is 239 (93.75% from 255 or 74.92% from 319); Max value from RGB is 239 - color contains mainly: blue. Hex color #311FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #311FEF is #CEE010. Grayscale: #3B3B3B. Windows color (decimal): -13557777 or 15671089. OLE color: 15671089.
HSL color Cylindrical-coordinate representation of color #311FEF: hue angle of 245.19º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #311FEF is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 31 | 239 | - |
| CMYK | 0.79 | 0.87 | 0 | 0.06 |
| HSL | 245.19º | 0.87% | 0.53% | - |
| HSV(B) | 245.19º | 0.87% | 0.94% | - |
| XYZ | 17.34 | 7.86 | 82.27 | - |
| YUV | 60.09 | 228.96 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 31 | 239 | 0.79 | 0.87 | 0 | 0.06 | 245.19 | 0.87 | 0.53 |
| Hex | 31 | 1F | EF | 4F | 57 | 0 | 6 | F5 | 57 | 35 |
| Octal | 61 | 37 | 357 | 117 | 127 | 0 | 6 | 365 | 127 | 65 |
| Binary | 110001 | 11111 | 11101111 | 1001111 | 1010111 | 0 | 110 | 11110101 | 1010111 | 110101 |
Color Harmonies of #311FEF
Complementary color
Monochromatic Colors of #311FEF
Black with #311FEF
Text Example
Text Example
White with #311FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311FEF; }
p { color: rgb(49,31,239); }
H1.HeaderClassName
{
color: #311FEF;
}
.AnyTagClassName
{
color: #311FEF;
}
</style>
background-color css
<style>
a { background-color: #311FEF; }
a { background-color: rgb(49,31,239); }
div.DivClassName
{
background-color: #311FEF;
}
.BgClassName
{
background-color: #311FEF;
}
</style>
border-color css
<style>
span { border-color: #311FEF; }
span { border-color: rgb(49,31,239); }
td.TdClassName
{
border-color: #311FEF;
}
.TagClassName
{
border-color: #311FEF;
}
</style>