Shades of Han Purple #311AFE
Tints of Han Purple #311AFE
RGB
CMYK
RGB Variations
Color information
#311AFE (or 0x311AFE) is known color: Han Purple. HEX triplet: 31, 1A and FE. RGB value is (49,26,254). Sum of RGB (Red+Green+Blue) = 49+26+254=329 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.89% from 329); Green value is 26 (10.55% from 255 or 7.90% from 329); Blue value is 254 (99.61% from 255 or 77.20% from 329); Max value from RGB is 254 - color contains mainly: blue. Hex color #311AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #311AFE is #CEE501. Grayscale: #393939. Windows color (decimal): -13559042 or 16652849. OLE color: 16652849.
HSL color Cylindrical-coordinate representation of color #311AFE: hue angle of 246.05º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #311AFE is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 26 | 254 | - |
| CMYK | 0.81 | 0.90 | 0 | 0.00 |
| HSL | 246.05º | 0.99% | 0.55% | - |
| HSV(B) | 246.05º | 0.9% | 1% | - |
| XYZ | 19.53 | 8.55 | 94.39 | - |
| YUV | 58.87 | 238.12 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 26 | 254 | 0.81 | 0.90 | 0 | 0.00 | 246.05 | 0.99 | 0.55 |
| Hex | 31 | 1A | FE | 51 | 5A | 0 | 0 | F6 | 63 | 37 |
| Octal | 61 | 32 | 376 | 121 | 132 | 0 | 0 | 366 | 143 | 67 |
| Binary | 110001 | 11010 | 11111110 | 1010001 | 1011010 | 0 | 0 | 11110110 | 1100011 | 110111 |
Color Harmonies of #311AFE
Complementary color
Monochromatic Colors of #311AFE
Black with #311AFE
Text Example
Text Example
White with #311AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311AFE; }
p { color: rgb(49,26,254); }
H1.HeaderClassName
{
color: #311AFE;
}
.AnyTagClassName
{
color: #311AFE;
}
</style>
background-color css
<style>
a { background-color: #311AFE; }
a { background-color: rgb(49,26,254); }
div.DivClassName
{
background-color: #311AFE;
}
.BgClassName
{
background-color: #311AFE;
}
</style>
border-color css
<style>
span { border-color: #311AFE; }
span { border-color: rgb(49,26,254); }
td.TdClassName
{
border-color: #311AFE;
}
.TagClassName
{
border-color: #311AFE;
}
</style>