Shades of Han Purple #291EF0
Tints of Han Purple #291EF0
RGB
CMYK
RGB Variations
Color information
#291EF0 (or 0x291EF0) is known color: Han Purple. HEX triplet: 29, 1E and F0. RGB value is (41,30,240). Sum of RGB (Red+Green+Blue) = 41+30+240=311 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.18% from 311); Green value is 30 (12.11% from 255 or 9.65% from 311); Blue value is 240 (94.14% from 255 or 77.17% from 311); Max value from RGB is 240 - color contains mainly: blue. Hex color #291EF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #291EF0 is #D6E10F. Grayscale: #383838. Windows color (decimal): -14082320 or 15736361. OLE color: 15736361.
HSL color Cylindrical-coordinate representation of color #291EF0: hue angle of 243.14º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #291EF0 is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 30 | 240 | - |
| CMYK | 0.83 | 0.87 | 0 | 0.06 |
| HSL | 243.14º | 0.88% | 0.53% | - |
| HSV(B) | 243.14º | 0.88% | 0.94% | - |
| XYZ | 17.11 | 7.69 | 83.02 | - |
| YUV | 57.23 | 231.14 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 30 | 240 | 0.83 | 0.87 | 0 | 0.06 | 243.14 | 0.88 | 0.53 |
| Hex | 29 | 1E | F0 | 53 | 57 | 0 | 6 | F3 | 58 | 35 |
| Octal | 51 | 36 | 360 | 123 | 127 | 0 | 6 | 363 | 130 | 65 |
| Binary | 101001 | 11110 | 11110000 | 1010011 | 1010111 | 0 | 110 | 11110011 | 1011000 | 110101 |
Color Harmonies of #291EF0
Complementary color
Monochromatic Colors of #291EF0
Black with #291EF0
Text Example
Text Example
White with #291EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291EF0; }
p { color: rgb(41,30,240); }
H1.HeaderClassName
{
color: #291EF0;
}
.AnyTagClassName
{
color: #291EF0;
}
</style>
background-color css
<style>
a { background-color: #291EF0; }
a { background-color: rgb(41,30,240); }
div.DivClassName
{
background-color: #291EF0;
}
.BgClassName
{
background-color: #291EF0;
}
</style>
border-color css
<style>
span { border-color: #291EF0; }
span { border-color: rgb(41,30,240); }
td.TdClassName
{
border-color: #291EF0;
}
.TagClassName
{
border-color: #291EF0;
}
</style>