Shades of Han Purple #2C13FC
Tints of Han Purple #2C13FC
RGB
CMYK
RGB Variations
Color information
#2C13FC (or 0x2C13FC) is known color: Han Purple. HEX triplet: 2C, 13 and FC. RGB value is (44,19,252). Sum of RGB (Red+Green+Blue) = 44+19+252=315 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.97% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 252 (98.83% from 255 or 80% from 315); Max value from RGB is 252 - color contains mainly: blue. Hex color #2C13FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2C13FC is #D3EC03. Grayscale: #343434. Windows color (decimal): -13888516 or 16519980. OLE color: 16519980.
HSL color Cylindrical-coordinate representation of color #2C13FC: hue angle of 246.44º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2C13FC is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 19 | 252 | - |
| CMYK | 0.83 | 0.92 | 0 | 0.01 |
| HSL | 246.44º | 0.97% | 0.53% | - |
| HSV(B) | 246.44º | 0.92% | 0.99% | - |
| XYZ | 18.84 | 8.03 | 92.65 | - |
| YUV | 53.04 | 240.28 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 19 | 252 | 0.83 | 0.92 | 0 | 0.01 | 246.44 | 0.97 | 0.53 |
| Hex | 2C | 13 | FC | 53 | 5C | 0 | 1 | F6 | 61 | 35 |
| Octal | 54 | 23 | 374 | 123 | 134 | 0 | 1 | 366 | 141 | 65 |
| Binary | 101100 | 10011 | 11111100 | 1010011 | 1011100 | 0 | 1 | 11110110 | 1100001 | 110101 |
Color Harmonies of #2C13FC
Complementary color
Monochromatic Colors of #2C13FC
Black with #2C13FC
Text Example
Text Example
White with #2C13FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C13FC; }
p { color: rgb(44,19,252); }
H1.HeaderClassName
{
color: #2C13FC;
}
.AnyTagClassName
{
color: #2C13FC;
}
</style>
background-color css
<style>
a { background-color: #2C13FC; }
a { background-color: rgb(44,19,252); }
div.DivClassName
{
background-color: #2C13FC;
}
.BgClassName
{
background-color: #2C13FC;
}
</style>
border-color css
<style>
span { border-color: #2C13FC; }
span { border-color: rgb(44,19,252); }
td.TdClassName
{
border-color: #2C13FC;
}
.TagClassName
{
border-color: #2C13FC;
}
</style>