Shades of Han Purple #291BFA
Tints of Han Purple #291BFA
RGB
CMYK
RGB Variations
Color information
#291BFA (or 0x291BFA) is known color: Han Purple. HEX triplet: 29, 1B and FA. RGB value is (41,27,250). Sum of RGB (Red+Green+Blue) = 41+27+250=318 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.89% from 318); Green value is 27 (10.94% from 255 or 8.49% from 318); Blue value is 250 (98.05% from 255 or 78.62% from 318); Max value from RGB is 250 - color contains mainly: blue. Hex color #291BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #291BFA is #D6E405. Grayscale: #373737. Windows color (decimal): -14083078 or 16390953. OLE color: 16390953.
HSL color Cylindrical-coordinate representation of color #291BFA: hue angle of 243.77º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #291BFA is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 27 | 250 | - |
| CMYK | 0.84 | 0.89 | 0 | 0.02 |
| HSL | 243.77º | 0.96% | 0.54% | - |
| HSV(B) | 243.77º | 0.89% | 0.98% | - |
| XYZ | 18.56 | 8.16 | 91.04 | - |
| YUV | 56.61 | 237.14 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 27 | 250 | 0.84 | 0.89 | 0 | 0.02 | 243.77 | 0.96 | 0.54 |
| Hex | 29 | 1B | FA | 54 | 59 | 0 | 2 | F4 | 60 | 36 |
| Octal | 51 | 33 | 372 | 124 | 131 | 0 | 2 | 364 | 140 | 66 |
| Binary | 101001 | 11011 | 11111010 | 1010100 | 1011001 | 0 | 10 | 11110100 | 1100000 | 110110 |
Color Harmonies of #291BFA
Complementary color
Monochromatic Colors of #291BFA
Black with #291BFA
Text Example
Text Example
White with #291BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291BFA; }
p { color: rgb(41,27,250); }
H1.HeaderClassName
{
color: #291BFA;
}
.AnyTagClassName
{
color: #291BFA;
}
</style>
background-color css
<style>
a { background-color: #291BFA; }
a { background-color: rgb(41,27,250); }
div.DivClassName
{
background-color: #291BFA;
}
.BgClassName
{
background-color: #291BFA;
}
</style>
border-color css
<style>
span { border-color: #291BFA; }
span { border-color: rgb(41,27,250); }
td.TdClassName
{
border-color: #291BFA;
}
.TagClassName
{
border-color: #291BFA;
}
</style>