Shades of Han Purple #290DF1
Tints of Han Purple #290DF1
RGB
CMYK
RGB Variations
Color information
#290DF1 (or 0x290DF1) is known color: Han Purple. HEX triplet: 29, 0D and F1. RGB value is (41,13,241). Sum of RGB (Red+Green+Blue) = 41+13+241=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 241 (94.53% from 255 or 81.69% from 295); Max value from RGB is 241 - color contains mainly: blue. Hex color #290DF1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290DF1 is #D6F20E. Grayscale: #2E2E2E. Windows color (decimal): -14086671 or 15797545. OLE color: 15797545.
HSL color Cylindrical-coordinate representation of color #290DF1: hue angle of 247.37º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290DF1 is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 41 | 13 | 241 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.05 |
| HSL | 247.37º | 0.9% | 0.5% | - |
| HSV(B) | 247.37º | 0.95% | 0.95% | - |
| XYZ | 16.94 | 7.11 | 83.7 | - |
| YUV | 47.36 | 237.28 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 13 | 241 | 0.83 | 0.95 | 0 | 0.05 | 247.37 | 0.9 | 0.5 |
| Hex | 29 | D | F1 | 53 | 5F | 0 | 5 | F7 | 5A | 32 |
| Octal | 51 | 15 | 361 | 123 | 137 | 0 | 5 | 367 | 132 | 62 |
| Binary | 101001 | 1101 | 11110001 | 1010011 | 1011111 | 0 | 101 | 11110111 | 1011010 | 110010 |
Color Harmonies of #290DF1
Complementary color
Monochromatic Colors of #290DF1
Black with #290DF1
Text Example
Text Example
White with #290DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290DF1; }
p { color: rgb(41,13,241); }
H1.HeaderClassName
{
color: #290DF1;
}
.AnyTagClassName
{
color: #290DF1;
}
</style>
background-color css
<style>
a { background-color: #290DF1; }
a { background-color: rgb(41,13,241); }
div.DivClassName
{
background-color: #290DF1;
}
.BgClassName
{
background-color: #290DF1;
}
</style>
border-color css
<style>
span { border-color: #290DF1; }
span { border-color: rgb(41,13,241); }
td.TdClassName
{
border-color: #290DF1;
}
.TagClassName
{
border-color: #290DF1;
}
</style>