Shades of Han Purple #2919ED
Tints of Han Purple #2919ED
RGB
CMYK
RGB Variations
Color information
#2919ED (or 0x2919ED) is known color: Han Purple. HEX triplet: 29, 19 and ED. RGB value is (41,25,237). Sum of RGB (Red+Green+Blue) = 41+25+237=303 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.53% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 237 (92.97% from 255 or 78.22% from 303); Max value from RGB is 237 - color contains mainly: blue. Hex color #2919ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2919ED is #D6E612. Grayscale: #353535. Windows color (decimal): -14083603 or 15538473. OLE color: 15538473.
HSL color Cylindrical-coordinate representation of color #2919ED: hue angle of 244.53º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2919ED is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 25 | 237 | - |
| CMYK | 0.83 | 0.89 | 0 | 0.07 |
| HSL | 244.53º | 0.85% | 0.51% | - |
| HSV(B) | 244.53º | 0.89% | 0.93% | - |
| XYZ | 16.55 | 7.28 | 80.65 | - |
| YUV | 53.95 | 231.3 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 25 | 237 | 0.83 | 0.89 | 0 | 0.07 | 244.53 | 0.85 | 0.51 |
| Hex | 29 | 19 | ED | 53 | 59 | 0 | 7 | F5 | 55 | 33 |
| Octal | 51 | 31 | 355 | 123 | 131 | 0 | 7 | 365 | 125 | 63 |
| Binary | 101001 | 11001 | 11101101 | 1010011 | 1011001 | 0 | 111 | 11110101 | 1010101 | 110011 |
Color Harmonies of #2919ED
Complementary color
Monochromatic Colors of #2919ED
Black with #2919ED
Text Example
Text Example
White with #2919ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2919ED; }
p { color: rgb(41,25,237); }
H1.HeaderClassName
{
color: #2919ED;
}
.AnyTagClassName
{
color: #2919ED;
}
</style>
background-color css
<style>
a { background-color: #2919ED; }
a { background-color: rgb(41,25,237); }
div.DivClassName
{
background-color: #2919ED;
}
.BgClassName
{
background-color: #2919ED;
}
</style>
border-color css
<style>
span { border-color: #2919ED; }
span { border-color: rgb(41,25,237); }
td.TdClassName
{
border-color: #2919ED;
}
.TagClassName
{
border-color: #2919ED;
}
</style>