Shades of Han Purple #2C16E9
Tints of Han Purple #2C16E9
RGB
CMYK
RGB Variations
Color information
#2C16E9 (or 0x2C16E9) is known color: Han Purple. HEX triplet: 2C, 16 and E9. RGB value is (44,22,233). Sum of RGB (Red+Green+Blue) = 44+22+233=299 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.72% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 233 (91.41% from 255 or 77.93% from 299); Max value from RGB is 233 - color contains mainly: blue. Hex color #2C16E9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2C16E9 is #D3E916. Grayscale: #333333. Windows color (decimal): -13887767 or 15275564. OLE color: 15275564.
HSL color Cylindrical-coordinate representation of color #2C16E9: hue angle of 246.26º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2C16E9 is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 22 | 233 | - |
| CMYK | 0.81 | 0.91 | 0 | 0.09 |
| HSL | 246.26º | 0.83% | 0.5% | - |
| HSV(B) | 246.26º | 0.91% | 0.91% | - |
| XYZ | 16.03 | 6.99 | 77.6 | - |
| YUV | 52.63 | 229.79 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 22 | 233 | 0.81 | 0.91 | 0 | 0.09 | 246.26 | 0.83 | 0.5 |
| Hex | 2C | 16 | E9 | 51 | 5B | 0 | 9 | F6 | 53 | 32 |
| Octal | 54 | 26 | 351 | 121 | 133 | 0 | 11 | 366 | 123 | 62 |
| Binary | 101100 | 10110 | 11101001 | 1010001 | 1011011 | 0 | 1001 | 11110110 | 1010011 | 110010 |
Color Harmonies of #2C16E9
Complementary color
Monochromatic Colors of #2C16E9
Black with #2C16E9
Text Example
Text Example
White with #2C16E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C16E9; }
p { color: rgb(44,22,233); }
H1.HeaderClassName
{
color: #2C16E9;
}
.AnyTagClassName
{
color: #2C16E9;
}
</style>
background-color css
<style>
a { background-color: #2C16E9; }
a { background-color: rgb(44,22,233); }
div.DivClassName
{
background-color: #2C16E9;
}
.BgClassName
{
background-color: #2C16E9;
}
</style>
border-color css
<style>
span { border-color: #2C16E9; }
span { border-color: rgb(44,22,233); }
td.TdClassName
{
border-color: #2C16E9;
}
.TagClassName
{
border-color: #2C16E9;
}
</style>