Shades of Han Purple #2917FF
Tints of Han Purple #2917FF
RGB
CMYK
RGB Variations
Color information
#2917FF (or 0x2917FF) is known color: Han Purple. HEX triplet: 29, 17 and FF. RGB value is (41,23,255). Sum of RGB (Red+Green+Blue) = 41+23+255=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 255 (100% from 255 or 79.94% from 319); Max value from RGB is 255 - color contains mainly: blue. Hex color #2917FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2917FF is #D6E800. Grayscale: #353535. Windows color (decimal): -14084097 or 16717609. OLE color: 16717609.
HSL color Cylindrical-coordinate representation of color #2917FF: hue angle of 244.66º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2917FF is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 23 | 255 | - |
| CMYK | 0.84 | 0.91 | 0 | 0 |
| HSL | 244.66º | 1% | 0.55% | - |
| HSV(B) | 244.66º | 0.91% | 1% | - |
| XYZ | 19.27 | 8.3 | 95.19 | - |
| YUV | 54.83 | 240.96 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 23 | 255 | 0.84 | 0.91 | 0 | 0 | 244.66 | 1 | 0.55 |
| Hex | 29 | 17 | FF | 54 | 5B | 0 | 0 | F5 | 64 | 37 |
| Octal | 51 | 27 | 377 | 124 | 133 | 0 | 0 | 365 | 144 | 67 |
| Binary | 101001 | 10111 | 11111111 | 1010100 | 1011011 | 0 | 0 | 11110101 | 1100100 | 110111 |
Color Harmonies of #2917FF
Complementary color
Monochromatic Colors of #2917FF
Black with #2917FF
Text Example
Text Example
White with #2917FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2917FF; }
p { color: rgb(41,23,255); }
H1.HeaderClassName
{
color: #2917FF;
}
.AnyTagClassName
{
color: #2917FF;
}
</style>
background-color css
<style>
a { background-color: #2917FF; }
a { background-color: rgb(41,23,255); }
div.DivClassName
{
background-color: #2917FF;
}
.BgClassName
{
background-color: #2917FF;
}
</style>
border-color css
<style>
span { border-color: #2917FF; }
span { border-color: rgb(41,23,255); }
td.TdClassName
{
border-color: #2917FF;
}
.TagClassName
{
border-color: #2917FF;
}
</style>