Shades of Han Purple #2C01EA
Tints of Han Purple #2C01EA
RGB
CMYK
RGB Variations
Color information
#2C01EA (or 0x2C01EA) is known color: Han Purple. HEX triplet: 2C, 01 and EA. RGB value is (44,1,234). Sum of RGB (Red+Green+Blue) = 44+1+234=279 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.77% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 234 (91.80% from 255 or 83.87% from 279); Max value from RGB is 234 - color contains mainly: blue. Hex color #2C01EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2C01EA is #D3FE15. Grayscale: #272727. Windows color (decimal): -13893142 or 15335724. OLE color: 15335724.
HSL color Cylindrical-coordinate representation of color #2C01EA: hue angle of 251.07º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C01EA is Cyan = 0.81, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 1 | 234 | - |
| CMYK | 0.81 | 1.00 | 0 | 0.08 |
| HSL | 251.07º | 0.99% | 0.46% | - |
| HSV(B) | 251.07º | 1% | 0.92% | - |
| XYZ | 15.9 | 6.5 | 78.26 | - |
| YUV | 40.42 | 237.25 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 1 | 234 | 0.81 | 1.00 | 0 | 0.08 | 251.07 | 0.99 | 0.46 |
| Hex | 2C | 1 | EA | 51 | 64 | 0 | 8 | FB | 63 | 2E |
| Octal | 54 | 1 | 352 | 121 | 144 | 0 | 10 | 373 | 143 | 56 |
| Binary | 101100 | 1 | 11101010 | 1010001 | 1100100 | 0 | 1000 | 11111011 | 1100011 | 101110 |
Color Harmonies of #2C01EA
Complementary color
Monochromatic Colors of #2C01EA
Black with #2C01EA
Text Example
Text Example
White with #2C01EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C01EA; }
p { color: rgb(44,1,234); }
H1.HeaderClassName
{
color: #2C01EA;
}
.AnyTagClassName
{
color: #2C01EA;
}
</style>
background-color css
<style>
a { background-color: #2C01EA; }
a { background-color: rgb(44,1,234); }
div.DivClassName
{
background-color: #2C01EA;
}
.BgClassName
{
background-color: #2C01EA;
}
</style>
border-color css
<style>
span { border-color: #2C01EA; }
span { border-color: rgb(44,1,234); }
td.TdClassName
{
border-color: #2C01EA;
}
.TagClassName
{
border-color: #2C01EA;
}
</style>