Shades of Han Purple #2C01FC
Tints of Han Purple #2C01FC
RGB
CMYK
RGB Variations
Color information
#2C01FC (or 0x2C01FC) is known color: Han Purple. HEX triplet: 2C, 01 and FC. RGB value is (44,1,252). Sum of RGB (Red+Green+Blue) = 44+1+252=297 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.81% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 252 (98.83% from 255 or 84.85% from 297); Max value from RGB is 252 - color contains mainly: blue. Hex color #2C01FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2C01FC is #D3FE03. Grayscale: #292929. Windows color (decimal): -13893124 or 16515372. OLE color: 16515372.
HSL color Cylindrical-coordinate representation of color #2C01FC: hue angle of 250.28º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C01FC is Cyan = 0.83, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 1 | 252 | - |
| CMYK | 0.83 | 1.00 | 0 | 0.01 |
| HSL | 250.28º | 0.99% | 0.5% | - |
| HSV(B) | 250.28º | 1% | 0.99% | - |
| XYZ | 18.62 | 7.59 | 92.58 | - |
| YUV | 42.47 | 246.25 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 1 | 252 | 0.83 | 1.00 | 0 | 0.01 | 250.28 | 0.99 | 0.5 |
| Hex | 2C | 1 | FC | 53 | 64 | 0 | 1 | FA | 63 | 32 |
| Octal | 54 | 1 | 374 | 123 | 144 | 0 | 1 | 372 | 143 | 62 |
| Binary | 101100 | 1 | 11111100 | 1010011 | 1100100 | 0 | 1 | 11111010 | 1100011 | 110010 |
Color Harmonies of #2C01FC
Complementary color
Monochromatic Colors of #2C01FC
Black with #2C01FC
Text Example
Text Example
White with #2C01FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C01FC; }
p { color: rgb(44,1,252); }
H1.HeaderClassName
{
color: #2C01FC;
}
.AnyTagClassName
{
color: #2C01FC;
}
</style>
background-color css
<style>
a { background-color: #2C01FC; }
a { background-color: rgb(44,1,252); }
div.DivClassName
{
background-color: #2C01FC;
}
.BgClassName
{
background-color: #2C01FC;
}
</style>
border-color css
<style>
span { border-color: #2C01FC; }
span { border-color: rgb(44,1,252); }
td.TdClassName
{
border-color: #2C01FC;
}
.TagClassName
{
border-color: #2C01FC;
}
</style>