Shades of Han Purple #291BF3
Tints of Han Purple #291BF3
RGB
CMYK
RGB Variations
Color information
#291BF3 (or 0x291BF3) is known color: Han Purple. HEX triplet: 29, 1B and F3. RGB value is (41,27,243). Sum of RGB (Red+Green+Blue) = 41+27+243=311 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.18% from 311); Green value is 27 (10.94% from 255 or 8.68% from 311); Blue value is 243 (95.31% from 255 or 78.14% from 311); Max value from RGB is 243 - color contains mainly: blue. Hex color #291BF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #291BF3 is #D6E40C. Grayscale: #363636. Windows color (decimal): -14083085 or 15932201. OLE color: 15932201.
HSL color Cylindrical-coordinate representation of color #291BF3: hue angle of 243.89º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #291BF3 is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 41 | 27 | 243 | - |
| CMYK | 0.83 | 0.89 | 0 | 0.05 |
| HSL | 243.89º | 0.9% | 0.53% | - |
| HSV(B) | 243.89º | 0.89% | 0.95% | - |
| XYZ | 17.48 | 7.73 | 85.36 | - |
| YUV | 55.81 | 233.64 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 27 | 243 | 0.83 | 0.89 | 0 | 0.05 | 243.89 | 0.9 | 0.53 |
| Hex | 29 | 1B | F3 | 53 | 59 | 0 | 5 | F4 | 5A | 35 |
| Octal | 51 | 33 | 363 | 123 | 131 | 0 | 5 | 364 | 132 | 65 |
| Binary | 101001 | 11011 | 11110011 | 1010011 | 1011001 | 0 | 101 | 11110100 | 1011010 | 110101 |
Color Harmonies of #291BF3
Complementary color
Monochromatic Colors of #291BF3
Black with #291BF3
Text Example
Text Example
White with #291BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291BF3; }
p { color: rgb(41,27,243); }
H1.HeaderClassName
{
color: #291BF3;
}
.AnyTagClassName
{
color: #291BF3;
}
</style>
background-color css
<style>
a { background-color: #291BF3; }
a { background-color: rgb(41,27,243); }
div.DivClassName
{
background-color: #291BF3;
}
.BgClassName
{
background-color: #291BF3;
}
</style>
border-color css
<style>
span { border-color: #291BF3; }
span { border-color: rgb(41,27,243); }
td.TdClassName
{
border-color: #291BF3;
}
.TagClassName
{
border-color: #291BF3;
}
</style>