Shades of Han Purple #2919FD
Tints of Han Purple #2919FD
RGB
CMYK
RGB Variations
Color information
#2919FD (or 0x2919FD) is known color: Han Purple. HEX triplet: 29, 19 and FD. RGB value is (41,25,253). Sum of RGB (Red+Green+Blue) = 41+25+253=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 253 (99.22% from 255 or 79.31% from 319); Max value from RGB is 253 - color contains mainly: blue. Hex color #2919FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2919FD is #D6E602. Grayscale: #363636. Windows color (decimal): -14083587 or 16587049. OLE color: 16587049.
HSL color Cylindrical-coordinate representation of color #2919FD: hue angle of 244.21º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2919FD is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 25 | 253 | - |
| CMYK | 0.84 | 0.90 | 0 | 0.01 |
| HSL | 244.21º | 0.98% | 0.55% | - |
| HSV(B) | 244.21º | 0.9% | 0.99% | - |
| XYZ | 18.99 | 8.26 | 93.52 | - |
| YUV | 55.78 | 239.3 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 25 | 253 | 0.84 | 0.90 | 0 | 0.01 | 244.21 | 0.98 | 0.55 |
| Hex | 29 | 19 | FD | 54 | 5A | 0 | 1 | F4 | 62 | 37 |
| Octal | 51 | 31 | 375 | 124 | 132 | 0 | 1 | 364 | 142 | 67 |
| Binary | 101001 | 11001 | 11111101 | 1010100 | 1011010 | 0 | 1 | 11110100 | 1100010 | 110111 |
Color Harmonies of #2919FD
Complementary color
Monochromatic Colors of #2919FD
Black with #2919FD
Text Example
Text Example
White with #2919FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2919FD; }
p { color: rgb(41,25,253); }
H1.HeaderClassName
{
color: #2919FD;
}
.AnyTagClassName
{
color: #2919FD;
}
</style>
background-color css
<style>
a { background-color: #2919FD; }
a { background-color: rgb(41,25,253); }
div.DivClassName
{
background-color: #2919FD;
}
.BgClassName
{
background-color: #2919FD;
}
</style>
border-color css
<style>
span { border-color: #2919FD; }
span { border-color: rgb(41,25,253); }
td.TdClassName
{
border-color: #2919FD;
}
.TagClassName
{
border-color: #2919FD;
}
</style>