Shades of Han Purple #311EEA
Tints of Han Purple #311EEA
RGB
CMYK
RGB Variations
Color information
#311EEA (or 0x311EEA) is known color: Han Purple. HEX triplet: 31, 1E and EA. RGB value is (49,30,234). Sum of RGB (Red+Green+Blue) = 49+30+234=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 30 (12.11% from 255 or 9.58% from 313); Blue value is 234 (91.80% from 255 or 74.76% from 313); Max value from RGB is 234 - color contains mainly: blue. Hex color #311EEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #311EEA is #CEE115. Grayscale: #3A3A3A. Windows color (decimal): -13558038 or 15343153. OLE color: 15343153.
HSL color Cylindrical-coordinate representation of color #311EEA: hue angle of 245.59º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #311EEA is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 30 | 234 | - |
| CMYK | 0.79 | 0.87 | 0 | 0.08 |
| HSL | 245.59º | 0.83% | 0.52% | - |
| HSV(B) | 245.59º | 0.87% | 0.92% | - |
| XYZ | 16.58 | 7.52 | 78.42 | - |
| YUV | 58.94 | 226.79 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 30 | 234 | 0.79 | 0.87 | 0 | 0.08 | 245.59 | 0.83 | 0.52 |
| Hex | 31 | 1E | EA | 4F | 57 | 0 | 8 | F6 | 53 | 34 |
| Octal | 61 | 36 | 352 | 117 | 127 | 0 | 10 | 366 | 123 | 64 |
| Binary | 110001 | 11110 | 11101010 | 1001111 | 1010111 | 0 | 1000 | 11110110 | 1010011 | 110100 |
Color Harmonies of #311EEA
Complementary color
Monochromatic Colors of #311EEA
Black with #311EEA
Text Example
Text Example
White with #311EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311EEA; }
p { color: rgb(49,30,234); }
H1.HeaderClassName
{
color: #311EEA;
}
.AnyTagClassName
{
color: #311EEA;
}
</style>
background-color css
<style>
a { background-color: #311EEA; }
a { background-color: rgb(49,30,234); }
div.DivClassName
{
background-color: #311EEA;
}
.BgClassName
{
background-color: #311EEA;
}
</style>
border-color css
<style>
span { border-color: #311EEA; }
span { border-color: rgb(49,30,234); }
td.TdClassName
{
border-color: #311EEA;
}
.TagClassName
{
border-color: #311EEA;
}
</style>