Shades of Han Purple #291FFD
Tints of Han Purple #291FFD
RGB
CMYK
RGB Variations
Color information
#291FFD (or 0x291FFD) is known color: Han Purple. HEX triplet: 29, 1F and FD. RGB value is (41,31,253). Sum of RGB (Red+Green+Blue) = 41+31+253=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 31 (12.5% from 255 or 9.54% from 325); Blue value is 253 (99.22% from 255 or 77.85% from 325); Max value from RGB is 253 - color contains mainly: blue. Hex color #291FFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #291FFD is #D6E002. Grayscale: #3A3A3A. Windows color (decimal): -14082051 or 16588585. OLE color: 16588585.
HSL color Cylindrical-coordinate representation of color #291FFD: hue angle of 242.7º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #291FFD is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 31 | 253 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.01 |
| HSL | 242.7º | 0.98% | 0.56% | - |
| HSV(B) | 242.7º | 0.88% | 0.99% | - |
| XYZ | 19.13 | 8.54 | 93.57 | - |
| YUV | 59.3 | 237.31 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 31 | 253 | 0.84 | 0.88 | 0 | 0.01 | 242.7 | 0.98 | 0.56 |
| Hex | 29 | 1F | FD | 54 | 58 | 0 | 1 | F3 | 62 | 38 |
| Octal | 51 | 37 | 375 | 124 | 130 | 0 | 1 | 363 | 142 | 70 |
| Binary | 101001 | 11111 | 11111101 | 1010100 | 1011000 | 0 | 1 | 11110011 | 1100010 | 111000 |
Color Harmonies of #291FFD
Complementary color
Monochromatic Colors of #291FFD
Black with #291FFD
Text Example
Text Example
White with #291FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291FFD; }
p { color: rgb(41,31,253); }
H1.HeaderClassName
{
color: #291FFD;
}
.AnyTagClassName
{
color: #291FFD;
}
</style>
background-color css
<style>
a { background-color: #291FFD; }
a { background-color: rgb(41,31,253); }
div.DivClassName
{
background-color: #291FFD;
}
.BgClassName
{
background-color: #291FFD;
}
</style>
border-color css
<style>
span { border-color: #291FFD; }
span { border-color: rgb(41,31,253); }
td.TdClassName
{
border-color: #291FFD;
}
.TagClassName
{
border-color: #291FFD;
}
</style>