Shades of Han Purple #2C21FA
Tints of Han Purple #2C21FA
RGB
CMYK
RGB Variations
Color information
#2C21FA (or 0x2C21FA) is known color: Han Purple. HEX triplet: 2C, 21 and FA. RGB value is (44,33,250). Sum of RGB (Red+Green+Blue) = 44+33+250=327 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.46% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 250 (98.05% from 255 or 76.45% from 327); Max value from RGB is 250 - color contains mainly: blue. Hex color #2C21FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2C21FA is #D3DE05. Grayscale: #3C3C3C. Windows color (decimal): -13884934 or 16392492. OLE color: 16392492.
HSL color Cylindrical-coordinate representation of color #2C21FA: hue angle of 243.04º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2C21FA is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 33 | 250 | - |
| CMYK | 0.82 | 0.87 | 0 | 0.02 |
| HSL | 243.04º | 0.96% | 0.55% | - |
| HSV(B) | 243.04º | 0.87% | 0.98% | - |
| XYZ | 18.84 | 8.53 | 91.1 | - |
| YUV | 61.03 | 234.64 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 33 | 250 | 0.82 | 0.87 | 0 | 0.02 | 243.04 | 0.96 | 0.55 |
| Hex | 2C | 21 | FA | 52 | 57 | 0 | 2 | F3 | 60 | 37 |
| Octal | 54 | 41 | 372 | 122 | 127 | 0 | 2 | 363 | 140 | 67 |
| Binary | 101100 | 100001 | 11111010 | 1010010 | 1010111 | 0 | 10 | 11110011 | 1100000 | 110111 |
Color Harmonies of #2C21FA
Complementary color
Monochromatic Colors of #2C21FA
Black with #2C21FA
Text Example
Text Example
White with #2C21FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C21FA; }
p { color: rgb(44,33,250); }
H1.HeaderClassName
{
color: #2C21FA;
}
.AnyTagClassName
{
color: #2C21FA;
}
</style>
background-color css
<style>
a { background-color: #2C21FA; }
a { background-color: rgb(44,33,250); }
div.DivClassName
{
background-color: #2C21FA;
}
.BgClassName
{
background-color: #2C21FA;
}
</style>
border-color css
<style>
span { border-color: #2C21FA; }
span { border-color: rgb(44,33,250); }
td.TdClassName
{
border-color: #2C21FA;
}
.TagClassName
{
border-color: #2C21FA;
}
</style>