Shades of Han Purple #291CFB
Tints of Han Purple #291CFB
RGB
CMYK
RGB Variations
Color information
#291CFB (or 0x291CFB) is known color: Han Purple. HEX triplet: 29, 1C and FB. RGB value is (41,28,251). Sum of RGB (Red+Green+Blue) = 41+28+251=320 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.81% from 320); Green value is 28 (11.33% from 255 or 8.75% from 320); Blue value is 251 (98.44% from 255 or 78.44% from 320); Max value from RGB is 251 - color contains mainly: blue. Hex color #291CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #291CFB is #D6E304. Grayscale: #383838. Windows color (decimal): -14082821 or 16456745. OLE color: 16456745.
HSL color Cylindrical-coordinate representation of color #291CFB: hue angle of 243.5º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #291CFB is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 28 | 251 | - |
| CMYK | 0.84 | 0.89 | 0 | 0.02 |
| HSL | 243.5º | 0.97% | 0.55% | - |
| HSV(B) | 243.5º | 0.89% | 0.98% | - |
| XYZ | 18.74 | 8.27 | 91.87 | - |
| YUV | 57.31 | 237.31 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 28 | 251 | 0.84 | 0.89 | 0 | 0.02 | 243.5 | 0.97 | 0.55 |
| Hex | 29 | 1C | FB | 54 | 59 | 0 | 2 | F3 | 61 | 37 |
| Octal | 51 | 34 | 373 | 124 | 131 | 0 | 2 | 363 | 141 | 67 |
| Binary | 101001 | 11100 | 11111011 | 1010100 | 1011001 | 0 | 10 | 11110011 | 1100001 | 110111 |
Color Harmonies of #291CFB
Complementary color
Monochromatic Colors of #291CFB
Black with #291CFB
Text Example
Text Example
White with #291CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291CFB; }
p { color: rgb(41,28,251); }
H1.HeaderClassName
{
color: #291CFB;
}
.AnyTagClassName
{
color: #291CFB;
}
</style>
background-color css
<style>
a { background-color: #291CFB; }
a { background-color: rgb(41,28,251); }
div.DivClassName
{
background-color: #291CFB;
}
.BgClassName
{
background-color: #291CFB;
}
</style>
border-color css
<style>
span { border-color: #291CFB; }
span { border-color: rgb(41,28,251); }
td.TdClassName
{
border-color: #291CFB;
}
.TagClassName
{
border-color: #291CFB;
}
</style>