Shades of Han Purple #2919EB
Tints of Han Purple #2919EB
RGB
CMYK
RGB Variations
Color information
#2919EB (or 0x2919EB) is known color: Han Purple. HEX triplet: 29, 19 and EB. RGB value is (41,25,235). Sum of RGB (Red+Green+Blue) = 41+25+235=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 235 (92.19% from 255 or 78.07% from 301); Max value from RGB is 235 - color contains mainly: blue. Hex color #2919EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2919EB is #D6E614. Grayscale: #343434. Windows color (decimal): -14083605 or 15407401. OLE color: 15407401.
HSL color Cylindrical-coordinate representation of color #2919EB: hue angle of 244.57º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2919EB is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 25 | 235 | - |
| CMYK | 0.83 | 0.89 | 0 | 0.08 |
| HSL | 244.57º | 0.84% | 0.51% | - |
| HSV(B) | 244.57º | 0.89% | 0.92% | - |
| XYZ | 16.26 | 7.16 | 79.12 | - |
| YUV | 53.72 | 230.3 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 25 | 235 | 0.83 | 0.89 | 0 | 0.08 | 244.57 | 0.84 | 0.51 |
| Hex | 29 | 19 | EB | 53 | 59 | 0 | 8 | F5 | 54 | 33 |
| Octal | 51 | 31 | 353 | 123 | 131 | 0 | 10 | 365 | 124 | 63 |
| Binary | 101001 | 11001 | 11101011 | 1010011 | 1011001 | 0 | 1000 | 11110101 | 1010100 | 110011 |
Color Harmonies of #2919EB
Complementary color
Monochromatic Colors of #2919EB
Black with #2919EB
Text Example
Text Example
White with #2919EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2919EB; }
p { color: rgb(41,25,235); }
H1.HeaderClassName
{
color: #2919EB;
}
.AnyTagClassName
{
color: #2919EB;
}
</style>
background-color css
<style>
a { background-color: #2919EB; }
a { background-color: rgb(41,25,235); }
div.DivClassName
{
background-color: #2919EB;
}
.BgClassName
{
background-color: #2919EB;
}
</style>
border-color css
<style>
span { border-color: #2919EB; }
span { border-color: rgb(41,25,235); }
td.TdClassName
{
border-color: #2919EB;
}
.TagClassName
{
border-color: #2919EB;
}
</style>