Shades of Han Purple #291FFC
Tints of Han Purple #291FFC
RGB
CMYK
RGB Variations
Color information
#291FFC (or 0x291FFC) is known color: Han Purple. HEX triplet: 29, 1F and FC. RGB value is (41,31,252). Sum of RGB (Red+Green+Blue) = 41+31+252=324 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.65% from 324); Green value is 31 (12.5% from 255 or 9.57% from 324); Blue value is 252 (98.83% from 255 or 77.78% from 324); Max value from RGB is 252 - color contains mainly: blue. Hex color #291FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #291FFC is #D6E003. Grayscale: #3A3A3A. Windows color (decimal): -14082052 or 16523049. OLE color: 16523049.
HSL color Cylindrical-coordinate representation of color #291FFC: hue angle of 242.71º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #291FFC is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 31 | 252 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.01 |
| HSL | 242.71º | 0.97% | 0.55% | - |
| HSV(B) | 242.71º | 0.88% | 0.99% | - |
| XYZ | 18.98 | 8.48 | 92.73 | - |
| YUV | 59.18 | 236.81 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 31 | 252 | 0.84 | 0.88 | 0 | 0.01 | 242.71 | 0.97 | 0.55 |
| Hex | 29 | 1F | FC | 54 | 58 | 0 | 1 | F3 | 61 | 37 |
| Octal | 51 | 37 | 374 | 124 | 130 | 0 | 1 | 363 | 141 | 67 |
| Binary | 101001 | 11111 | 11111100 | 1010100 | 1011000 | 0 | 1 | 11110011 | 1100001 | 110111 |
Color Harmonies of #291FFC
Complementary color
Monochromatic Colors of #291FFC
Black with #291FFC
Text Example
Text Example
White with #291FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291FFC; }
p { color: rgb(41,31,252); }
H1.HeaderClassName
{
color: #291FFC;
}
.AnyTagClassName
{
color: #291FFC;
}
</style>
background-color css
<style>
a { background-color: #291FFC; }
a { background-color: rgb(41,31,252); }
div.DivClassName
{
background-color: #291FFC;
}
.BgClassName
{
background-color: #291FFC;
}
</style>
border-color css
<style>
span { border-color: #291FFC; }
span { border-color: rgb(41,31,252); }
td.TdClassName
{
border-color: #291FFC;
}
.TagClassName
{
border-color: #291FFC;
}
</style>