Shades of Han Purple #291AF8
Tints of Han Purple #291AF8
RGB
CMYK
RGB Variations
Color information
#291AF8 (or 0x291AF8) is known color: Han Purple. HEX triplet: 29, 1A and F8. RGB value is (41,26,248). Sum of RGB (Red+Green+Blue) = 41+26+248=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 248 (97.27% from 255 or 78.73% from 315); Max value from RGB is 248 - color contains mainly: blue. Hex color #291AF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #291AF8 is #D6E507. Grayscale: #363636. Windows color (decimal): -14083336 or 16259625. OLE color: 16259625.
HSL color Cylindrical-coordinate representation of color #291AF8: hue angle of 244.05º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #291AF8 is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 41 | 26 | 248 | - |
| CMYK | 0.83 | 0.90 | 0 | 0.03 |
| HSL | 244.05º | 0.94% | 0.54% | - |
| HSV(B) | 244.05º | 0.9% | 0.97% | - |
| XYZ | 18.23 | 7.99 | 89.39 | - |
| YUV | 55.79 | 236.47 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 26 | 248 | 0.83 | 0.90 | 0 | 0.03 | 244.05 | 0.94 | 0.54 |
| Hex | 29 | 1A | F8 | 53 | 5A | 0 | 3 | F4 | 5E | 36 |
| Octal | 51 | 32 | 370 | 123 | 132 | 0 | 3 | 364 | 136 | 66 |
| Binary | 101001 | 11010 | 11111000 | 1010011 | 1011010 | 0 | 11 | 11110100 | 1011110 | 110110 |
Color Harmonies of #291AF8
Complementary color
Monochromatic Colors of #291AF8
Black with #291AF8
Text Example
Text Example
White with #291AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291AF8; }
p { color: rgb(41,26,248); }
H1.HeaderClassName
{
color: #291AF8;
}
.AnyTagClassName
{
color: #291AF8;
}
</style>
background-color css
<style>
a { background-color: #291AF8; }
a { background-color: rgb(41,26,248); }
div.DivClassName
{
background-color: #291AF8;
}
.BgClassName
{
background-color: #291AF8;
}
</style>
border-color css
<style>
span { border-color: #291AF8; }
span { border-color: rgb(41,26,248); }
td.TdClassName
{
border-color: #291AF8;
}
.TagClassName
{
border-color: #291AF8;
}
</style>