Shades of Han Purple #291CFF
Tints of Han Purple #291CFF
RGB
CMYK
RGB Variations
Color information
#291CFF (or 0x291CFF) is known color: Han Purple. HEX triplet: 29, 1C and FF. RGB value is (41,28,255). Sum of RGB (Red+Green+Blue) = 41+28+255=324 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.65% from 324); Green value is 28 (11.33% from 255 or 8.64% from 324); Blue value is 255 (100% from 255 or 78.70% from 324); Max value from RGB is 255 - color contains mainly: blue. Hex color #291CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #291CFF is #D6E300. Grayscale: #383838. Windows color (decimal): -14082817 or 16718889. OLE color: 16718889.
HSL color Cylindrical-coordinate representation of color #291CFF: hue angle of 243.44º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #291CFF is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 28 | 255 | - |
| CMYK | 0.84 | 0.89 | 0 | 0 |
| HSL | 243.44º | 1% | 0.55% | - |
| HSV(B) | 243.44º | 0.89% | 1% | - |
| XYZ | 19.38 | 8.52 | 95.23 | - |
| YUV | 57.77 | 239.31 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 28 | 255 | 0.84 | 0.89 | 0 | 0 | 243.44 | 1 | 0.55 |
| Hex | 29 | 1C | FF | 54 | 59 | 0 | 0 | F3 | 64 | 37 |
| Octal | 51 | 34 | 377 | 124 | 131 | 0 | 0 | 363 | 144 | 67 |
| Binary | 101001 | 11100 | 11111111 | 1010100 | 1011001 | 0 | 0 | 11110011 | 1100100 | 110111 |
Color Harmonies of #291CFF
Complementary color
Monochromatic Colors of #291CFF
Black with #291CFF
Text Example
Text Example
White with #291CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291CFF; }
p { color: rgb(41,28,255); }
H1.HeaderClassName
{
color: #291CFF;
}
.AnyTagClassName
{
color: #291CFF;
}
</style>
background-color css
<style>
a { background-color: #291CFF; }
a { background-color: rgb(41,28,255); }
div.DivClassName
{
background-color: #291CFF;
}
.BgClassName
{
background-color: #291CFF;
}
</style>
border-color css
<style>
span { border-color: #291CFF; }
span { border-color: rgb(41,28,255); }
td.TdClassName
{
border-color: #291CFF;
}
.TagClassName
{
border-color: #291CFF;
}
</style>