Shades of Han Purple #291DF6
Tints of Han Purple #291DF6
RGB
CMYK
RGB Variations
Color information
#291DF6 (or 0x291DF6) is known color: Han Purple. HEX triplet: 29, 1D and F6. RGB value is (41,29,246). Sum of RGB (Red+Green+Blue) = 41+29+246=316 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.97% from 316); Green value is 29 (11.72% from 255 or 9.18% from 316); Blue value is 246 (96.48% from 255 or 77.85% from 316); Max value from RGB is 246 - color contains mainly: blue. Hex color #291DF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #291DF6 is #D6E209. Grayscale: #383838. Windows color (decimal): -14082570 or 16129321. OLE color: 16129321.
HSL color Cylindrical-coordinate representation of color #291DF6: hue angle of 243.32º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #291DF6 is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 41 | 29 | 246 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.04 |
| HSL | 243.32º | 0.92% | 0.54% | - |
| HSV(B) | 243.32º | 0.88% | 0.96% | - |
| XYZ | 17.99 | 8 | 87.79 | - |
| YUV | 57.33 | 234.48 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 29 | 246 | 0.83 | 0.88 | 0 | 0.04 | 243.32 | 0.92 | 0.54 |
| Hex | 29 | 1D | F6 | 53 | 58 | 0 | 4 | F3 | 5C | 36 |
| Octal | 51 | 35 | 366 | 123 | 130 | 0 | 4 | 363 | 134 | 66 |
| Binary | 101001 | 11101 | 11110110 | 1010011 | 1011000 | 0 | 100 | 11110011 | 1011100 | 110110 |
Color Harmonies of #291DF6
Complementary color
Monochromatic Colors of #291DF6
Black with #291DF6
Text Example
Text Example
White with #291DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291DF6; }
p { color: rgb(41,29,246); }
H1.HeaderClassName
{
color: #291DF6;
}
.AnyTagClassName
{
color: #291DF6;
}
</style>
background-color css
<style>
a { background-color: #291DF6; }
a { background-color: rgb(41,29,246); }
div.DivClassName
{
background-color: #291DF6;
}
.BgClassName
{
background-color: #291DF6;
}
</style>
border-color css
<style>
span { border-color: #291DF6; }
span { border-color: rgb(41,29,246); }
td.TdClassName
{
border-color: #291DF6;
}
.TagClassName
{
border-color: #291DF6;
}
</style>