Shades of Han Purple #291AF2
Tints of Han Purple #291AF2
RGB
CMYK
RGB Variations
Color information
#291AF2 (or 0x291AF2) is known color: Han Purple. HEX triplet: 29, 1A and F2. RGB value is (41,26,242). Sum of RGB (Red+Green+Blue) = 41+26+242=309 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.27% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 242 (94.92% from 255 or 78.32% from 309); Max value from RGB is 242 - color contains mainly: blue. Hex color #291AF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #291AF2 is #D6E50D. Grayscale: #363636. Windows color (decimal): -14083342 or 15866409. OLE color: 15866409.
HSL color Cylindrical-coordinate representation of color #291AF2: hue angle of 244.17º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #291AF2 is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 41 | 26 | 242 | - |
| CMYK | 0.83 | 0.89 | 0 | 0.05 |
| HSL | 244.17º | 0.89% | 0.53% | - |
| HSV(B) | 244.17º | 0.89% | 0.95% | - |
| XYZ | 17.31 | 7.62 | 84.56 | - |
| YUV | 55.11 | 233.47 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 26 | 242 | 0.83 | 0.89 | 0 | 0.05 | 244.17 | 0.89 | 0.53 |
| Hex | 29 | 1A | F2 | 53 | 59 | 0 | 5 | F4 | 59 | 35 |
| Octal | 51 | 32 | 362 | 123 | 131 | 0 | 5 | 364 | 131 | 65 |
| Binary | 101001 | 11010 | 11110010 | 1010011 | 1011001 | 0 | 101 | 11110100 | 1011001 | 110101 |
Color Harmonies of #291AF2
Complementary color
Monochromatic Colors of #291AF2
Black with #291AF2
Text Example
Text Example
White with #291AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291AF2; }
p { color: rgb(41,26,242); }
H1.HeaderClassName
{
color: #291AF2;
}
.AnyTagClassName
{
color: #291AF2;
}
</style>
background-color css
<style>
a { background-color: #291AF2; }
a { background-color: rgb(41,26,242); }
div.DivClassName
{
background-color: #291AF2;
}
.BgClassName
{
background-color: #291AF2;
}
</style>
border-color css
<style>
span { border-color: #291AF2; }
span { border-color: rgb(41,26,242); }
td.TdClassName
{
border-color: #291AF2;
}
.TagClassName
{
border-color: #291AF2;
}
</style>