Shades of Han Purple #312DE5
Tints of Han Purple #312DE5
RGB
CMYK
RGB Variations
Color information
#312DE5 (or 0x312DE5) is known color: Han Purple. HEX triplet: 31, 2D and E5. RGB value is (49,45,229). Sum of RGB (Red+Green+Blue) = 49+45+229=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 229 (89.84% from 255 or 70.90% from 323); Max value from RGB is 229 - color contains mainly: blue. Hex color #312DE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312DE5 is #CED21A. Grayscale: #424242. Windows color (decimal): -13554203 or 15019313. OLE color: 15019313.
HSL color Cylindrical-coordinate representation of color #312DE5: hue angle of 241.3º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #312DE5 is Cyan = 0.79, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 45 | 229 | - |
| CMYK | 0.79 | 0.80 | 0 | 0.10 |
| HSL | 241.3º | 0.78% | 0.54% | - |
| HSV(B) | 241.3º | 0.8% | 0.9% | - |
| XYZ | 16.35 | 8.19 | 74.85 | - |
| YUV | 67.17 | 219.33 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 45 | 229 | 0.79 | 0.80 | 0 | 0.10 | 241.3 | 0.78 | 0.54 |
| Hex | 31 | 2D | E5 | 4F | 50 | 0 | A | F1 | 4E | 36 |
| Octal | 61 | 55 | 345 | 117 | 120 | 0 | 12 | 361 | 116 | 66 |
| Binary | 110001 | 101101 | 11100101 | 1001111 | 1010000 | 0 | 1010 | 11110001 | 1001110 | 110110 |
Color Harmonies of #312DE5
Complementary color
Monochromatic Colors of #312DE5
Black with #312DE5
Text Example
Text Example
White with #312DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312DE5; }
p { color: rgb(49,45,229); }
H1.HeaderClassName
{
color: #312DE5;
}
.AnyTagClassName
{
color: #312DE5;
}
</style>
background-color css
<style>
a { background-color: #312DE5; }
a { background-color: rgb(49,45,229); }
div.DivClassName
{
background-color: #312DE5;
}
.BgClassName
{
background-color: #312DE5;
}
</style>
border-color css
<style>
span { border-color: #312DE5; }
span { border-color: rgb(49,45,229); }
td.TdClassName
{
border-color: #312DE5;
}
.TagClassName
{
border-color: #312DE5;
}
</style>