Shades of Han Purple #291BFE
Tints of Han Purple #291BFE
RGB
CMYK
RGB Variations
Color information
#291BFE (or 0x291BFE) is known color: Han Purple. HEX triplet: 29, 1B and FE. RGB value is (41,27,254). Sum of RGB (Red+Green+Blue) = 41+27+254=322 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.73% from 322); Green value is 27 (10.94% from 255 or 8.39% from 322); Blue value is 254 (99.61% from 255 or 78.88% from 322); Max value from RGB is 254 - color contains mainly: blue. Hex color #291BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #291BFE is #D6E401. Grayscale: #383838. Windows color (decimal): -14083074 or 16653097. OLE color: 16653097.
HSL color Cylindrical-coordinate representation of color #291BFE: hue angle of 243.7º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #291BFE is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 27 | 254 | - |
| CMYK | 0.84 | 0.89 | 0 | 0.00 |
| HSL | 243.7º | 0.99% | 0.55% | - |
| HSV(B) | 243.7º | 0.89% | 1% | - |
| XYZ | 19.2 | 8.41 | 94.38 | - |
| YUV | 57.06 | 239.14 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 27 | 254 | 0.84 | 0.89 | 0 | 0.00 | 243.7 | 0.99 | 0.55 |
| Hex | 29 | 1B | FE | 54 | 59 | 0 | 0 | F4 | 63 | 37 |
| Octal | 51 | 33 | 376 | 124 | 131 | 0 | 0 | 364 | 143 | 67 |
| Binary | 101001 | 11011 | 11111110 | 1010100 | 1011001 | 0 | 0 | 11110100 | 1100011 | 110111 |
Color Harmonies of #291BFE
Complementary color
Monochromatic Colors of #291BFE
Black with #291BFE
Text Example
Text Example
White with #291BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291BFE; }
p { color: rgb(41,27,254); }
H1.HeaderClassName
{
color: #291BFE;
}
.AnyTagClassName
{
color: #291BFE;
}
</style>
background-color css
<style>
a { background-color: #291BFE; }
a { background-color: rgb(41,27,254); }
div.DivClassName
{
background-color: #291BFE;
}
.BgClassName
{
background-color: #291BFE;
}
</style>
border-color css
<style>
span { border-color: #291BFE; }
span { border-color: rgb(41,27,254); }
td.TdClassName
{
border-color: #291BFE;
}
.TagClassName
{
border-color: #291BFE;
}
</style>