Shades of Han Purple #2C1FFB
Tints of Han Purple #2C1FFB
RGB
CMYK
RGB Variations
Color information
#2C1FFB (or 0x2C1FFB) is known color: Han Purple. HEX triplet: 2C, 1F and FB. RGB value is (44,31,251). Sum of RGB (Red+Green+Blue) = 44+31+251=326 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.50% from 326); Green value is 31 (12.5% from 255 or 9.51% from 326); Blue value is 251 (98.44% from 255 or 76.99% from 326); Max value from RGB is 251 - color contains mainly: blue. Hex color #2C1FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2C1FFB is #D3E004. Grayscale: #3B3B3B. Windows color (decimal): -13885445 or 16457516. OLE color: 16457516.
HSL color Cylindrical-coordinate representation of color #2C1FFB: hue angle of 243.55º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2C1FFB is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 31 | 251 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.02 |
| HSL | 243.55º | 0.96% | 0.55% | - |
| HSV(B) | 243.55º | 0.88% | 0.98% | - |
| XYZ | 18.94 | 8.48 | 91.91 | - |
| YUV | 59.97 | 235.81 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 31 | 251 | 0.82 | 0.88 | 0 | 0.02 | 243.55 | 0.96 | 0.55 |
| Hex | 2C | 1F | FB | 52 | 58 | 0 | 2 | F4 | 60 | 37 |
| Octal | 54 | 37 | 373 | 122 | 130 | 0 | 2 | 364 | 140 | 67 |
| Binary | 101100 | 11111 | 11111011 | 1010010 | 1011000 | 0 | 10 | 11110100 | 1100000 | 110111 |
Color Harmonies of #2C1FFB
Complementary color
Monochromatic Colors of #2C1FFB
Black with #2C1FFB
Text Example
Text Example
White with #2C1FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1FFB; }
p { color: rgb(44,31,251); }
H1.HeaderClassName
{
color: #2C1FFB;
}
.AnyTagClassName
{
color: #2C1FFB;
}
</style>
background-color css
<style>
a { background-color: #2C1FFB; }
a { background-color: rgb(44,31,251); }
div.DivClassName
{
background-color: #2C1FFB;
}
.BgClassName
{
background-color: #2C1FFB;
}
</style>
border-color css
<style>
span { border-color: #2C1FFB; }
span { border-color: rgb(44,31,251); }
td.TdClassName
{
border-color: #2C1FFB;
}
.TagClassName
{
border-color: #2C1FFB;
}
</style>