Shades of Han Purple #2927EC
Tints of Han Purple #2927EC
RGB
CMYK
RGB Variations
Color information
#2927EC (or 0x2927EC) is known color: Han Purple. HEX triplet: 29, 27 and EC. RGB value is (41,39,236). Sum of RGB (Red+Green+Blue) = 41+39+236=316 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.97% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 236 (92.58% from 255 or 74.68% from 316); Max value from RGB is 236 - color contains mainly: blue. Hex color #2927EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2927EC is #D6D813. Grayscale: #3D3D3D. Windows color (decimal): -14080020 or 15476521. OLE color: 15476521.
HSL color Cylindrical-coordinate representation of color #2927EC: hue angle of 240.61º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2927EC is Cyan = 0.83, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 39 | 236 | - |
| CMYK | 0.83 | 0.83 | 0 | 0.07 |
| HSL | 240.61º | 0.84% | 0.54% | - |
| HSV(B) | 240.61º | 0.83% | 0.93% | - |
| XYZ | 16.78 | 7.98 | 80.01 | - |
| YUV | 62.06 | 226.16 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 39 | 236 | 0.83 | 0.83 | 0 | 0.07 | 240.61 | 0.84 | 0.54 |
| Hex | 29 | 27 | EC | 53 | 53 | 0 | 7 | F1 | 54 | 36 |
| Octal | 51 | 47 | 354 | 123 | 123 | 0 | 7 | 361 | 124 | 66 |
| Binary | 101001 | 100111 | 11101100 | 1010011 | 1010011 | 0 | 111 | 11110001 | 1010100 | 110110 |
Color Harmonies of #2927EC
Complementary color
Monochromatic Colors of #2927EC
Black with #2927EC
Text Example
Text Example
White with #2927EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2927EC; }
p { color: rgb(41,39,236); }
H1.HeaderClassName
{
color: #2927EC;
}
.AnyTagClassName
{
color: #2927EC;
}
</style>
background-color css
<style>
a { background-color: #2927EC; }
a { background-color: rgb(41,39,236); }
div.DivClassName
{
background-color: #2927EC;
}
.BgClassName
{
background-color: #2927EC;
}
</style>
border-color css
<style>
span { border-color: #2927EC; }
span { border-color: rgb(41,39,236); }
td.TdClassName
{
border-color: #2927EC;
}
.TagClassName
{
border-color: #2927EC;
}
</style>