Shades of Han Purple #312DEE
Tints of Han Purple #312DEE
RGB
CMYK
RGB Variations
Color information
#312DEE (or 0x312DEE) is known color: Han Purple. HEX triplet: 31, 2D and EE. RGB value is (49,45,238). Sum of RGB (Red+Green+Blue) = 49+45+238=332 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.76% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 238 (93.36% from 255 or 71.69% from 332); Max value from RGB is 238 - color contains mainly: blue. Hex color #312DEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #312DEE is #CED211. Grayscale: #434343. Windows color (decimal): -13554194 or 15609137. OLE color: 15609137.
HSL color Cylindrical-coordinate representation of color #312DEE: hue angle of 241.24º degrees, saturation: 0.85, 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 #312DEE is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 45 | 238 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.07 |
| HSL | 241.24º | 0.85% | 0.55% | - |
| HSV(B) | 241.24º | 0.81% | 0.93% | - |
| XYZ | 17.64 | 8.7 | 81.64 | - |
| YUV | 68.2 | 223.83 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 45 | 238 | 0.79 | 0.81 | 0 | 0.07 | 241.24 | 0.85 | 0.55 |
| Hex | 31 | 2D | EE | 4F | 51 | 0 | 7 | F1 | 55 | 37 |
| Octal | 61 | 55 | 356 | 117 | 121 | 0 | 7 | 361 | 125 | 67 |
| Binary | 110001 | 101101 | 11101110 | 1001111 | 1010001 | 0 | 111 | 11110001 | 1010101 | 110111 |
Color Harmonies of #312DEE
Complementary color
Monochromatic Colors of #312DEE
Black with #312DEE
Text Example
Text Example
White with #312DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312DEE; }
p { color: rgb(49,45,238); }
H1.HeaderClassName
{
color: #312DEE;
}
.AnyTagClassName
{
color: #312DEE;
}
</style>
background-color css
<style>
a { background-color: #312DEE; }
a { background-color: rgb(49,45,238); }
div.DivClassName
{
background-color: #312DEE;
}
.BgClassName
{
background-color: #312DEE;
}
</style>
border-color css
<style>
span { border-color: #312DEE; }
span { border-color: rgb(49,45,238); }
td.TdClassName
{
border-color: #312DEE;
}
.TagClassName
{
border-color: #312DEE;
}
</style>