Shades of Han Purple #291BF5
Tints of Han Purple #291BF5
RGB
CMYK
RGB Variations
Color information
#291BF5 (or 0x291BF5) is known color: Han Purple. HEX triplet: 29, 1B and F5. RGB value is (41,27,245). Sum of RGB (Red+Green+Blue) = 41+27+245=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 27 (10.94% from 255 or 8.63% from 313); Blue value is 245 (96.09% from 255 or 78.27% from 313); Max value from RGB is 245 - color contains mainly: blue. Hex color #291BF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #291BF5 is #D6E40A. Grayscale: #373737. Windows color (decimal): -14083083 or 16063273. OLE color: 16063273.
HSL color Cylindrical-coordinate representation of color #291BF5: hue angle of 243.85º degrees, saturation: 0.92, 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 #291BF5 is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 41 | 27 | 245 | - |
| CMYK | 0.83 | 0.89 | 0 | 0.04 |
| HSL | 243.85º | 0.92% | 0.53% | - |
| HSV(B) | 243.85º | 0.89% | 0.96% | - |
| XYZ | 17.79 | 7.85 | 86.96 | - |
| YUV | 56.04 | 234.64 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 27 | 245 | 0.83 | 0.89 | 0 | 0.04 | 243.85 | 0.92 | 0.53 |
| Hex | 29 | 1B | F5 | 53 | 59 | 0 | 4 | F4 | 5C | 35 |
| Octal | 51 | 33 | 365 | 123 | 131 | 0 | 4 | 364 | 134 | 65 |
| Binary | 101001 | 11011 | 11110101 | 1010011 | 1011001 | 0 | 100 | 11110100 | 1011100 | 110101 |
Color Harmonies of #291BF5
Complementary color
Monochromatic Colors of #291BF5
Black with #291BF5
Text Example
Text Example
White with #291BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291BF5; }
p { color: rgb(41,27,245); }
H1.HeaderClassName
{
color: #291BF5;
}
.AnyTagClassName
{
color: #291BF5;
}
</style>
background-color css
<style>
a { background-color: #291BF5; }
a { background-color: rgb(41,27,245); }
div.DivClassName
{
background-color: #291BF5;
}
.BgClassName
{
background-color: #291BF5;
}
</style>
border-color css
<style>
span { border-color: #291BF5; }
span { border-color: rgb(41,27,245); }
td.TdClassName
{
border-color: #291BF5;
}
.TagClassName
{
border-color: #291BF5;
}
</style>