Shades of Han Purple #290EEB
Tints of Han Purple #290EEB
RGB
CMYK
RGB Variations
Color information
#290EEB (or 0x290EEB) is known color: Han Purple. HEX triplet: 29, 0E and EB. RGB value is (41,14,235). Sum of RGB (Red+Green+Blue) = 41+14+235=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 235 (92.19% from 255 or 81.03% from 290); Max value from RGB is 235 - color contains mainly: blue. Hex color #290EEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290EEB is #D6F114. Grayscale: #2E2E2E. Windows color (decimal): -14086421 or 15404585. OLE color: 15404585.
HSL color Cylindrical-coordinate representation of color #290EEB: hue angle of 247.33º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290EEB is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 14 | 235 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.08 |
| HSL | 247.33º | 0.89% | 0.49% | - |
| HSV(B) | 247.33º | 0.94% | 0.92% | - |
| XYZ | 16.07 | 6.78 | 79.06 | - |
| YUV | 47.27 | 233.95 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 14 | 235 | 0.83 | 0.94 | 0 | 0.08 | 247.33 | 0.89 | 0.49 |
| Hex | 29 | E | EB | 53 | 5E | 0 | 8 | F7 | 59 | 31 |
| Octal | 51 | 16 | 353 | 123 | 136 | 0 | 10 | 367 | 131 | 61 |
| Binary | 101001 | 1110 | 11101011 | 1010011 | 1011110 | 0 | 1000 | 11110111 | 1011001 | 110001 |
Color Harmonies of #290EEB
Complementary color
Monochromatic Colors of #290EEB
Black with #290EEB
Text Example
Text Example
White with #290EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290EEB; }
p { color: rgb(41,14,235); }
H1.HeaderClassName
{
color: #290EEB;
}
.AnyTagClassName
{
color: #290EEB;
}
</style>
background-color css
<style>
a { background-color: #290EEB; }
a { background-color: rgb(41,14,235); }
div.DivClassName
{
background-color: #290EEB;
}
.BgClassName
{
background-color: #290EEB;
}
</style>
border-color css
<style>
span { border-color: #290EEB; }
span { border-color: rgb(41,14,235); }
td.TdClassName
{
border-color: #290EEB;
}
.TagClassName
{
border-color: #290EEB;
}
</style>