Shades of Han Purple #290DED
Tints of Han Purple #290DED
RGB
CMYK
RGB Variations
Color information
#290DED (or 0x290DED) is known color: Han Purple. HEX triplet: 29, 0D and ED. RGB value is (41,13,237). Sum of RGB (Red+Green+Blue) = 41+13+237=291 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.09% from 291); Green value is 13 (5.47% from 255 or 4.47% from 291); Blue value is 237 (92.97% from 255 or 81.44% from 291); Max value from RGB is 237 - color contains mainly: blue. Hex color #290DED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290DED is #D6F212. Grayscale: #2E2E2E. Windows color (decimal): -14086675 or 15535401. OLE color: 15535401.
HSL color Cylindrical-coordinate representation of color #290DED: hue angle of 247.5º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290DED is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 13 | 237 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.07 |
| HSL | 247.5º | 0.9% | 0.49% | - |
| HSV(B) | 247.5º | 0.95% | 0.93% | - |
| XYZ | 16.34 | 6.87 | 80.59 | - |
| YUV | 46.91 | 235.28 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 13 | 237 | 0.83 | 0.95 | 0 | 0.07 | 247.5 | 0.9 | 0.49 |
| Hex | 29 | D | ED | 53 | 5F | 0 | 7 | F8 | 5A | 31 |
| Octal | 51 | 15 | 355 | 123 | 137 | 0 | 7 | 370 | 132 | 61 |
| Binary | 101001 | 1101 | 11101101 | 1010011 | 1011111 | 0 | 111 | 11111000 | 1011010 | 110001 |
Color Harmonies of #290DED
Complementary color
Monochromatic Colors of #290DED
Black with #290DED
Text Example
Text Example
White with #290DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290DED; }
p { color: rgb(41,13,237); }
H1.HeaderClassName
{
color: #290DED;
}
.AnyTagClassName
{
color: #290DED;
}
</style>
background-color css
<style>
a { background-color: #290DED; }
a { background-color: rgb(41,13,237); }
div.DivClassName
{
background-color: #290DED;
}
.BgClassName
{
background-color: #290DED;
}
</style>
border-color css
<style>
span { border-color: #290DED; }
span { border-color: rgb(41,13,237); }
td.TdClassName
{
border-color: #290DED;
}
.TagClassName
{
border-color: #290DED;
}
</style>