Shades of Han Purple #311EFF
Tints of Han Purple #311EFF
RGB
CMYK
RGB Variations
Color information
#311EFF (or 0x311EFF) is known color: Han Purple. HEX triplet: 31, 1E and FF. RGB value is (49,30,255). Sum of RGB (Red+Green+Blue) = 49+30+255=334 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.67% from 334); Green value is 30 (12.11% from 255 or 8.98% from 334); Blue value is 255 (100% from 255 or 76.35% from 334); Max value from RGB is 255 - color contains mainly: blue. Hex color #311EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #311EFF is #CEE100. Grayscale: #3C3C3C. Windows color (decimal): -13558017 or 16719409. OLE color: 16719409.
HSL color Cylindrical-coordinate representation of color #311EFF: hue angle of 245.07º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #311EFF is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 30 | 255 | - |
| CMYK | 0.81 | 0.88 | 0 | 0 |
| HSL | 245.07º | 1% | 0.56% | - |
| HSV(B) | 245.07º | 0.88% | 1% | - |
| XYZ | 19.78 | 8.8 | 95.26 | - |
| YUV | 61.33 | 237.29 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 30 | 255 | 0.81 | 0.88 | 0 | 0 | 245.07 | 1 | 0.56 |
| Hex | 31 | 1E | FF | 51 | 58 | 0 | 0 | F5 | 64 | 38 |
| Octal | 61 | 36 | 377 | 121 | 130 | 0 | 0 | 365 | 144 | 70 |
| Binary | 110001 | 11110 | 11111111 | 1010001 | 1011000 | 0 | 0 | 11110101 | 1100100 | 111000 |
Color Harmonies of #311EFF
Complementary color
Monochromatic Colors of #311EFF
Black with #311EFF
Text Example
Text Example
White with #311EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311EFF; }
p { color: rgb(49,30,255); }
H1.HeaderClassName
{
color: #311EFF;
}
.AnyTagClassName
{
color: #311EFF;
}
</style>
background-color css
<style>
a { background-color: #311EFF; }
a { background-color: rgb(49,30,255); }
div.DivClassName
{
background-color: #311EFF;
}
.BgClassName
{
background-color: #311EFF;
}
</style>
border-color css
<style>
span { border-color: #311EFF; }
span { border-color: rgb(49,30,255); }
td.TdClassName
{
border-color: #311EFF;
}
.TagClassName
{
border-color: #311EFF;
}
</style>