Shades of Han Purple #291DF8
Tints of Han Purple #291DF8
RGB
CMYK
RGB Variations
Color information
#291DF8 (or 0x291DF8) is known color: Han Purple. HEX triplet: 29, 1D and F8. RGB value is (41,29,248). Sum of RGB (Red+Green+Blue) = 41+29+248=318 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.89% from 318); Green value is 29 (11.72% from 255 or 9.12% from 318); Blue value is 248 (97.27% from 255 or 77.99% from 318); Max value from RGB is 248 - color contains mainly: blue. Hex color #291DF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #291DF8 is #D6E207. Grayscale: #383838. Windows color (decimal): -14082568 or 16260393. OLE color: 16260393.
HSL color Cylindrical-coordinate representation of color #291DF8: hue angle of 243.29º degrees, saturation: 0.94, 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 #291DF8 is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 41 | 29 | 248 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.03 |
| HSL | 243.29º | 0.94% | 0.54% | - |
| HSV(B) | 243.29º | 0.88% | 0.97% | - |
| XYZ | 18.3 | 8.13 | 89.41 | - |
| YUV | 57.55 | 235.48 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 29 | 248 | 0.83 | 0.88 | 0 | 0.03 | 243.29 | 0.94 | 0.54 |
| Hex | 29 | 1D | F8 | 53 | 58 | 0 | 3 | F3 | 5E | 36 |
| Octal | 51 | 35 | 370 | 123 | 130 | 0 | 3 | 363 | 136 | 66 |
| Binary | 101001 | 11101 | 11111000 | 1010011 | 1011000 | 0 | 11 | 11110011 | 1011110 | 110110 |
Color Harmonies of #291DF8
Complementary color
Monochromatic Colors of #291DF8
Black with #291DF8
Text Example
Text Example
White with #291DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291DF8; }
p { color: rgb(41,29,248); }
H1.HeaderClassName
{
color: #291DF8;
}
.AnyTagClassName
{
color: #291DF8;
}
</style>
background-color css
<style>
a { background-color: #291DF8; }
a { background-color: rgb(41,29,248); }
div.DivClassName
{
background-color: #291DF8;
}
.BgClassName
{
background-color: #291DF8;
}
</style>
border-color css
<style>
span { border-color: #291DF8; }
span { border-color: rgb(41,29,248); }
td.TdClassName
{
border-color: #291DF8;
}
.TagClassName
{
border-color: #291DF8;
}
</style>