Shades of Han Purple #2C20FA
Tints of Han Purple #2C20FA
RGB
CMYK
RGB Variations
Color information
#2C20FA (or 0x2C20FA) is known color: Han Purple. HEX triplet: 2C, 20 and FA. RGB value is (44,32,250). Sum of RGB (Red+Green+Blue) = 44+32+250=326 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.50% from 326); Green value is 32 (12.89% from 255 or 9.82% from 326); Blue value is 250 (98.05% from 255 or 76.69% from 326); Max value from RGB is 250 - color contains mainly: blue. Hex color #2C20FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2C20FA is #D3DF05. Grayscale: #3B3B3B. Windows color (decimal): -13885190 or 16392236. OLE color: 16392236.
HSL color Cylindrical-coordinate representation of color #2C20FA: hue angle of 243.3º 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 #2C20FA is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 32 | 250 | - |
| CMYK | 0.82 | 0.87 | 0 | 0.02 |
| HSL | 243.3º | 0.96% | 0.55% | - |
| HSV(B) | 243.3º | 0.87% | 0.98% | - |
| XYZ | 18.81 | 8.47 | 91.09 | - |
| YUV | 60.44 | 234.98 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 32 | 250 | 0.82 | 0.87 | 0 | 0.02 | 243.3 | 0.96 | 0.55 |
| Hex | 2C | 20 | FA | 52 | 57 | 0 | 2 | F3 | 60 | 37 |
| Octal | 54 | 40 | 372 | 122 | 127 | 0 | 2 | 363 | 140 | 67 |
| Binary | 101100 | 100000 | 11111010 | 1010010 | 1010111 | 0 | 10 | 11110011 | 1100000 | 110111 |
Color Harmonies of #2C20FA
Complementary color
Monochromatic Colors of #2C20FA
Black with #2C20FA
Text Example
Text Example
White with #2C20FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C20FA; }
p { color: rgb(44,32,250); }
H1.HeaderClassName
{
color: #2C20FA;
}
.AnyTagClassName
{
color: #2C20FA;
}
</style>
background-color css
<style>
a { background-color: #2C20FA; }
a { background-color: rgb(44,32,250); }
div.DivClassName
{
background-color: #2C20FA;
}
.BgClassName
{
background-color: #2C20FA;
}
</style>
border-color css
<style>
span { border-color: #2C20FA; }
span { border-color: rgb(44,32,250); }
td.TdClassName
{
border-color: #2C20FA;
}
.TagClassName
{
border-color: #2C20FA;
}
</style>