Shades of Han Purple #2921EE
Tints of Han Purple #2921EE
RGB
CMYK
RGB Variations
Color information
#2921EE (or 0x2921EE) is known color: Han Purple. HEX triplet: 29, 21 and EE. RGB value is (41,33,238). Sum of RGB (Red+Green+Blue) = 41+33+238=312 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.14% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 238 (93.36% from 255 or 76.28% from 312); Max value from RGB is 238 - color contains mainly: blue. Hex color #2921EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2921EE is #D6DE11. Grayscale: #393939. Windows color (decimal): -14081554 or 15606057. OLE color: 15606057.
HSL color Cylindrical-coordinate representation of color #2921EE: hue angle of 242.34º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2921EE is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 33 | 238 | - |
| CMYK | 0.83 | 0.86 | 0 | 0.07 |
| HSL | 242.34º | 0.86% | 0.53% | - |
| HSV(B) | 242.34º | 0.86% | 0.93% | - |
| XYZ | 16.89 | 7.73 | 81.49 | - |
| YUV | 58.76 | 229.15 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 33 | 238 | 0.83 | 0.86 | 0 | 0.07 | 242.34 | 0.86 | 0.53 |
| Hex | 29 | 21 | EE | 53 | 56 | 0 | 7 | F2 | 56 | 35 |
| Octal | 51 | 41 | 356 | 123 | 126 | 0 | 7 | 362 | 126 | 65 |
| Binary | 101001 | 100001 | 11101110 | 1010011 | 1010110 | 0 | 111 | 11110010 | 1010110 | 110101 |
Color Harmonies of #2921EE
Complementary color
Monochromatic Colors of #2921EE
Black with #2921EE
Text Example
Text Example
White with #2921EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2921EE; }
p { color: rgb(41,33,238); }
H1.HeaderClassName
{
color: #2921EE;
}
.AnyTagClassName
{
color: #2921EE;
}
</style>
background-color css
<style>
a { background-color: #2921EE; }
a { background-color: rgb(41,33,238); }
div.DivClassName
{
background-color: #2921EE;
}
.BgClassName
{
background-color: #2921EE;
}
</style>
border-color css
<style>
span { border-color: #2921EE; }
span { border-color: rgb(41,33,238); }
td.TdClassName
{
border-color: #2921EE;
}
.TagClassName
{
border-color: #2921EE;
}
</style>