Shades of Han Purple #291FF0
Tints of Han Purple #291FF0
RGB
CMYK
RGB Variations
Color information
#291FF0 (or 0x291FF0) is known color: Han Purple. HEX triplet: 29, 1F and F0. RGB value is (41,31,240). Sum of RGB (Red+Green+Blue) = 41+31+240=312 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.14% from 312); Green value is 31 (12.5% from 255 or 9.94% from 312); Blue value is 240 (94.14% from 255 or 76.92% from 312); Max value from RGB is 240 - color contains mainly: blue. Hex color #291FF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #291FF0 is #D6E00F. Grayscale: #383838. Windows color (decimal): -14082064 or 15736617. OLE color: 15736617.
HSL color Cylindrical-coordinate representation of color #291FF0: hue angle of 242.87º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #291FF0 is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 31 | 240 | - |
| CMYK | 0.83 | 0.87 | 0 | 0.06 |
| HSL | 242.87º | 0.87% | 0.53% | - |
| HSV(B) | 242.87º | 0.87% | 0.94% | - |
| XYZ | 17.13 | 7.74 | 83.03 | - |
| YUV | 57.82 | 230.81 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 31 | 240 | 0.83 | 0.87 | 0 | 0.06 | 242.87 | 0.87 | 0.53 |
| Hex | 29 | 1F | F0 | 53 | 57 | 0 | 6 | F3 | 57 | 35 |
| Octal | 51 | 37 | 360 | 123 | 127 | 0 | 6 | 363 | 127 | 65 |
| Binary | 101001 | 11111 | 11110000 | 1010011 | 1010111 | 0 | 110 | 11110011 | 1010111 | 110101 |
Color Harmonies of #291FF0
Complementary color
Monochromatic Colors of #291FF0
Black with #291FF0
Text Example
Text Example
White with #291FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291FF0; }
p { color: rgb(41,31,240); }
H1.HeaderClassName
{
color: #291FF0;
}
.AnyTagClassName
{
color: #291FF0;
}
</style>
background-color css
<style>
a { background-color: #291FF0; }
a { background-color: rgb(41,31,240); }
div.DivClassName
{
background-color: #291FF0;
}
.BgClassName
{
background-color: #291FF0;
}
</style>
border-color css
<style>
span { border-color: #291FF0; }
span { border-color: rgb(41,31,240); }
td.TdClassName
{
border-color: #291FF0;
}
.TagClassName
{
border-color: #291FF0;
}
</style>