Shades of Han Purple #291DFA
Tints of Han Purple #291DFA
RGB
CMYK
RGB Variations
Color information
#291DFA (or 0x291DFA) is known color: Han Purple. HEX triplet: 29, 1D and FA. RGB value is (41,29,250). Sum of RGB (Red+Green+Blue) = 41+29+250=320 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.81% from 320); Green value is 29 (11.72% from 255 or 9.06% from 320); Blue value is 250 (98.05% from 255 or 78.12% from 320); Max value from RGB is 250 - color contains mainly: blue. Hex color #291DFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #291DFA is #D6E205. Grayscale: #383838. Windows color (decimal): -14082566 or 16391465. OLE color: 16391465.
HSL color Cylindrical-coordinate representation of color #291DFA: hue angle of 243.26º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #291DFA is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 29 | 250 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.02 |
| HSL | 243.26º | 0.96% | 0.55% | - |
| HSV(B) | 243.26º | 0.88% | 0.98% | - |
| XYZ | 18.61 | 8.25 | 91.05 | - |
| YUV | 57.78 | 236.48 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 29 | 250 | 0.84 | 0.88 | 0 | 0.02 | 243.26 | 0.96 | 0.55 |
| Hex | 29 | 1D | FA | 54 | 58 | 0 | 2 | F3 | 60 | 37 |
| Octal | 51 | 35 | 372 | 124 | 130 | 0 | 2 | 363 | 140 | 67 |
| Binary | 101001 | 11101 | 11111010 | 1010100 | 1011000 | 0 | 10 | 11110011 | 1100000 | 110111 |
Color Harmonies of #291DFA
Complementary color
Monochromatic Colors of #291DFA
Black with #291DFA
Text Example
Text Example
White with #291DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291DFA; }
p { color: rgb(41,29,250); }
H1.HeaderClassName
{
color: #291DFA;
}
.AnyTagClassName
{
color: #291DFA;
}
</style>
background-color css
<style>
a { background-color: #291DFA; }
a { background-color: rgb(41,29,250); }
div.DivClassName
{
background-color: #291DFA;
}
.BgClassName
{
background-color: #291DFA;
}
</style>
border-color css
<style>
span { border-color: #291DFA; }
span { border-color: rgb(41,29,250); }
td.TdClassName
{
border-color: #291DFA;
}
.TagClassName
{
border-color: #291DFA;
}
</style>