Shades of Han Purple #291EF3
Tints of Han Purple #291EF3
RGB
CMYK
RGB Variations
Color information
#291EF3 (or 0x291EF3) is known color: Han Purple. HEX triplet: 29, 1E and F3. RGB value is (41,30,243). Sum of RGB (Red+Green+Blue) = 41+30+243=314 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.06% from 314); Green value is 30 (12.11% from 255 or 9.55% from 314); Blue value is 243 (95.31% from 255 or 77.39% from 314); Max value from RGB is 243 - color contains mainly: blue. Hex color #291EF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #291EF3 is #D6E10C. Grayscale: #383838. Windows color (decimal): -14082317 or 15932969. OLE color: 15932969.
HSL color Cylindrical-coordinate representation of color #291EF3: hue angle of 243.1º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #291EF3 is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 41 | 30 | 243 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.05 |
| HSL | 243.1º | 0.9% | 0.54% | - |
| HSV(B) | 243.1º | 0.88% | 0.95% | - |
| XYZ | 17.56 | 7.87 | 85.39 | - |
| YUV | 57.57 | 232.64 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 30 | 243 | 0.83 | 0.88 | 0 | 0.05 | 243.1 | 0.9 | 0.54 |
| Hex | 29 | 1E | F3 | 53 | 58 | 0 | 5 | F3 | 5A | 36 |
| Octal | 51 | 36 | 363 | 123 | 130 | 0 | 5 | 363 | 132 | 66 |
| Binary | 101001 | 11110 | 11110011 | 1010011 | 1011000 | 0 | 101 | 11110011 | 1011010 | 110110 |
Color Harmonies of #291EF3
Complementary color
Monochromatic Colors of #291EF3
Black with #291EF3
Text Example
Text Example
White with #291EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291EF3; }
p { color: rgb(41,30,243); }
H1.HeaderClassName
{
color: #291EF3;
}
.AnyTagClassName
{
color: #291EF3;
}
</style>
background-color css
<style>
a { background-color: #291EF3; }
a { background-color: rgb(41,30,243); }
div.DivClassName
{
background-color: #291EF3;
}
.BgClassName
{
background-color: #291EF3;
}
</style>
border-color css
<style>
span { border-color: #291EF3; }
span { border-color: rgb(41,30,243); }
td.TdClassName
{
border-color: #291EF3;
}
.TagClassName
{
border-color: #291EF3;
}
</style>