Shades of Han Purple #290FFA
Tints of Han Purple #290FFA
RGB
CMYK
RGB Variations
Color information
#290FFA (or 0x290FFA) is known color: Han Purple. HEX triplet: 29, 0F and FA. RGB value is (41,15,250). Sum of RGB (Red+Green+Blue) = 41+15+250=306 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.40% from 306); Green value is 15 (6.25% from 255 or 4.90% from 306); Blue value is 250 (98.05% from 255 or 81.70% from 306); Max value from RGB is 250 - color contains mainly: blue. Hex color #290FFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290FFA is #D6F005. Grayscale: #303030. Windows color (decimal): -14086150 or 16387881. OLE color: 16387881.
HSL color Cylindrical-coordinate representation of color #290FFA: hue angle of 246.64º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290FFA is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 15 | 250 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.02 |
| HSL | 246.64º | 0.96% | 0.52% | - |
| HSV(B) | 246.64º | 0.94% | 0.98% | - |
| XYZ | 18.34 | 7.72 | 90.97 | - |
| YUV | 49.56 | 241.11 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 15 | 250 | 0.84 | 0.94 | 0 | 0.02 | 246.64 | 0.96 | 0.52 |
| Hex | 29 | F | FA | 54 | 5E | 0 | 2 | F7 | 60 | 34 |
| Octal | 51 | 17 | 372 | 124 | 136 | 0 | 2 | 367 | 140 | 64 |
| Binary | 101001 | 1111 | 11111010 | 1010100 | 1011110 | 0 | 10 | 11110111 | 1100000 | 110100 |
Color Harmonies of #290FFA
Complementary color
Monochromatic Colors of #290FFA
Black with #290FFA
Text Example
Text Example
White with #290FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290FFA; }
p { color: rgb(41,15,250); }
H1.HeaderClassName
{
color: #290FFA;
}
.AnyTagClassName
{
color: #290FFA;
}
</style>
background-color css
<style>
a { background-color: #290FFA; }
a { background-color: rgb(41,15,250); }
div.DivClassName
{
background-color: #290FFA;
}
.BgClassName
{
background-color: #290FFA;
}
</style>
border-color css
<style>
span { border-color: #290FFA; }
span { border-color: rgb(41,15,250); }
td.TdClassName
{
border-color: #290FFA;
}
.TagClassName
{
border-color: #290FFA;
}
</style>