Shades of Han Purple #2919FF
Tints of Han Purple #2919FF
RGB
CMYK
RGB Variations
Color information
#2919FF (or 0x2919FF) is known color: Han Purple. HEX triplet: 29, 19 and FF. RGB value is (41,25,255). Sum of RGB (Red+Green+Blue) = 41+25+255=321 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.77% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 255 (100% from 255 or 79.44% from 321); Max value from RGB is 255 - color contains mainly: blue. Hex color #2919FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2919FF is #D6E600. Grayscale: #373737. Windows color (decimal): -14083585 or 16718121. OLE color: 16718121.
HSL color Cylindrical-coordinate representation of color #2919FF: hue angle of 244.17º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2919FF is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 25 | 255 | - |
| CMYK | 0.84 | 0.90 | 0 | 0 |
| HSL | 244.17º | 1% | 0.55% | - |
| HSV(B) | 244.17º | 0.9% | 1% | - |
| XYZ | 19.31 | 8.39 | 95.21 | - |
| YUV | 56 | 240.3 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 25 | 255 | 0.84 | 0.90 | 0 | 0 | 244.17 | 1 | 0.55 |
| Hex | 29 | 19 | FF | 54 | 5A | 0 | 0 | F4 | 64 | 37 |
| Octal | 51 | 31 | 377 | 124 | 132 | 0 | 0 | 364 | 144 | 67 |
| Binary | 101001 | 11001 | 11111111 | 1010100 | 1011010 | 0 | 0 | 11110100 | 1100100 | 110111 |
Color Harmonies of #2919FF
Complementary color
Monochromatic Colors of #2919FF
Black with #2919FF
Text Example
Text Example
White with #2919FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2919FF; }
p { color: rgb(41,25,255); }
H1.HeaderClassName
{
color: #2919FF;
}
.AnyTagClassName
{
color: #2919FF;
}
</style>
background-color css
<style>
a { background-color: #2919FF; }
a { background-color: rgb(41,25,255); }
div.DivClassName
{
background-color: #2919FF;
}
.BgClassName
{
background-color: #2919FF;
}
</style>
border-color css
<style>
span { border-color: #2919FF; }
span { border-color: rgb(41,25,255); }
td.TdClassName
{
border-color: #2919FF;
}
.TagClassName
{
border-color: #2919FF;
}
</style>