Shades of Han Purple #291BDE
Tints of Han Purple #291BDE
RGB
CMYK
RGB Variations
Color information
#291BDE (or 0x291BDE) is known color: Han Purple. HEX triplet: 29, 1B and DE. RGB value is (41,27,222). Sum of RGB (Red+Green+Blue) = 41+27+222=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 27 (10.94% from 255 or 9.31% from 290); Blue value is 222 (87.11% from 255 or 76.55% from 290); Max value from RGB is 222 - color contains mainly: blue. Hex color #291BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291BDE is #D6E421. Grayscale: #343434. Windows color (decimal): -14083106 or 14555945. OLE color: 14555945.
HSL color Cylindrical-coordinate representation of color #291BDE: hue angle of 244.31º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #291BDE is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 27 | 222 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.13 |
| HSL | 244.31º | 0.78% | 0.49% | - |
| HSV(B) | 244.31º | 0.88% | 0.87% | - |
| XYZ | 14.49 | 6.53 | 69.6 | - |
| YUV | 53.42 | 223.14 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 27 | 222 | 0.82 | 0.88 | 0 | 0.13 | 244.31 | 0.78 | 0.49 |
| Hex | 29 | 1B | DE | 52 | 58 | 0 | D | F4 | 4E | 31 |
| Octal | 51 | 33 | 336 | 122 | 130 | 0 | 15 | 364 | 116 | 61 |
| Binary | 101001 | 11011 | 11011110 | 1010010 | 1011000 | 0 | 1101 | 11110100 | 1001110 | 110001 |
Color Harmonies of #291BDE
Complementary color
Monochromatic Colors of #291BDE
Black with #291BDE
Text Example
Text Example
White with #291BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291BDE; }
p { color: rgb(41,27,222); }
H1.HeaderClassName
{
color: #291BDE;
}
.AnyTagClassName
{
color: #291BDE;
}
</style>
background-color css
<style>
a { background-color: #291BDE; }
a { background-color: rgb(41,27,222); }
div.DivClassName
{
background-color: #291BDE;
}
.BgClassName
{
background-color: #291BDE;
}
</style>
border-color css
<style>
span { border-color: #291BDE; }
span { border-color: rgb(41,27,222); }
td.TdClassName
{
border-color: #291BDE;
}
.TagClassName
{
border-color: #291BDE;
}
</style>