Shades of Han Purple #311BFA
Tints of Han Purple #311BFA
RGB
CMYK
RGB Variations
Color information
#311BFA (or 0x311BFA) is known color: Han Purple. HEX triplet: 31, 1B and FA. RGB value is (49,27,250). Sum of RGB (Red+Green+Blue) = 49+27+250=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 27 (10.94% from 255 or 8.28% from 326); Blue value is 250 (98.05% from 255 or 76.69% from 326); Max value from RGB is 250 - color contains mainly: blue. Hex color #311BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #311BFA is #CEE405. Grayscale: #3A3A3A. Windows color (decimal): -13558790 or 16390961. OLE color: 16390961.
HSL color Cylindrical-coordinate representation of color #311BFA: hue angle of 245.92º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #311BFA is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 27 | 250 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.02 |
| HSL | 245.92º | 0.96% | 0.54% | - |
| HSV(B) | 245.92º | 0.89% | 0.98% | - |
| XYZ | 18.91 | 8.34 | 91.06 | - |
| YUV | 59 | 235.79 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 27 | 250 | 0.80 | 0.89 | 0 | 0.02 | 245.92 | 0.96 | 0.54 |
| Hex | 31 | 1B | FA | 50 | 59 | 0 | 2 | F6 | 60 | 36 |
| Octal | 61 | 33 | 372 | 120 | 131 | 0 | 2 | 366 | 140 | 66 |
| Binary | 110001 | 11011 | 11111010 | 1010000 | 1011001 | 0 | 10 | 11110110 | 1100000 | 110110 |
Color Harmonies of #311BFA
Complementary color
Monochromatic Colors of #311BFA
Black with #311BFA
Text Example
Text Example
White with #311BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311BFA; }
p { color: rgb(49,27,250); }
H1.HeaderClassName
{
color: #311BFA;
}
.AnyTagClassName
{
color: #311BFA;
}
</style>
background-color css
<style>
a { background-color: #311BFA; }
a { background-color: rgb(49,27,250); }
div.DivClassName
{
background-color: #311BFA;
}
.BgClassName
{
background-color: #311BFA;
}
</style>
border-color css
<style>
span { border-color: #311BFA; }
span { border-color: rgb(49,27,250); }
td.TdClassName
{
border-color: #311BFA;
}
.TagClassName
{
border-color: #311BFA;
}
</style>