Shades of Han Purple #291CF4
Tints of Han Purple #291CF4
RGB
CMYK
RGB Variations
Color information
#291CF4 (or 0x291CF4) is known color: Han Purple. HEX triplet: 29, 1C and F4. RGB value is (41,28,244). Sum of RGB (Red+Green+Blue) = 41+28+244=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 28 (11.33% from 255 or 8.95% from 313); Blue value is 244 (95.70% from 255 or 77.96% from 313); Max value from RGB is 244 - color contains mainly: blue. Hex color #291CF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #291CF4 is #D6E30B. Grayscale: #373737. Windows color (decimal): -14082828 or 15997993. OLE color: 15997993.
HSL color Cylindrical-coordinate representation of color #291CF4: hue angle of 243.61º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #291CF4 is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 41 | 28 | 244 | - |
| CMYK | 0.83 | 0.89 | 0 | 0.04 |
| HSL | 243.61º | 0.91% | 0.53% | - |
| HSV(B) | 243.61º | 0.89% | 0.96% | - |
| XYZ | 17.66 | 7.83 | 86.17 | - |
| YUV | 56.51 | 233.81 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 28 | 244 | 0.83 | 0.89 | 0 | 0.04 | 243.61 | 0.91 | 0.53 |
| Hex | 29 | 1C | F4 | 53 | 59 | 0 | 4 | F4 | 5B | 35 |
| Octal | 51 | 34 | 364 | 123 | 131 | 0 | 4 | 364 | 133 | 65 |
| Binary | 101001 | 11100 | 11110100 | 1010011 | 1011001 | 0 | 100 | 11110100 | 1011011 | 110101 |
Color Harmonies of #291CF4
Complementary color
Monochromatic Colors of #291CF4
Black with #291CF4
Text Example
Text Example
White with #291CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291CF4; }
p { color: rgb(41,28,244); }
H1.HeaderClassName
{
color: #291CF4;
}
.AnyTagClassName
{
color: #291CF4;
}
</style>
background-color css
<style>
a { background-color: #291CF4; }
a { background-color: rgb(41,28,244); }
div.DivClassName
{
background-color: #291CF4;
}
.BgClassName
{
background-color: #291CF4;
}
</style>
border-color css
<style>
span { border-color: #291CF4; }
span { border-color: rgb(41,28,244); }
td.TdClassName
{
border-color: #291CF4;
}
.TagClassName
{
border-color: #291CF4;
}
</style>