Shades of Han Purple #2C13FD
Tints of Han Purple #2C13FD
RGB
CMYK
RGB Variations
Color information
#2C13FD (or 0x2C13FD) is known color: Han Purple. HEX triplet: 2C, 13 and FD. RGB value is (44,19,253). Sum of RGB (Red+Green+Blue) = 44+19+253=316 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.92% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 253 (99.22% from 255 or 80.06% from 316); Max value from RGB is 253 - color contains mainly: blue. Hex color #2C13FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2C13FD is #D3EC02. Grayscale: #343434. Windows color (decimal): -13888515 or 16585516. OLE color: 16585516.
HSL color Cylindrical-coordinate representation of color #2C13FD: hue angle of 246.41º degrees, saturation: 0.98, 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 #2C13FD is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 19 | 253 | - |
| CMYK | 0.83 | 0.92 | 0 | 0.01 |
| HSL | 246.41º | 0.98% | 0.53% | - |
| HSV(B) | 246.41º | 0.92% | 0.99% | - |
| XYZ | 19 | 8.09 | 93.49 | - |
| YUV | 53.15 | 240.78 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 19 | 253 | 0.83 | 0.92 | 0 | 0.01 | 246.41 | 0.98 | 0.53 |
| Hex | 2C | 13 | FD | 53 | 5C | 0 | 1 | F6 | 62 | 35 |
| Octal | 54 | 23 | 375 | 123 | 134 | 0 | 1 | 366 | 142 | 65 |
| Binary | 101100 | 10011 | 11111101 | 1010011 | 1011100 | 0 | 1 | 11110110 | 1100010 | 110101 |
Color Harmonies of #2C13FD
Complementary color
Monochromatic Colors of #2C13FD
Black with #2C13FD
Text Example
Text Example
White with #2C13FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C13FD; }
p { color: rgb(44,19,253); }
H1.HeaderClassName
{
color: #2C13FD;
}
.AnyTagClassName
{
color: #2C13FD;
}
</style>
background-color css
<style>
a { background-color: #2C13FD; }
a { background-color: rgb(44,19,253); }
div.DivClassName
{
background-color: #2C13FD;
}
.BgClassName
{
background-color: #2C13FD;
}
</style>
border-color css
<style>
span { border-color: #2C13FD; }
span { border-color: rgb(44,19,253); }
td.TdClassName
{
border-color: #2C13FD;
}
.TagClassName
{
border-color: #2C13FD;
}
</style>