Shades of Han Purple #291DFB
Tints of Han Purple #291DFB
RGB
CMYK
RGB Variations
Color information
#291DFB (or 0x291DFB) is known color: Han Purple. HEX triplet: 29, 1D and FB. RGB value is (41,29,251). Sum of RGB (Red+Green+Blue) = 41+29+251=321 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.77% from 321); Green value is 29 (11.72% from 255 or 9.03% from 321); Blue value is 251 (98.44% from 255 or 78.19% from 321); Max value from RGB is 251 - color contains mainly: blue. Hex color #291DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #291DFB is #D6E204. Grayscale: #393939. Windows color (decimal): -14082565 or 16457001. OLE color: 16457001.
HSL color Cylindrical-coordinate representation of color #291DFB: hue angle of 243.24º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #291DFB is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 29 | 251 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.02 |
| HSL | 243.24º | 0.97% | 0.55% | - |
| HSV(B) | 243.24º | 0.88% | 0.98% | - |
| XYZ | 18.77 | 8.32 | 91.88 | - |
| YUV | 57.9 | 236.98 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 29 | 251 | 0.84 | 0.88 | 0 | 0.02 | 243.24 | 0.97 | 0.55 |
| Hex | 29 | 1D | FB | 54 | 58 | 0 | 2 | F3 | 61 | 37 |
| Octal | 51 | 35 | 373 | 124 | 130 | 0 | 2 | 363 | 141 | 67 |
| Binary | 101001 | 11101 | 11111011 | 1010100 | 1011000 | 0 | 10 | 11110011 | 1100001 | 110111 |
Color Harmonies of #291DFB
Complementary color
Monochromatic Colors of #291DFB
Black with #291DFB
Text Example
Text Example
White with #291DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291DFB; }
p { color: rgb(41,29,251); }
H1.HeaderClassName
{
color: #291DFB;
}
.AnyTagClassName
{
color: #291DFB;
}
</style>
background-color css
<style>
a { background-color: #291DFB; }
a { background-color: rgb(41,29,251); }
div.DivClassName
{
background-color: #291DFB;
}
.BgClassName
{
background-color: #291DFB;
}
</style>
border-color css
<style>
span { border-color: #291DFB; }
span { border-color: rgb(41,29,251); }
td.TdClassName
{
border-color: #291DFB;
}
.TagClassName
{
border-color: #291DFB;
}
</style>