Shades of Han Purple #291EF7
Tints of Han Purple #291EF7
RGB
CMYK
RGB Variations
Color information
#291EF7 (or 0x291EF7) is known color: Han Purple. HEX triplet: 29, 1E and F7. RGB value is (41,30,247). Sum of RGB (Red+Green+Blue) = 41+30+247=318 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.89% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 247 (96.88% from 255 or 77.67% from 318); Max value from RGB is 247 - color contains mainly: blue. Hex color #291EF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #291EF7 is #D6E108. Grayscale: #393939. Windows color (decimal): -14082313 or 16195113. OLE color: 16195113.
HSL color Cylindrical-coordinate representation of color #291EF7: hue angle of 243.04º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #291EF7 is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 41 | 30 | 247 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.03 |
| HSL | 243.04º | 0.93% | 0.54% | - |
| HSV(B) | 243.04º | 0.88% | 0.97% | - |
| XYZ | 18.17 | 8.12 | 88.6 | - |
| YUV | 58.03 | 234.64 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 30 | 247 | 0.83 | 0.88 | 0 | 0.03 | 243.04 | 0.93 | 0.54 |
| Hex | 29 | 1E | F7 | 53 | 58 | 0 | 3 | F3 | 5D | 36 |
| Octal | 51 | 36 | 367 | 123 | 130 | 0 | 3 | 363 | 135 | 66 |
| Binary | 101001 | 11110 | 11110111 | 1010011 | 1011000 | 0 | 11 | 11110011 | 1011101 | 110110 |
Color Harmonies of #291EF7
Complementary color
Monochromatic Colors of #291EF7
Black with #291EF7
Text Example
Text Example
White with #291EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291EF7; }
p { color: rgb(41,30,247); }
H1.HeaderClassName
{
color: #291EF7;
}
.AnyTagClassName
{
color: #291EF7;
}
</style>
background-color css
<style>
a { background-color: #291EF7; }
a { background-color: rgb(41,30,247); }
div.DivClassName
{
background-color: #291EF7;
}
.BgClassName
{
background-color: #291EF7;
}
</style>
border-color css
<style>
span { border-color: #291EF7; }
span { border-color: rgb(41,30,247); }
td.TdClassName
{
border-color: #291EF7;
}
.TagClassName
{
border-color: #291EF7;
}
</style>