Shades of Han Purple #290EEE
Tints of Han Purple #290EEE
RGB
CMYK
RGB Variations
Color information
#290EEE (or 0x290EEE) is known color: Han Purple. HEX triplet: 29, 0E and EE. RGB value is (41,14,238). Sum of RGB (Red+Green+Blue) = 41+14+238=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 14 (5.86% from 255 or 4.78% from 293); Blue value is 238 (93.36% from 255 or 81.23% from 293); Max value from RGB is 238 - color contains mainly: blue. Hex color #290EEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290EEE is #D6F111. Grayscale: #2E2E2E. Windows color (decimal): -14086418 or 15601193. OLE color: 15601193.
HSL color Cylindrical-coordinate representation of color #290EEE: hue angle of 247.23º 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 #290EEE is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 14 | 238 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.07 |
| HSL | 247.23º | 0.89% | 0.49% | - |
| HSV(B) | 247.23º | 0.94% | 0.93% | - |
| XYZ | 16.5 | 6.96 | 81.36 | - |
| YUV | 47.61 | 235.45 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 14 | 238 | 0.83 | 0.94 | 0 | 0.07 | 247.23 | 0.89 | 0.49 |
| Hex | 29 | E | EE | 53 | 5E | 0 | 7 | F7 | 59 | 31 |
| Octal | 51 | 16 | 356 | 123 | 136 | 0 | 7 | 367 | 131 | 61 |
| Binary | 101001 | 1110 | 11101110 | 1010011 | 1011110 | 0 | 111 | 11110111 | 1011001 | 110001 |
Color Harmonies of #290EEE
Complementary color
Monochromatic Colors of #290EEE
Black with #290EEE
Text Example
Text Example
White with #290EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290EEE; }
p { color: rgb(41,14,238); }
H1.HeaderClassName
{
color: #290EEE;
}
.AnyTagClassName
{
color: #290EEE;
}
</style>
background-color css
<style>
a { background-color: #290EEE; }
a { background-color: rgb(41,14,238); }
div.DivClassName
{
background-color: #290EEE;
}
.BgClassName
{
background-color: #290EEE;
}
</style>
border-color css
<style>
span { border-color: #290EEE; }
span { border-color: rgb(41,14,238); }
td.TdClassName
{
border-color: #290EEE;
}
.TagClassName
{
border-color: #290EEE;
}
</style>