Shades of Han Purple #290FEB
Tints of Han Purple #290FEB
RGB
CMYK
RGB Variations
Color information
#290FEB (or 0x290FEB) is known color: Han Purple. HEX triplet: 29, 0F and EB. RGB value is (41,15,235). Sum of RGB (Red+Green+Blue) = 41+15+235=291 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.09% from 291); Green value is 15 (6.25% from 255 or 5.15% from 291); Blue value is 235 (92.19% from 255 or 80.76% from 291); Max value from RGB is 235 - color contains mainly: blue. Hex color #290FEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290FEB is #D6F014. Grayscale: #2F2F2F. Windows color (decimal): -14086165 or 15404841. OLE color: 15404841.
HSL color Cylindrical-coordinate representation of color #290FEB: hue angle of 247.09º degrees, saturation: 0.88, 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 #290FEB is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 15 | 235 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.08 |
| HSL | 247.09º | 0.88% | 0.49% | - |
| HSV(B) | 247.09º | 0.94% | 0.92% | - |
| XYZ | 16.08 | 6.81 | 79.06 | - |
| YUV | 47.85 | 233.61 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 15 | 235 | 0.83 | 0.94 | 0 | 0.08 | 247.09 | 0.88 | 0.49 |
| Hex | 29 | F | EB | 53 | 5E | 0 | 8 | F7 | 58 | 31 |
| Octal | 51 | 17 | 353 | 123 | 136 | 0 | 10 | 367 | 130 | 61 |
| Binary | 101001 | 1111 | 11101011 | 1010011 | 1011110 | 0 | 1000 | 11110111 | 1011000 | 110001 |
Color Harmonies of #290FEB
Complementary color
Monochromatic Colors of #290FEB
Black with #290FEB
Text Example
Text Example
White with #290FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290FEB; }
p { color: rgb(41,15,235); }
H1.HeaderClassName
{
color: #290FEB;
}
.AnyTagClassName
{
color: #290FEB;
}
</style>
background-color css
<style>
a { background-color: #290FEB; }
a { background-color: rgb(41,15,235); }
div.DivClassName
{
background-color: #290FEB;
}
.BgClassName
{
background-color: #290FEB;
}
</style>
border-color css
<style>
span { border-color: #290FEB; }
span { border-color: rgb(41,15,235); }
td.TdClassName
{
border-color: #290FEB;
}
.TagClassName
{
border-color: #290FEB;
}
</style>