Shades of Han Purple #311CFA
Tints of Han Purple #311CFA
RGB
CMYK
RGB Variations
Color information
#311CFA (or 0x311CFA) is known color: Han Purple. HEX triplet: 31, 1C and FA. RGB value is (49,28,250). Sum of RGB (Red+Green+Blue) = 49+28+250=327 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.98% from 327); Green value is 28 (11.33% from 255 or 8.56% from 327); Blue value is 250 (98.05% from 255 or 76.45% from 327); Max value from RGB is 250 - color contains mainly: blue. Hex color #311CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #311CFA is #CEE305. Grayscale: #3A3A3A. Windows color (decimal): -13558534 or 16391217. OLE color: 16391217.
HSL color Cylindrical-coordinate representation of color #311CFA: hue angle of 245.68º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #311CFA is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 28 | 250 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.02 |
| HSL | 245.68º | 0.96% | 0.55% | - |
| HSV(B) | 245.68º | 0.89% | 0.98% | - |
| XYZ | 18.94 | 8.39 | 91.06 | - |
| YUV | 59.59 | 235.46 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 28 | 250 | 0.80 | 0.89 | 0 | 0.02 | 245.68 | 0.96 | 0.55 |
| Hex | 31 | 1C | FA | 50 | 59 | 0 | 2 | F6 | 60 | 37 |
| Octal | 61 | 34 | 372 | 120 | 131 | 0 | 2 | 366 | 140 | 67 |
| Binary | 110001 | 11100 | 11111010 | 1010000 | 1011001 | 0 | 10 | 11110110 | 1100000 | 110111 |
Color Harmonies of #311CFA
Complementary color
Monochromatic Colors of #311CFA
Black with #311CFA
Text Example
Text Example
White with #311CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311CFA; }
p { color: rgb(49,28,250); }
H1.HeaderClassName
{
color: #311CFA;
}
.AnyTagClassName
{
color: #311CFA;
}
</style>
background-color css
<style>
a { background-color: #311CFA; }
a { background-color: rgb(49,28,250); }
div.DivClassName
{
background-color: #311CFA;
}
.BgClassName
{
background-color: #311CFA;
}
</style>
border-color css
<style>
span { border-color: #311CFA; }
span { border-color: rgb(49,28,250); }
td.TdClassName
{
border-color: #311CFA;
}
.TagClassName
{
border-color: #311CFA;
}
</style>