Shades of Han Purple #2C1DFC
Tints of Han Purple #2C1DFC
RGB
CMYK
RGB Variations
Color information
#2C1DFC (or 0x2C1DFC) is known color: Han Purple. HEX triplet: 2C, 1D and FC. RGB value is (44,29,252). Sum of RGB (Red+Green+Blue) = 44+29+252=325 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.54% from 325); Green value is 29 (11.72% from 255 or 8.92% from 325); Blue value is 252 (98.83% from 255 or 77.54% from 325); Max value from RGB is 252 - color contains mainly: blue. Hex color #2C1DFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2C1DFC is #D3E203. Grayscale: #3A3A3A. Windows color (decimal): -13885956 or 16522540. OLE color: 16522540.
HSL color Cylindrical-coordinate representation of color #2C1DFC: hue angle of 244.04º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2C1DFC is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 29 | 252 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.01 |
| HSL | 244.04º | 0.97% | 0.55% | - |
| HSV(B) | 244.04º | 0.88% | 0.99% | - |
| XYZ | 19.05 | 8.44 | 92.72 | - |
| YUV | 58.91 | 236.97 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 29 | 252 | 0.83 | 0.88 | 0 | 0.01 | 244.04 | 0.97 | 0.55 |
| Hex | 2C | 1D | FC | 53 | 58 | 0 | 1 | F4 | 61 | 37 |
| Octal | 54 | 35 | 374 | 123 | 130 | 0 | 1 | 364 | 141 | 67 |
| Binary | 101100 | 11101 | 11111100 | 1010011 | 1011000 | 0 | 1 | 11110100 | 1100001 | 110111 |
Color Harmonies of #2C1DFC
Complementary color
Monochromatic Colors of #2C1DFC
Black with #2C1DFC
Text Example
Text Example
White with #2C1DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1DFC; }
p { color: rgb(44,29,252); }
H1.HeaderClassName
{
color: #2C1DFC;
}
.AnyTagClassName
{
color: #2C1DFC;
}
</style>
background-color css
<style>
a { background-color: #2C1DFC; }
a { background-color: rgb(44,29,252); }
div.DivClassName
{
background-color: #2C1DFC;
}
.BgClassName
{
background-color: #2C1DFC;
}
</style>
border-color css
<style>
span { border-color: #2C1DFC; }
span { border-color: rgb(44,29,252); }
td.TdClassName
{
border-color: #2C1DFC;
}
.TagClassName
{
border-color: #2C1DFC;
}
</style>