Shades of Han Purple #290EF5
Tints of Han Purple #290EF5
RGB
CMYK
RGB Variations
Color information
#290EF5 (or 0x290EF5) is known color: Han Purple. HEX triplet: 29, 0E and F5. RGB value is (41,14,245). Sum of RGB (Red+Green+Blue) = 41+14+245=300 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.67% from 300); Green value is 14 (5.86% from 255 or 4.67% from 300); Blue value is 245 (96.09% from 255 or 81.67% from 300); Max value from RGB is 245 - color contains mainly: blue. Hex color #290EF5 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290EF5 is #D6F10A. Grayscale: #2F2F2F. Windows color (decimal): -14086411 or 16059945. OLE color: 16059945.
HSL color Cylindrical-coordinate representation of color #290EF5: hue angle of 247.01º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290EF5 is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 41 | 14 | 245 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.04 |
| HSL | 247.01º | 0.92% | 0.51% | - |
| HSV(B) | 247.01º | 0.94% | 0.96% | - |
| XYZ | 17.55 | 7.38 | 86.89 | - |
| YUV | 48.41 | 238.95 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 14 | 245 | 0.83 | 0.94 | 0 | 0.04 | 247.01 | 0.92 | 0.51 |
| Hex | 29 | E | F5 | 53 | 5E | 0 | 4 | F7 | 5C | 33 |
| Octal | 51 | 16 | 365 | 123 | 136 | 0 | 4 | 367 | 134 | 63 |
| Binary | 101001 | 1110 | 11110101 | 1010011 | 1011110 | 0 | 100 | 11110111 | 1011100 | 110011 |
Color Harmonies of #290EF5
Complementary color
Monochromatic Colors of #290EF5
Black with #290EF5
Text Example
Text Example
White with #290EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290EF5; }
p { color: rgb(41,14,245); }
H1.HeaderClassName
{
color: #290EF5;
}
.AnyTagClassName
{
color: #290EF5;
}
</style>
background-color css
<style>
a { background-color: #290EF5; }
a { background-color: rgb(41,14,245); }
div.DivClassName
{
background-color: #290EF5;
}
.BgClassName
{
background-color: #290EF5;
}
</style>
border-color css
<style>
span { border-color: #290EF5; }
span { border-color: rgb(41,14,245); }
td.TdClassName
{
border-color: #290EF5;
}
.TagClassName
{
border-color: #290EF5;
}
</style>