Shades of Han Purple #310EEE
Tints of Han Purple #310EEE
RGB
CMYK
RGB Variations
Color information
#310EEE (or 0x310EEE) is known color: Han Purple. HEX triplet: 31, 0E and EE. RGB value is (49,14,238). Sum of RGB (Red+Green+Blue) = 49+14+238=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 14 (5.86% from 255 or 4.65% from 301); Blue value is 238 (93.36% from 255 or 79.07% from 301); Max value from RGB is 238 - color contains mainly: blue. Hex color #310EEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #310EEE is #CEF111. Grayscale: #313131. Windows color (decimal): -13562130 or 15601201. OLE color: 15601201.
HSL color Cylindrical-coordinate representation of color #310EEE: hue angle of 249.38º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310EEE is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 14 | 238 | - |
| CMYK | 0.79 | 0.94 | 0 | 0.07 |
| HSL | 249.38º | 0.89% | 0.49% | - |
| HSV(B) | 249.38º | 0.94% | 0.93% | - |
| XYZ | 16.86 | 7.14 | 81.38 | - |
| YUV | 50 | 234.1 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 14 | 238 | 0.79 | 0.94 | 0 | 0.07 | 249.38 | 0.89 | 0.49 |
| Hex | 31 | E | EE | 4F | 5E | 0 | 7 | F9 | 59 | 31 |
| Octal | 61 | 16 | 356 | 117 | 136 | 0 | 7 | 371 | 131 | 61 |
| Binary | 110001 | 1110 | 11101110 | 1001111 | 1011110 | 0 | 111 | 11111001 | 1011001 | 110001 |
Color Harmonies of #310EEE
Complementary color
Monochromatic Colors of #310EEE
Black with #310EEE
Text Example
Text Example
White with #310EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310EEE; }
p { color: rgb(49,14,238); }
H1.HeaderClassName
{
color: #310EEE;
}
.AnyTagClassName
{
color: #310EEE;
}
</style>
background-color css
<style>
a { background-color: #310EEE; }
a { background-color: rgb(49,14,238); }
div.DivClassName
{
background-color: #310EEE;
}
.BgClassName
{
background-color: #310EEE;
}
</style>
border-color css
<style>
span { border-color: #310EEE; }
span { border-color: rgb(49,14,238); }
td.TdClassName
{
border-color: #310EEE;
}
.TagClassName
{
border-color: #310EEE;
}
</style>