Shades of Han Purple #291FEE
Tints of Han Purple #291FEE
RGB
CMYK
RGB Variations
Color information
#291FEE (or 0x291FEE) is known color: Han Purple. HEX triplet: 29, 1F and EE. RGB value is (41,31,238). Sum of RGB (Red+Green+Blue) = 41+31+238=310 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.23% from 310); Green value is 31 (12.5% from 255 or 10% from 310); Blue value is 238 (93.36% from 255 or 76.77% from 310); Max value from RGB is 238 - color contains mainly: blue. Hex color #291FEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #291FEE is #D6E011. Grayscale: #383838. Windows color (decimal): -14082066 or 15605545. OLE color: 15605545.
HSL color Cylindrical-coordinate representation of color #291FEE: hue angle of 242.9º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #291FEE is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 31 | 238 | - |
| CMYK | 0.83 | 0.87 | 0 | 0.07 |
| HSL | 242.9º | 0.86% | 0.53% | - |
| HSV(B) | 242.9º | 0.87% | 0.93% | - |
| XYZ | 16.84 | 7.62 | 81.47 | - |
| YUV | 57.59 | 229.81 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 31 | 238 | 0.83 | 0.87 | 0 | 0.07 | 242.9 | 0.86 | 0.53 |
| Hex | 29 | 1F | EE | 53 | 57 | 0 | 7 | F3 | 56 | 35 |
| Octal | 51 | 37 | 356 | 123 | 127 | 0 | 7 | 363 | 126 | 65 |
| Binary | 101001 | 11111 | 11101110 | 1010011 | 1010111 | 0 | 111 | 11110011 | 1010110 | 110101 |
Color Harmonies of #291FEE
Complementary color
Monochromatic Colors of #291FEE
Black with #291FEE
Text Example
Text Example
White with #291FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291FEE; }
p { color: rgb(41,31,238); }
H1.HeaderClassName
{
color: #291FEE;
}
.AnyTagClassName
{
color: #291FEE;
}
</style>
background-color css
<style>
a { background-color: #291FEE; }
a { background-color: rgb(41,31,238); }
div.DivClassName
{
background-color: #291FEE;
}
.BgClassName
{
background-color: #291FEE;
}
</style>
border-color css
<style>
span { border-color: #291FEE; }
span { border-color: rgb(41,31,238); }
td.TdClassName
{
border-color: #291FEE;
}
.TagClassName
{
border-color: #291FEE;
}
</style>