Shades of Han Purple #2C1CFA
Tints of Han Purple #2C1CFA
RGB
CMYK
RGB Variations
Color information
#2C1CFA (or 0x2C1CFA) is known color: Han Purple. HEX triplet: 2C, 1C and FA. RGB value is (44,28,250). Sum of RGB (Red+Green+Blue) = 44+28+250=322 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.66% from 322); Green value is 28 (11.33% from 255 or 8.70% from 322); Blue value is 250 (98.05% from 255 or 77.64% from 322); Max value from RGB is 250 - color contains mainly: blue. Hex color #2C1CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2C1CFA is #D3E305. Grayscale: #393939. Windows color (decimal): -13886214 or 16391212. OLE color: 16391212.
HSL color Cylindrical-coordinate representation of color #2C1CFA: hue angle of 244.32º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2C1CFA is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 28 | 250 | - |
| CMYK | 0.82 | 0.89 | 0 | 0.02 |
| HSL | 244.32º | 0.96% | 0.55% | - |
| HSV(B) | 244.32º | 0.89% | 0.98% | - |
| XYZ | 18.71 | 8.27 | 91.05 | - |
| YUV | 58.09 | 236.3 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 28 | 250 | 0.82 | 0.89 | 0 | 0.02 | 244.32 | 0.96 | 0.55 |
| Hex | 2C | 1C | FA | 52 | 59 | 0 | 2 | F4 | 60 | 37 |
| Octal | 54 | 34 | 372 | 122 | 131 | 0 | 2 | 364 | 140 | 67 |
| Binary | 101100 | 11100 | 11111010 | 1010010 | 1011001 | 0 | 10 | 11110100 | 1100000 | 110111 |
Color Harmonies of #2C1CFA
Complementary color
Monochromatic Colors of #2C1CFA
Black with #2C1CFA
Text Example
Text Example
White with #2C1CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1CFA; }
p { color: rgb(44,28,250); }
H1.HeaderClassName
{
color: #2C1CFA;
}
.AnyTagClassName
{
color: #2C1CFA;
}
</style>
background-color css
<style>
a { background-color: #2C1CFA; }
a { background-color: rgb(44,28,250); }
div.DivClassName
{
background-color: #2C1CFA;
}
.BgClassName
{
background-color: #2C1CFA;
}
</style>
border-color css
<style>
span { border-color: #2C1CFA; }
span { border-color: rgb(44,28,250); }
td.TdClassName
{
border-color: #2C1CFA;
}
.TagClassName
{
border-color: #2C1CFA;
}
</style>