Shades of Han Purple #2921EF
Tints of Han Purple #2921EF
RGB
CMYK
RGB Variations
Color information
#2921EF (or 0x2921EF) is known color: Han Purple. HEX triplet: 29, 21 and EF. RGB value is (41,33,239). Sum of RGB (Red+Green+Blue) = 41+33+239=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 239 (93.75% from 255 or 76.36% from 313); Max value from RGB is 239 - color contains mainly: blue. Hex color #2921EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2921EF is #D6DE10. Grayscale: #3A3A3A. Windows color (decimal): -14081553 or 15671593. OLE color: 15671593.
HSL color Cylindrical-coordinate representation of color #2921EF: hue angle of 242.33º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2921EF is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 33 | 239 | - |
| CMYK | 0.83 | 0.86 | 0 | 0.06 |
| HSL | 242.33º | 0.87% | 0.53% | - |
| HSV(B) | 242.33º | 0.86% | 0.94% | - |
| XYZ | 17.04 | 7.79 | 82.27 | - |
| YUV | 58.88 | 229.65 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 33 | 239 | 0.83 | 0.86 | 0 | 0.06 | 242.33 | 0.87 | 0.53 |
| Hex | 29 | 21 | EF | 53 | 56 | 0 | 6 | F2 | 57 | 35 |
| Octal | 51 | 41 | 357 | 123 | 126 | 0 | 6 | 362 | 127 | 65 |
| Binary | 101001 | 100001 | 11101111 | 1010011 | 1010110 | 0 | 110 | 11110010 | 1010111 | 110101 |
Color Harmonies of #2921EF
Complementary color
Monochromatic Colors of #2921EF
Black with #2921EF
Text Example
Text Example
White with #2921EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2921EF; }
p { color: rgb(41,33,239); }
H1.HeaderClassName
{
color: #2921EF;
}
.AnyTagClassName
{
color: #2921EF;
}
</style>
background-color css
<style>
a { background-color: #2921EF; }
a { background-color: rgb(41,33,239); }
div.DivClassName
{
background-color: #2921EF;
}
.BgClassName
{
background-color: #2921EF;
}
</style>
border-color css
<style>
span { border-color: #2921EF; }
span { border-color: rgb(41,33,239); }
td.TdClassName
{
border-color: #2921EF;
}
.TagClassName
{
border-color: #2921EF;
}
</style>