Shades of Han Purple #311EF0
Tints of Han Purple #311EF0
RGB
CMYK
RGB Variations
Color information
#311EF0 (or 0x311EF0) is known color: Han Purple. HEX triplet: 31, 1E and F0. RGB value is (49,30,240). Sum of RGB (Red+Green+Blue) = 49+30+240=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 30 (12.11% from 255 or 9.40% from 319); Blue value is 240 (94.14% from 255 or 75.24% from 319); Max value from RGB is 240 - color contains mainly: blue. Hex color #311EF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #311EF0 is #CEE10F. Grayscale: #3A3A3A. Windows color (decimal): -13558032 or 15736369. OLE color: 15736369.
HSL color Cylindrical-coordinate representation of color #311EF0: hue angle of 245.43º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #311EF0 is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 30 | 240 | - |
| CMYK | 0.80 | 0.87 | 0 | 0.06 |
| HSL | 245.43º | 0.88% | 0.53% | - |
| HSV(B) | 245.43º | 0.88% | 0.94% | - |
| XYZ | 17.46 | 7.87 | 83.04 | - |
| YUV | 59.62 | 229.79 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 30 | 240 | 0.80 | 0.87 | 0 | 0.06 | 245.43 | 0.88 | 0.53 |
| Hex | 31 | 1E | F0 | 50 | 57 | 0 | 6 | F5 | 58 | 35 |
| Octal | 61 | 36 | 360 | 120 | 127 | 0 | 6 | 365 | 130 | 65 |
| Binary | 110001 | 11110 | 11110000 | 1010000 | 1010111 | 0 | 110 | 11110101 | 1011000 | 110101 |
Color Harmonies of #311EF0
Complementary color
Monochromatic Colors of #311EF0
Black with #311EF0
Text Example
Text Example
White with #311EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311EF0; }
p { color: rgb(49,30,240); }
H1.HeaderClassName
{
color: #311EF0;
}
.AnyTagClassName
{
color: #311EF0;
}
</style>
background-color css
<style>
a { background-color: #311EF0; }
a { background-color: rgb(49,30,240); }
div.DivClassName
{
background-color: #311EF0;
}
.BgClassName
{
background-color: #311EF0;
}
</style>
border-color css
<style>
span { border-color: #311EF0; }
span { border-color: rgb(49,30,240); }
td.TdClassName
{
border-color: #311EF0;
}
.TagClassName
{
border-color: #311EF0;
}
</style>