Shades of Han Purple #290DF0
Tints of Han Purple #290DF0
RGB
CMYK
RGB Variations
Color information
#290DF0 (or 0x290DF0) is known color: Han Purple. HEX triplet: 29, 0D and F0. RGB value is (41,13,240). Sum of RGB (Red+Green+Blue) = 41+13+240=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 13 (5.47% from 255 or 4.42% from 294); Blue value is 240 (94.14% from 255 or 81.63% from 294); Max value from RGB is 240 - color contains mainly: blue. Hex color #290DF0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290DF0 is #D6F20F. Grayscale: #2E2E2E. Windows color (decimal): -14086672 or 15732009. OLE color: 15732009.
HSL color Cylindrical-coordinate representation of color #290DF0: hue angle of 247.4º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290DF0 is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 13 | 240 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.06 |
| HSL | 247.4º | 0.9% | 0.5% | - |
| HSV(B) | 247.4º | 0.95% | 0.94% | - |
| XYZ | 16.79 | 7.05 | 82.91 | - |
| YUV | 47.25 | 236.78 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 13 | 240 | 0.83 | 0.95 | 0 | 0.06 | 247.4 | 0.9 | 0.5 |
| Hex | 29 | D | F0 | 53 | 5F | 0 | 6 | F7 | 5A | 32 |
| Octal | 51 | 15 | 360 | 123 | 137 | 0 | 6 | 367 | 132 | 62 |
| Binary | 101001 | 1101 | 11110000 | 1010011 | 1011111 | 0 | 110 | 11110111 | 1011010 | 110010 |
Color Harmonies of #290DF0
Complementary color
Monochromatic Colors of #290DF0
Black with #290DF0
Text Example
Text Example
White with #290DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290DF0; }
p { color: rgb(41,13,240); }
H1.HeaderClassName
{
color: #290DF0;
}
.AnyTagClassName
{
color: #290DF0;
}
</style>
background-color css
<style>
a { background-color: #290DF0; }
a { background-color: rgb(41,13,240); }
div.DivClassName
{
background-color: #290DF0;
}
.BgClassName
{
background-color: #290DF0;
}
</style>
border-color css
<style>
span { border-color: #290DF0; }
span { border-color: rgb(41,13,240); }
td.TdClassName
{
border-color: #290DF0;
}
.TagClassName
{
border-color: #290DF0;
}
</style>