Shades of Han Purple #290EF2
Tints of Han Purple #290EF2
RGB
CMYK
RGB Variations
Color information
#290EF2 (or 0x290EF2) is known color: Han Purple. HEX triplet: 29, 0E and F2. RGB value is (41,14,242). Sum of RGB (Red+Green+Blue) = 41+14+242=297 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.80% from 297); Green value is 14 (5.86% from 255 or 4.71% from 297); Blue value is 242 (94.92% from 255 or 81.48% from 297); Max value from RGB is 242 - color contains mainly: blue. Hex color #290EF2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290EF2 is #D6F10D. Grayscale: #2F2F2F. Windows color (decimal): -14086414 or 15863337. OLE color: 15863337.
HSL color Cylindrical-coordinate representation of color #290EF2: hue angle of 247.11º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290EF2 is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 41 | 14 | 242 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.05 |
| HSL | 247.11º | 0.9% | 0.5% | - |
| HSV(B) | 247.11º | 0.94% | 0.95% | - |
| XYZ | 17.1 | 7.2 | 84.49 | - |
| YUV | 48.07 | 237.45 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 14 | 242 | 0.83 | 0.94 | 0 | 0.05 | 247.11 | 0.9 | 0.5 |
| Hex | 29 | E | F2 | 53 | 5E | 0 | 5 | F7 | 5A | 32 |
| Octal | 51 | 16 | 362 | 123 | 136 | 0 | 5 | 367 | 132 | 62 |
| Binary | 101001 | 1110 | 11110010 | 1010011 | 1011110 | 0 | 101 | 11110111 | 1011010 | 110010 |
Color Harmonies of #290EF2
Complementary color
Monochromatic Colors of #290EF2
Black with #290EF2
Text Example
Text Example
White with #290EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290EF2; }
p { color: rgb(41,14,242); }
H1.HeaderClassName
{
color: #290EF2;
}
.AnyTagClassName
{
color: #290EF2;
}
</style>
background-color css
<style>
a { background-color: #290EF2; }
a { background-color: rgb(41,14,242); }
div.DivClassName
{
background-color: #290EF2;
}
.BgClassName
{
background-color: #290EF2;
}
</style>
border-color css
<style>
span { border-color: #290EF2; }
span { border-color: rgb(41,14,242); }
td.TdClassName
{
border-color: #290EF2;
}
.TagClassName
{
border-color: #290EF2;
}
</style>