Shades of Han Purple #2C1FEA
Tints of Han Purple #2C1FEA
RGB
CMYK
RGB Variations
Color information
#2C1FEA (or 0x2C1FEA) is known color: Han Purple. HEX triplet: 2C, 1F and EA. RGB value is (44,31,234). Sum of RGB (Red+Green+Blue) = 44+31+234=309 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.24% from 309); Green value is 31 (12.5% from 255 or 10.03% from 309); Blue value is 234 (91.80% from 255 or 75.73% from 309); Max value from RGB is 234 - color contains mainly: blue. Hex color #2C1FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2C1FEA is #D3E015. Grayscale: #393939. Windows color (decimal): -13885462 or 15343404. OLE color: 15343404.
HSL color Cylindrical-coordinate representation of color #2C1FEA: hue angle of 243.84º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2C1FEA is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 31 | 234 | - |
| CMYK | 0.81 | 0.87 | 0 | 0.08 |
| HSL | 243.84º | 0.83% | 0.52% | - |
| HSV(B) | 243.84º | 0.87% | 0.92% | - |
| XYZ | 16.38 | 7.46 | 78.42 | - |
| YUV | 58.03 | 227.31 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 31 | 234 | 0.81 | 0.87 | 0 | 0.08 | 243.84 | 0.83 | 0.52 |
| Hex | 2C | 1F | EA | 51 | 57 | 0 | 8 | F4 | 53 | 34 |
| Octal | 54 | 37 | 352 | 121 | 127 | 0 | 10 | 364 | 123 | 64 |
| Binary | 101100 | 11111 | 11101010 | 1010001 | 1010111 | 0 | 1000 | 11110100 | 1010011 | 110100 |
Color Harmonies of #2C1FEA
Complementary color
Monochromatic Colors of #2C1FEA
Black with #2C1FEA
Text Example
Text Example
White with #2C1FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1FEA; }
p { color: rgb(44,31,234); }
H1.HeaderClassName
{
color: #2C1FEA;
}
.AnyTagClassName
{
color: #2C1FEA;
}
</style>
background-color css
<style>
a { background-color: #2C1FEA; }
a { background-color: rgb(44,31,234); }
div.DivClassName
{
background-color: #2C1FEA;
}
.BgClassName
{
background-color: #2C1FEA;
}
</style>
border-color css
<style>
span { border-color: #2C1FEA; }
span { border-color: rgb(44,31,234); }
td.TdClassName
{
border-color: #2C1FEA;
}
.TagClassName
{
border-color: #2C1FEA;
}
</style>