Shades of Han Purple #290AED
Tints of Han Purple #290AED
RGB
CMYK
RGB Variations
Color information
#290AED (or 0x290AED) is known color: Han Purple. HEX triplet: 29, 0A and ED. RGB value is (41,10,237). Sum of RGB (Red+Green+Blue) = 41+10+237=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 10 (4.30% from 255 or 3.47% from 288); Blue value is 237 (92.97% from 255 or 82.29% from 288); Max value from RGB is 237 - color contains mainly: blue. Hex color #290AED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290AED is #D6F512. Grayscale: #2C2C2C. Windows color (decimal): -14087443 or 15534633. OLE color: 15534633.
HSL color Cylindrical-coordinate representation of color #290AED: hue angle of 248.19º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #290AED is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 10 | 237 | - |
| CMYK | 0.83 | 0.96 | 0 | 0.07 |
| HSL | 248.19º | 0.92% | 0.48% | - |
| HSV(B) | 248.19º | 0.96% | 0.93% | - |
| XYZ | 16.31 | 6.8 | 80.57 | - |
| YUV | 45.15 | 236.27 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 10 | 237 | 0.83 | 0.96 | 0 | 0.07 | 248.19 | 0.92 | 0.48 |
| Hex | 29 | A | ED | 53 | 60 | 0 | 7 | F8 | 5C | 30 |
| Octal | 51 | 12 | 355 | 123 | 140 | 0 | 7 | 370 | 134 | 60 |
| Binary | 101001 | 1010 | 11101101 | 1010011 | 1100000 | 0 | 111 | 11111000 | 1011100 | 110000 |
Color Harmonies of #290AED
Complementary color
Monochromatic Colors of #290AED
Black with #290AED
Text Example
Text Example
White with #290AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290AED; }
p { color: rgb(41,10,237); }
H1.HeaderClassName
{
color: #290AED;
}
.AnyTagClassName
{
color: #290AED;
}
</style>
background-color css
<style>
a { background-color: #290AED; }
a { background-color: rgb(41,10,237); }
div.DivClassName
{
background-color: #290AED;
}
.BgClassName
{
background-color: #290AED;
}
</style>
border-color css
<style>
span { border-color: #290AED; }
span { border-color: rgb(41,10,237); }
td.TdClassName
{
border-color: #290AED;
}
.TagClassName
{
border-color: #290AED;
}
</style>