Shades of Han Purple #311CE9
Tints of Han Purple #311CE9
RGB
CMYK
RGB Variations
Color information
#311CE9 (or 0x311CE9) is known color: Han Purple. HEX triplet: 31, 1C and E9. RGB value is (49,28,233). Sum of RGB (Red+Green+Blue) = 49+28+233=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 28 (11.33% from 255 or 9.03% from 310); Blue value is 233 (91.41% from 255 or 75.16% from 310); Max value from RGB is 233 - color contains mainly: blue. Hex color #311CE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #311CE9 is #CEE316. Grayscale: #383838. Windows color (decimal): -13558551 or 15277105. OLE color: 15277105.
HSL color Cylindrical-coordinate representation of color #311CE9: hue angle of 246.15º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #311CE9 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 28 | 233 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.09 |
| HSL | 246.15º | 0.82% | 0.51% | - |
| HSV(B) | 246.15º | 0.88% | 0.91% | - |
| XYZ | 16.39 | 7.37 | 77.65 | - |
| YUV | 57.65 | 226.96 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 28 | 233 | 0.79 | 0.88 | 0 | 0.09 | 246.15 | 0.82 | 0.51 |
| Hex | 31 | 1C | E9 | 4F | 58 | 0 | 9 | F6 | 52 | 33 |
| Octal | 61 | 34 | 351 | 117 | 130 | 0 | 11 | 366 | 122 | 63 |
| Binary | 110001 | 11100 | 11101001 | 1001111 | 1011000 | 0 | 1001 | 11110110 | 1010010 | 110011 |
Color Harmonies of #311CE9
Complementary color
Monochromatic Colors of #311CE9
Black with #311CE9
Text Example
Text Example
White with #311CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311CE9; }
p { color: rgb(49,28,233); }
H1.HeaderClassName
{
color: #311CE9;
}
.AnyTagClassName
{
color: #311CE9;
}
</style>
background-color css
<style>
a { background-color: #311CE9; }
a { background-color: rgb(49,28,233); }
div.DivClassName
{
background-color: #311CE9;
}
.BgClassName
{
background-color: #311CE9;
}
</style>
border-color css
<style>
span { border-color: #311CE9; }
span { border-color: rgb(49,28,233); }
td.TdClassName
{
border-color: #311CE9;
}
.TagClassName
{
border-color: #311CE9;
}
</style>