Shades of Han Purple #311BFE
Tints of Han Purple #311BFE
RGB
CMYK
RGB Variations
Color information
#311BFE (or 0x311BFE) is known color: Han Purple. HEX triplet: 31, 1B and FE. RGB value is (49,27,254). Sum of RGB (Red+Green+Blue) = 49+27+254=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 27 (10.94% from 255 or 8.18% from 330); Blue value is 254 (99.61% from 255 or 76.97% from 330); Max value from RGB is 254 - color contains mainly: blue. Hex color #311BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #311BFE is #CEE401. Grayscale: #3A3A3A. Windows color (decimal): -13558786 or 16653105. OLE color: 16653105.
HSL color Cylindrical-coordinate representation of color #311BFE: hue angle of 245.81º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #311BFE is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 27 | 254 | - |
| CMYK | 0.81 | 0.89 | 0 | 0.00 |
| HSL | 245.82º | 0.99% | 0.55% | - |
| HSV(B) | 245.82º | 0.89% | 1% | - |
| XYZ | 19.55 | 8.59 | 94.39 | - |
| YUV | 59.46 | 237.79 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 27 | 254 | 0.81 | 0.89 | 0 | 0.00 | 245.82 | 0.99 | 0.55 |
| Hex | 31 | 1B | FE | 51 | 59 | 0 | 0 | F6 | 63 | 37 |
| Octal | 61 | 33 | 376 | 121 | 131 | 0 | 0 | 366 | 143 | 67 |
| Binary | 110001 | 11011 | 11111110 | 1010001 | 1011001 | 0 | 0 | 11110110 | 1100011 | 110111 |
Color Harmonies of #311BFE
Complementary color
Monochromatic Colors of #311BFE
Black with #311BFE
Text Example
Text Example
White with #311BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311BFE; }
p { color: rgb(49,27,254); }
H1.HeaderClassName
{
color: #311BFE;
}
.AnyTagClassName
{
color: #311BFE;
}
</style>
background-color css
<style>
a { background-color: #311BFE; }
a { background-color: rgb(49,27,254); }
div.DivClassName
{
background-color: #311BFE;
}
.BgClassName
{
background-color: #311BFE;
}
</style>
border-color css
<style>
span { border-color: #311BFE; }
span { border-color: rgb(49,27,254); }
td.TdClassName
{
border-color: #311BFE;
}
.TagClassName
{
border-color: #311BFE;
}
</style>