Shades of Han Purple #311FED
Tints of Han Purple #311FED
RGB
CMYK
RGB Variations
Color information
#311FED (or 0x311FED) is known color: Han Purple. HEX triplet: 31, 1F and ED. RGB value is (49,31,237). Sum of RGB (Red+Green+Blue) = 49+31+237=317 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.46% from 317); Green value is 31 (12.5% from 255 or 9.78% from 317); Blue value is 237 (92.97% from 255 or 74.76% from 317); Max value from RGB is 237 - color contains mainly: blue. Hex color #311FED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #311FED is #CEE012. Grayscale: #3B3B3B. Windows color (decimal): -13557779 or 15540017. OLE color: 15540017.
HSL color Cylindrical-coordinate representation of color #311FED: hue angle of 245.24º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #311FED is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 31 | 237 | - |
| CMYK | 0.79 | 0.87 | 0 | 0.07 |
| HSL | 245.24º | 0.85% | 0.53% | - |
| HSV(B) | 245.24º | 0.87% | 0.93% | - |
| XYZ | 17.04 | 7.75 | 80.72 | - |
| YUV | 59.87 | 227.96 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 31 | 237 | 0.79 | 0.87 | 0 | 0.07 | 245.24 | 0.85 | 0.53 |
| Hex | 31 | 1F | ED | 4F | 57 | 0 | 7 | F5 | 55 | 35 |
| Octal | 61 | 37 | 355 | 117 | 127 | 0 | 7 | 365 | 125 | 65 |
| Binary | 110001 | 11111 | 11101101 | 1001111 | 1010111 | 0 | 111 | 11110101 | 1010101 | 110101 |
Color Harmonies of #311FED
Complementary color
Monochromatic Colors of #311FED
Black with #311FED
Text Example
Text Example
White with #311FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311FED; }
p { color: rgb(49,31,237); }
H1.HeaderClassName
{
color: #311FED;
}
.AnyTagClassName
{
color: #311FED;
}
</style>
background-color css
<style>
a { background-color: #311FED; }
a { background-color: rgb(49,31,237); }
div.DivClassName
{
background-color: #311FED;
}
.BgClassName
{
background-color: #311FED;
}
</style>
border-color css
<style>
span { border-color: #311FED; }
span { border-color: rgb(49,31,237); }
td.TdClassName
{
border-color: #311FED;
}
.TagClassName
{
border-color: #311FED;
}
</style>