Shades of Han Purple #312CE4
Tints of Han Purple #312CE4
RGB
CMYK
RGB Variations
Color information
#312CE4 (or 0x312CE4) is known color: Han Purple. HEX triplet: 31, 2C and E4. RGB value is (49,44,228). Sum of RGB (Red+Green+Blue) = 49+44+228=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 228 (89.45% from 255 or 71.03% from 321); Max value from RGB is 228 - color contains mainly: blue. Hex color #312CE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312CE4 is #CED31B. Grayscale: #414141. Windows color (decimal): -13554460 or 14953521. OLE color: 14953521.
HSL color Cylindrical-coordinate representation of color #312CE4: hue angle of 241.63º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #312CE4 is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 49 | 44 | 228 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.11 |
| HSL | 241.63º | 0.77% | 0.53% | - |
| HSV(B) | 241.63º | 0.81% | 0.89% | - |
| XYZ | 16.17 | 8.06 | 74.1 | - |
| YUV | 66.47 | 219.16 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 44 | 228 | 0.79 | 0.81 | 0 | 0.11 | 241.63 | 0.77 | 0.53 |
| Hex | 31 | 2C | E4 | 4F | 51 | 0 | B | F2 | 4D | 35 |
| Octal | 61 | 54 | 344 | 117 | 121 | 0 | 13 | 362 | 115 | 65 |
| Binary | 110001 | 101100 | 11100100 | 1001111 | 1010001 | 0 | 1011 | 11110010 | 1001101 | 110101 |
Color Harmonies of #312CE4
Complementary color
Monochromatic Colors of #312CE4
Black with #312CE4
Text Example
Text Example
White with #312CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312CE4; }
p { color: rgb(49,44,228); }
H1.HeaderClassName
{
color: #312CE4;
}
.AnyTagClassName
{
color: #312CE4;
}
</style>
background-color css
<style>
a { background-color: #312CE4; }
a { background-color: rgb(49,44,228); }
div.DivClassName
{
background-color: #312CE4;
}
.BgClassName
{
background-color: #312CE4;
}
</style>
border-color css
<style>
span { border-color: #312CE4; }
span { border-color: rgb(49,44,228); }
td.TdClassName
{
border-color: #312CE4;
}
.TagClassName
{
border-color: #312CE4;
}
</style>