Shades of Han Purple #291CE2
Tints of Han Purple #291CE2
RGB
CMYK
RGB Variations
Color information
#291CE2 (or 0x291CE2) is known color: Han Purple. HEX triplet: 29, 1C and E2. RGB value is (41,28,226). Sum of RGB (Red+Green+Blue) = 41+28+226=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 226 (88.67% from 255 or 76.61% from 295); Max value from RGB is 226 - color contains mainly: blue. Hex color #291CE2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291CE2 is #D6E31D. Grayscale: #353535. Windows color (decimal): -14082846 or 14818345. OLE color: 14818345.
HSL color Cylindrical-coordinate representation of color #291CE2: hue angle of 243.94º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #291CE2 is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 41 | 28 | 226 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.11 |
| HSL | 243.94º | 0.78% | 0.5% | - |
| HSV(B) | 243.94º | 0.88% | 0.89% | - |
| XYZ | 15.06 | 6.79 | 72.47 | - |
| YUV | 54.46 | 224.81 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 28 | 226 | 0.82 | 0.88 | 0 | 0.11 | 243.94 | 0.78 | 0.5 |
| Hex | 29 | 1C | E2 | 52 | 58 | 0 | B | F4 | 4E | 32 |
| Octal | 51 | 34 | 342 | 122 | 130 | 0 | 13 | 364 | 116 | 62 |
| Binary | 101001 | 11100 | 11100010 | 1010010 | 1011000 | 0 | 1011 | 11110100 | 1001110 | 110010 |
Color Harmonies of #291CE2
Complementary color
Monochromatic Colors of #291CE2
Black with #291CE2
Text Example
Text Example
White with #291CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291CE2; }
p { color: rgb(41,28,226); }
H1.HeaderClassName
{
color: #291CE2;
}
.AnyTagClassName
{
color: #291CE2;
}
</style>
background-color css
<style>
a { background-color: #291CE2; }
a { background-color: rgb(41,28,226); }
div.DivClassName
{
background-color: #291CE2;
}
.BgClassName
{
background-color: #291CE2;
}
</style>
border-color css
<style>
span { border-color: #291CE2; }
span { border-color: rgb(41,28,226); }
td.TdClassName
{
border-color: #291CE2;
}
.TagClassName
{
border-color: #291CE2;
}
</style>