Shades of Han Purple #312DED
Tints of Han Purple #312DED
RGB
CMYK
RGB Variations
Color information
#312DED (or 0x312DED) is known color: Han Purple. HEX triplet: 31, 2D and ED. RGB value is (49,45,237). Sum of RGB (Red+Green+Blue) = 49+45+237=331 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.80% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 237 (92.97% from 255 or 71.60% from 331); Max value from RGB is 237 - color contains mainly: blue. Hex color #312DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #312DED is #CED212. Grayscale: #434343. Windows color (decimal): -13554195 or 15543601. OLE color: 15543601.
HSL color Cylindrical-coordinate representation of color #312DED: hue angle of 241.25º degrees, saturation: 0.84, 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 #312DED is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 45 | 237 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.07 |
| HSL | 241.25º | 0.84% | 0.55% | - |
| HSV(B) | 241.25º | 0.81% | 0.93% | - |
| XYZ | 17.49 | 8.64 | 80.87 | - |
| YUV | 68.08 | 223.33 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 45 | 237 | 0.79 | 0.81 | 0 | 0.07 | 241.25 | 0.84 | 0.55 |
| Hex | 31 | 2D | ED | 4F | 51 | 0 | 7 | F1 | 54 | 37 |
| Octal | 61 | 55 | 355 | 117 | 121 | 0 | 7 | 361 | 124 | 67 |
| Binary | 110001 | 101101 | 11101101 | 1001111 | 1010001 | 0 | 111 | 11110001 | 1010100 | 110111 |
Color Harmonies of #312DED
Complementary color
Monochromatic Colors of #312DED
Black with #312DED
Text Example
Text Example
White with #312DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312DED; }
p { color: rgb(49,45,237); }
H1.HeaderClassName
{
color: #312DED;
}
.AnyTagClassName
{
color: #312DED;
}
</style>
background-color css
<style>
a { background-color: #312DED; }
a { background-color: rgb(49,45,237); }
div.DivClassName
{
background-color: #312DED;
}
.BgClassName
{
background-color: #312DED;
}
</style>
border-color css
<style>
span { border-color: #312DED; }
span { border-color: rgb(49,45,237); }
td.TdClassName
{
border-color: #312DED;
}
.TagClassName
{
border-color: #312DED;
}
</style>