Shades of Han Purple #291BE6
Tints of Han Purple #291BE6
RGB
CMYK
RGB Variations
Color information
#291BE6 (or 0x291BE6) is known color: Han Purple. HEX triplet: 29, 1B and E6. RGB value is (41,27,230). Sum of RGB (Red+Green+Blue) = 41+27+230=298 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.76% from 298); Green value is 27 (10.94% from 255 or 9.06% from 298); Blue value is 230 (90.23% from 255 or 77.18% from 298); Max value from RGB is 230 - color contains mainly: blue. Hex color #291BE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #291BE6 is #D6E419. Grayscale: #353535. Windows color (decimal): -14083098 or 15080233. OLE color: 15080233.
HSL color Cylindrical-coordinate representation of color #291BE6: hue angle of 244.14º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #291BE6 is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 41 | 27 | 230 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.10 |
| HSL | 244.14º | 0.8% | 0.5% | - |
| HSV(B) | 244.14º | 0.88% | 0.9% | - |
| XYZ | 15.59 | 6.97 | 75.39 | - |
| YUV | 54.33 | 227.14 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 27 | 230 | 0.82 | 0.88 | 0 | 0.10 | 244.14 | 0.8 | 0.5 |
| Hex | 29 | 1B | E6 | 52 | 58 | 0 | A | F4 | 50 | 32 |
| Octal | 51 | 33 | 346 | 122 | 130 | 0 | 12 | 364 | 120 | 62 |
| Binary | 101001 | 11011 | 11100110 | 1010010 | 1011000 | 0 | 1010 | 11110100 | 1010000 | 110010 |
Color Harmonies of #291BE6
Complementary color
Monochromatic Colors of #291BE6
Black with #291BE6
Text Example
Text Example
White with #291BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291BE6; }
p { color: rgb(41,27,230); }
H1.HeaderClassName
{
color: #291BE6;
}
.AnyTagClassName
{
color: #291BE6;
}
</style>
background-color css
<style>
a { background-color: #291BE6; }
a { background-color: rgb(41,27,230); }
div.DivClassName
{
background-color: #291BE6;
}
.BgClassName
{
background-color: #291BE6;
}
</style>
border-color css
<style>
span { border-color: #291BE6; }
span { border-color: rgb(41,27,230); }
td.TdClassName
{
border-color: #291BE6;
}
.TagClassName
{
border-color: #291BE6;
}
</style>