Shades of Han Purple #291FFB
Tints of Han Purple #291FFB
RGB
CMYK
RGB Variations
Color information
#291FFB (or 0x291FFB) is known color: Han Purple. HEX triplet: 29, 1F and FB. RGB value is (41,31,251). Sum of RGB (Red+Green+Blue) = 41+31+251=323 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.69% from 323); Green value is 31 (12.5% from 255 or 9.60% from 323); Blue value is 251 (98.44% from 255 or 77.71% from 323); Max value from RGB is 251 - color contains mainly: blue. Hex color #291FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #291FFB is #D6E004. Grayscale: #3A3A3A. Windows color (decimal): -14082053 or 16457513. OLE color: 16457513.
HSL color Cylindrical-coordinate representation of color #291FFB: hue angle of 242.73º degrees, saturation: 0.96, 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 #291FFB is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 31 | 251 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.02 |
| HSL | 242.73º | 0.96% | 0.55% | - |
| HSV(B) | 242.73º | 0.88% | 0.98% | - |
| XYZ | 18.82 | 8.42 | 91.9 | - |
| YUV | 59.07 | 236.31 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 31 | 251 | 0.84 | 0.88 | 0 | 0.02 | 242.73 | 0.96 | 0.55 |
| Hex | 29 | 1F | FB | 54 | 58 | 0 | 2 | F3 | 60 | 37 |
| Octal | 51 | 37 | 373 | 124 | 130 | 0 | 2 | 363 | 140 | 67 |
| Binary | 101001 | 11111 | 11111011 | 1010100 | 1011000 | 0 | 10 | 11110011 | 1100000 | 110111 |
Color Harmonies of #291FFB
Complementary color
Monochromatic Colors of #291FFB
Black with #291FFB
Text Example
Text Example
White with #291FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291FFB; }
p { color: rgb(41,31,251); }
H1.HeaderClassName
{
color: #291FFB;
}
.AnyTagClassName
{
color: #291FFB;
}
</style>
background-color css
<style>
a { background-color: #291FFB; }
a { background-color: rgb(41,31,251); }
div.DivClassName
{
background-color: #291FFB;
}
.BgClassName
{
background-color: #291FFB;
}
</style>
border-color css
<style>
span { border-color: #291FFB; }
span { border-color: rgb(41,31,251); }
td.TdClassName
{
border-color: #291FFB;
}
.TagClassName
{
border-color: #291FFB;
}
</style>