Shades of Han Purple #291AEA
Tints of Han Purple #291AEA
RGB
CMYK
RGB Variations
Color information
#291AEA (or 0x291AEA) is known color: Han Purple. HEX triplet: 29, 1A and EA. RGB value is (41,26,234). Sum of RGB (Red+Green+Blue) = 41+26+234=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 234 (91.80% from 255 or 77.74% from 301); Max value from RGB is 234 - color contains mainly: blue. Hex color #291AEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #291AEA is #D6E515. Grayscale: #353535. Windows color (decimal): -14083350 or 15342121. OLE color: 15342121.
HSL color Cylindrical-coordinate representation of color #291AEA: hue angle of 244.33º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #291AEA is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 26 | 234 | - |
| CMYK | 0.82 | 0.89 | 0 | 0.08 |
| HSL | 244.33º | 0.83% | 0.51% | - |
| HSV(B) | 244.33º | 0.89% | 0.92% | - |
| XYZ | 16.14 | 7.15 | 78.37 | - |
| YUV | 54.2 | 229.47 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 26 | 234 | 0.82 | 0.89 | 0 | 0.08 | 244.33 | 0.83 | 0.51 |
| Hex | 29 | 1A | EA | 52 | 59 | 0 | 8 | F4 | 53 | 33 |
| Octal | 51 | 32 | 352 | 122 | 131 | 0 | 10 | 364 | 123 | 63 |
| Binary | 101001 | 11010 | 11101010 | 1010010 | 1011001 | 0 | 1000 | 11110100 | 1010011 | 110011 |
Color Harmonies of #291AEA
Complementary color
Monochromatic Colors of #291AEA
Black with #291AEA
Text Example
Text Example
White with #291AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291AEA; }
p { color: rgb(41,26,234); }
H1.HeaderClassName
{
color: #291AEA;
}
.AnyTagClassName
{
color: #291AEA;
}
</style>
background-color css
<style>
a { background-color: #291AEA; }
a { background-color: rgb(41,26,234); }
div.DivClassName
{
background-color: #291AEA;
}
.BgClassName
{
background-color: #291AEA;
}
</style>
border-color css
<style>
span { border-color: #291AEA; }
span { border-color: rgb(41,26,234); }
td.TdClassName
{
border-color: #291AEA;
}
.TagClassName
{
border-color: #291AEA;
}
</style>