Shades of Han Purple #290FEF
Tints of Han Purple #290FEF
RGB
CMYK
RGB Variations
Color information
#290FEF (or 0x290FEF) is known color: Han Purple. HEX triplet: 29, 0F and EF. RGB value is (41,15,239). Sum of RGB (Red+Green+Blue) = 41+15+239=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 15 (6.25% from 255 or 5.08% from 295); Blue value is 239 (93.75% from 255 or 81.02% from 295); Max value from RGB is 239 - color contains mainly: blue. Hex color #290FEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290FEF is #D6F010. Grayscale: #2F2F2F. Windows color (decimal): -14086161 or 15666985. OLE color: 15666985.
HSL color Cylindrical-coordinate representation of color #290FEF: hue angle of 246.96º degrees, saturation: 0.88, 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 #290FEF is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 15 | 239 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.06 |
| HSL | 246.96º | 0.88% | 0.5% | - |
| HSV(B) | 246.96º | 0.94% | 0.94% | - |
| XYZ | 16.67 | 7.05 | 82.14 | - |
| YUV | 48.31 | 235.61 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 15 | 239 | 0.83 | 0.94 | 0 | 0.06 | 246.96 | 0.88 | 0.5 |
| Hex | 29 | F | EF | 53 | 5E | 0 | 6 | F7 | 58 | 32 |
| Octal | 51 | 17 | 357 | 123 | 136 | 0 | 6 | 367 | 130 | 62 |
| Binary | 101001 | 1111 | 11101111 | 1010011 | 1011110 | 0 | 110 | 11110111 | 1011000 | 110010 |
Color Harmonies of #290FEF
Complementary color
Monochromatic Colors of #290FEF
Black with #290FEF
Text Example
Text Example
White with #290FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290FEF; }
p { color: rgb(41,15,239); }
H1.HeaderClassName
{
color: #290FEF;
}
.AnyTagClassName
{
color: #290FEF;
}
</style>
background-color css
<style>
a { background-color: #290FEF; }
a { background-color: rgb(41,15,239); }
div.DivClassName
{
background-color: #290FEF;
}
.BgClassName
{
background-color: #290FEF;
}
</style>
border-color css
<style>
span { border-color: #290FEF; }
span { border-color: rgb(41,15,239); }
td.TdClassName
{
border-color: #290FEF;
}
.TagClassName
{
border-color: #290FEF;
}
</style>