Shades of Han Purple #312CE6
Tints of Han Purple #312CE6
RGB
CMYK
RGB Variations
Color information
#312CE6 (or 0x312CE6) is known color: Han Purple. HEX triplet: 31, 2C and E6. RGB value is (49,44,230). Sum of RGB (Red+Green+Blue) = 49+44+230=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 44 (17.58% from 255 or 13.62% from 323); Blue value is 230 (90.23% from 255 or 71.21% from 323); Max value from RGB is 230 - color contains mainly: blue. Hex color #312CE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #312CE6 is #CED319. Grayscale: #414141. Windows color (decimal): -13554458 or 15084593. OLE color: 15084593.
HSL color Cylindrical-coordinate representation of color #312CE6: hue angle of 241.61º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #312CE6 is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 44 | 230 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.10 |
| HSL | 241.61º | 0.79% | 0.54% | - |
| HSV(B) | 241.61º | 0.81% | 0.9% | - |
| XYZ | 16.45 | 8.17 | 75.57 | - |
| YUV | 66.7 | 220.16 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 44 | 230 | 0.79 | 0.81 | 0 | 0.10 | 241.61 | 0.79 | 0.54 |
| Hex | 31 | 2C | E6 | 4F | 51 | 0 | A | F2 | 4F | 36 |
| Octal | 61 | 54 | 346 | 117 | 121 | 0 | 12 | 362 | 117 | 66 |
| Binary | 110001 | 101100 | 11100110 | 1001111 | 1010001 | 0 | 1010 | 11110010 | 1001111 | 110110 |
Color Harmonies of #312CE6
Complementary color
Monochromatic Colors of #312CE6
Black with #312CE6
Text Example
Text Example
White with #312CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312CE6; }
p { color: rgb(49,44,230); }
H1.HeaderClassName
{
color: #312CE6;
}
.AnyTagClassName
{
color: #312CE6;
}
</style>
background-color css
<style>
a { background-color: #312CE6; }
a { background-color: rgb(49,44,230); }
div.DivClassName
{
background-color: #312CE6;
}
.BgClassName
{
background-color: #312CE6;
}
</style>
border-color css
<style>
span { border-color: #312CE6; }
span { border-color: rgb(49,44,230); }
td.TdClassName
{
border-color: #312CE6;
}
.TagClassName
{
border-color: #312CE6;
}
</style>