Shades of Han Purple #2C28ED
Tints of Han Purple #2C28ED
RGB
CMYK
RGB Variations
Color information
#2C28ED (or 0x2C28ED) is known color: Han Purple. HEX triplet: 2C, 28 and ED. RGB value is (44,40,237). Sum of RGB (Red+Green+Blue) = 44+40+237=321 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.71% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 237 (92.97% from 255 or 73.83% from 321); Max value from RGB is 237 - color contains mainly: blue. Hex color #2C28ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2C28ED is #D3D712. Grayscale: #3E3E3E. Windows color (decimal): -13883155 or 15542316. OLE color: 15542316.
HSL color Cylindrical-coordinate representation of color #2C28ED: hue angle of 241.22º degrees, saturation: 0.85, 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 #2C28ED is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 40 | 237 | - |
| CMYK | 0.81 | 0.83 | 0 | 0.07 |
| HSL | 241.22º | 0.85% | 0.54% | - |
| HSV(B) | 241.22º | 0.83% | 0.93% | - |
| XYZ | 17.08 | 8.17 | 80.8 | - |
| YUV | 63.65 | 225.83 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 40 | 237 | 0.81 | 0.83 | 0 | 0.07 | 241.22 | 0.85 | 0.54 |
| Hex | 2C | 28 | ED | 51 | 53 | 0 | 7 | F1 | 55 | 36 |
| Octal | 54 | 50 | 355 | 121 | 123 | 0 | 7 | 361 | 125 | 66 |
| Binary | 101100 | 101000 | 11101101 | 1010001 | 1010011 | 0 | 111 | 11110001 | 1010101 | 110110 |
Color Harmonies of #2C28ED
Complementary color
Monochromatic Colors of #2C28ED
Black with #2C28ED
Text Example
Text Example
White with #2C28ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C28ED; }
p { color: rgb(44,40,237); }
H1.HeaderClassName
{
color: #2C28ED;
}
.AnyTagClassName
{
color: #2C28ED;
}
</style>
background-color css
<style>
a { background-color: #2C28ED; }
a { background-color: rgb(44,40,237); }
div.DivClassName
{
background-color: #2C28ED;
}
.BgClassName
{
background-color: #2C28ED;
}
</style>
border-color css
<style>
span { border-color: #2C28ED; }
span { border-color: rgb(44,40,237); }
td.TdClassName
{
border-color: #2C28ED;
}
.TagClassName
{
border-color: #2C28ED;
}
</style>