Shades of Han Purple #312CEB
Tints of Han Purple #312CEB
RGB
CMYK
RGB Variations
Color information
#312CEB (or 0x312CEB) is known color: Han Purple. HEX triplet: 31, 2C and EB. RGB value is (49,44,235). Sum of RGB (Red+Green+Blue) = 49+44+235=328 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.94% from 328); Green value is 44 (17.58% from 255 or 13.41% from 328); Blue value is 235 (92.19% from 255 or 71.65% from 328); Max value from RGB is 235 - color contains mainly: blue. Hex color #312CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #312CEB is #CED314. Grayscale: #424242. Windows color (decimal): -13554453 or 15412273. OLE color: 15412273.
HSL color Cylindrical-coordinate representation of color #312CEB: hue angle of 241.57º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #312CEB is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 44 | 235 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.08 |
| HSL | 241.57º | 0.83% | 0.55% | - |
| HSV(B) | 241.57º | 0.81% | 0.92% | - |
| XYZ | 17.16 | 8.45 | 79.32 | - |
| YUV | 67.27 | 222.66 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 44 | 235 | 0.79 | 0.81 | 0 | 0.08 | 241.57 | 0.83 | 0.55 |
| Hex | 31 | 2C | EB | 4F | 51 | 0 | 8 | F2 | 53 | 37 |
| Octal | 61 | 54 | 353 | 117 | 121 | 0 | 10 | 362 | 123 | 67 |
| Binary | 110001 | 101100 | 11101011 | 1001111 | 1010001 | 0 | 1000 | 11110010 | 1010011 | 110111 |
Color Harmonies of #312CEB
Complementary color
Monochromatic Colors of #312CEB
Black with #312CEB
Text Example
Text Example
White with #312CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312CEB; }
p { color: rgb(49,44,235); }
H1.HeaderClassName
{
color: #312CEB;
}
.AnyTagClassName
{
color: #312CEB;
}
</style>
background-color css
<style>
a { background-color: #312CEB; }
a { background-color: rgb(49,44,235); }
div.DivClassName
{
background-color: #312CEB;
}
.BgClassName
{
background-color: #312CEB;
}
</style>
border-color css
<style>
span { border-color: #312CEB; }
span { border-color: rgb(49,44,235); }
td.TdClassName
{
border-color: #312CEB;
}
.TagClassName
{
border-color: #312CEB;
}
</style>