Shades of Han Purple #312DEC
Tints of Han Purple #312DEC
RGB
CMYK
RGB Variations
Color information
#312DEC (or 0x312DEC) is known color: Han Purple. HEX triplet: 31, 2D and EC. RGB value is (49,45,236). Sum of RGB (Red+Green+Blue) = 49+45+236=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 236 (92.58% from 255 or 71.52% from 330); Max value from RGB is 236 - color contains mainly: blue. Hex color #312DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #312DEC is #CED213. Grayscale: #434343. Windows color (decimal): -13554196 or 15478065. OLE color: 15478065.
HSL color Cylindrical-coordinate representation of color #312DEC: hue angle of 241.26º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #312DEC is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 45 | 236 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.07 |
| HSL | 241.26º | 0.83% | 0.55% | - |
| HSV(B) | 241.26º | 0.81% | 0.93% | - |
| XYZ | 17.35 | 8.59 | 80.1 | - |
| YUV | 67.97 | 222.83 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 45 | 236 | 0.79 | 0.81 | 0 | 0.07 | 241.26 | 0.83 | 0.55 |
| Hex | 31 | 2D | EC | 4F | 51 | 0 | 7 | F1 | 53 | 37 |
| Octal | 61 | 55 | 354 | 117 | 121 | 0 | 7 | 361 | 123 | 67 |
| Binary | 110001 | 101101 | 11101100 | 1001111 | 1010001 | 0 | 111 | 11110001 | 1010011 | 110111 |
Color Harmonies of #312DEC
Complementary color
Monochromatic Colors of #312DEC
Black with #312DEC
Text Example
Text Example
White with #312DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312DEC; }
p { color: rgb(49,45,236); }
H1.HeaderClassName
{
color: #312DEC;
}
.AnyTagClassName
{
color: #312DEC;
}
</style>
background-color css
<style>
a { background-color: #312DEC; }
a { background-color: rgb(49,45,236); }
div.DivClassName
{
background-color: #312DEC;
}
.BgClassName
{
background-color: #312DEC;
}
</style>
border-color css
<style>
span { border-color: #312DEC; }
span { border-color: rgb(49,45,236); }
td.TdClassName
{
border-color: #312DEC;
}
.TagClassName
{
border-color: #312DEC;
}
</style>