Shades of Han Purple #290EEF
Tints of Han Purple #290EEF
RGB
CMYK
RGB Variations
Color information
#290EEF (or 0x290EEF) is known color: Han Purple. HEX triplet: 29, 0E and EF. RGB value is (41,14,239). Sum of RGB (Red+Green+Blue) = 41+14+239=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 14 (5.86% from 255 or 4.76% from 294); Blue value is 239 (93.75% from 255 or 81.29% from 294); Max value from RGB is 239 - color contains mainly: blue. Hex color #290EEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290EEF is #D6F110. Grayscale: #2E2E2E. Windows color (decimal): -14086417 or 15666729. OLE color: 15666729.
HSL color Cylindrical-coordinate representation of color #290EEF: hue angle of 247.2º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290EEF is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 14 | 239 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.06 |
| HSL | 247.2º | 0.89% | 0.5% | - |
| HSV(B) | 247.2º | 0.94% | 0.94% | - |
| XYZ | 16.65 | 7.02 | 82.14 | - |
| YUV | 47.72 | 235.95 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 14 | 239 | 0.83 | 0.94 | 0 | 0.06 | 247.2 | 0.89 | 0.5 |
| Hex | 29 | E | EF | 53 | 5E | 0 | 6 | F7 | 59 | 32 |
| Octal | 51 | 16 | 357 | 123 | 136 | 0 | 6 | 367 | 131 | 62 |
| Binary | 101001 | 1110 | 11101111 | 1010011 | 1011110 | 0 | 110 | 11110111 | 1011001 | 110010 |
Color Harmonies of #290EEF
Complementary color
Monochromatic Colors of #290EEF
Black with #290EEF
Text Example
Text Example
White with #290EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290EEF; }
p { color: rgb(41,14,239); }
H1.HeaderClassName
{
color: #290EEF;
}
.AnyTagClassName
{
color: #290EEF;
}
</style>
background-color css
<style>
a { background-color: #290EEF; }
a { background-color: rgb(41,14,239); }
div.DivClassName
{
background-color: #290EEF;
}
.BgClassName
{
background-color: #290EEF;
}
</style>
border-color css
<style>
span { border-color: #290EEF; }
span { border-color: rgb(41,14,239); }
td.TdClassName
{
border-color: #290EEF;
}
.TagClassName
{
border-color: #290EEF;
}
</style>