Shades of Han Purple #312CE8
Tints of Han Purple #312CE8
RGB
CMYK
RGB Variations
Color information
#312CE8 (or 0x312CE8) is known color: Han Purple. HEX triplet: 31, 2C and E8. RGB value is (49,44,232). Sum of RGB (Red+Green+Blue) = 49+44+232=325 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.08% from 325); Green value is 44 (17.58% from 255 or 13.54% from 325); Blue value is 232 (91.02% from 255 or 71.38% from 325); Max value from RGB is 232 - color contains mainly: blue. Hex color #312CE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #312CE8 is #CED317. Grayscale: #424242. Windows color (decimal): -13554456 or 15215665. OLE color: 15215665.
HSL color Cylindrical-coordinate representation of color #312CE8: hue angle of 241.6º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #312CE8 is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 44 | 232 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.09 |
| HSL | 241.6º | 0.8% | 0.54% | - |
| HSV(B) | 241.6º | 0.81% | 0.91% | - |
| XYZ | 16.73 | 8.28 | 77.06 | - |
| YUV | 66.93 | 221.16 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 44 | 232 | 0.79 | 0.81 | 0 | 0.09 | 241.6 | 0.8 | 0.54 |
| Hex | 31 | 2C | E8 | 4F | 51 | 0 | 9 | F2 | 50 | 36 |
| Octal | 61 | 54 | 350 | 117 | 121 | 0 | 11 | 362 | 120 | 66 |
| Binary | 110001 | 101100 | 11101000 | 1001111 | 1010001 | 0 | 1001 | 11110010 | 1010000 | 110110 |
Color Harmonies of #312CE8
Complementary color
Monochromatic Colors of #312CE8
Black with #312CE8
Text Example
Text Example
White with #312CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312CE8; }
p { color: rgb(49,44,232); }
H1.HeaderClassName
{
color: #312CE8;
}
.AnyTagClassName
{
color: #312CE8;
}
</style>
background-color css
<style>
a { background-color: #312CE8; }
a { background-color: rgb(49,44,232); }
div.DivClassName
{
background-color: #312CE8;
}
.BgClassName
{
background-color: #312CE8;
}
</style>
border-color css
<style>
span { border-color: #312CE8; }
span { border-color: rgb(49,44,232); }
td.TdClassName
{
border-color: #312CE8;
}
.TagClassName
{
border-color: #312CE8;
}
</style>