Shades of Han Purple #290FFF
Tints of Han Purple #290FFF
RGB
CMYK
RGB Variations
Color information
#290FFF (or 0x290FFF) is known color: Han Purple. HEX triplet: 29, 0F and FF. RGB value is (41,15,255). Sum of RGB (Red+Green+Blue) = 41+15+255=311 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.18% from 311); Green value is 15 (6.25% from 255 or 4.82% from 311); Blue value is 255 (100% from 255 or 81.99% from 311); Max value from RGB is 255 - color contains mainly: blue. Hex color #290FFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290FFF is #D6F000. Grayscale: #313131. Windows color (decimal): -14086145 or 16715561. OLE color: 16715561.
HSL color Cylindrical-coordinate representation of color #290FFF: hue angle of 246.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290FFF is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 15 | 255 | - |
| CMYK | 0.84 | 0.94 | 0 | 0 |
| HSL | 246.5º | 1% | 0.53% | - |
| HSV(B) | 246.5º | 0.94% | 1% | - |
| XYZ | 19.14 | 8.03 | 95.15 | - |
| YUV | 50.13 | 243.61 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 15 | 255 | 0.84 | 0.94 | 0 | 0 | 246.5 | 1 | 0.53 |
| Hex | 29 | F | FF | 54 | 5E | 0 | 0 | F6 | 64 | 35 |
| Octal | 51 | 17 | 377 | 124 | 136 | 0 | 0 | 366 | 144 | 65 |
| Binary | 101001 | 1111 | 11111111 | 1010100 | 1011110 | 0 | 0 | 11110110 | 1100100 | 110101 |
Color Harmonies of #290FFF
Complementary color
Monochromatic Colors of #290FFF
Black with #290FFF
Text Example
Text Example
White with #290FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290FFF; }
p { color: rgb(41,15,255); }
H1.HeaderClassName
{
color: #290FFF;
}
.AnyTagClassName
{
color: #290FFF;
}
</style>
background-color css
<style>
a { background-color: #290FFF; }
a { background-color: rgb(41,15,255); }
div.DivClassName
{
background-color: #290FFF;
}
.BgClassName
{
background-color: #290FFF;
}
</style>
border-color css
<style>
span { border-color: #290FFF; }
span { border-color: rgb(41,15,255); }
td.TdClassName
{
border-color: #290FFF;
}
.TagClassName
{
border-color: #290FFF;
}
</style>