Shades of Han Purple #291FF1
Tints of Han Purple #291FF1
RGB
CMYK
RGB Variations
Color information
#291FF1 (or 0x291FF1) is known color: Han Purple. HEX triplet: 29, 1F and F1. RGB value is (41,31,241). Sum of RGB (Red+Green+Blue) = 41+31+241=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 31 (12.5% from 255 or 9.90% from 313); Blue value is 241 (94.53% from 255 or 77.00% from 313); Max value from RGB is 241 - color contains mainly: blue. Hex color #291FF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #291FF1 is #D6E00E. Grayscale: #393939. Windows color (decimal): -14082063 or 15802153. OLE color: 15802153.
HSL color Cylindrical-coordinate representation of color #291FF1: hue angle of 242.86º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #291FF1 is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 41 | 31 | 241 | - |
| CMYK | 0.83 | 0.87 | 0 | 0.05 |
| HSL | 242.86º | 0.88% | 0.53% | - |
| HSV(B) | 242.86º | 0.87% | 0.95% | - |
| XYZ | 17.28 | 7.8 | 83.81 | - |
| YUV | 57.93 | 231.31 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 31 | 241 | 0.83 | 0.87 | 0 | 0.05 | 242.86 | 0.88 | 0.53 |
| Hex | 29 | 1F | F1 | 53 | 57 | 0 | 5 | F3 | 58 | 35 |
| Octal | 51 | 37 | 361 | 123 | 127 | 0 | 5 | 363 | 130 | 65 |
| Binary | 101001 | 11111 | 11110001 | 1010011 | 1010111 | 0 | 101 | 11110011 | 1011000 | 110101 |
Color Harmonies of #291FF1
Complementary color
Monochromatic Colors of #291FF1
Black with #291FF1
Text Example
Text Example
White with #291FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291FF1; }
p { color: rgb(41,31,241); }
H1.HeaderClassName
{
color: #291FF1;
}
.AnyTagClassName
{
color: #291FF1;
}
</style>
background-color css
<style>
a { background-color: #291FF1; }
a { background-color: rgb(41,31,241); }
div.DivClassName
{
background-color: #291FF1;
}
.BgClassName
{
background-color: #291FF1;
}
</style>
border-color css
<style>
span { border-color: #291FF1; }
span { border-color: rgb(41,31,241); }
td.TdClassName
{
border-color: #291FF1;
}
.TagClassName
{
border-color: #291FF1;
}
</style>