Shades of Han Purple #2C0CDF
Tints of Han Purple #2C0CDF
RGB
CMYK
RGB Variations
Color information
#2C0CDF (or 0x2C0CDF) is known color: Han Purple. HEX triplet: 2C, 0C and DF. RGB value is (44,12,223). Sum of RGB (Red+Green+Blue) = 44+12+223=279 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.77% from 279); Green value is 12 (5.08% from 255 or 4.30% from 279); Blue value is 223 (87.5% from 255 or 79.93% from 279); Max value from RGB is 223 - color contains mainly: blue. Hex color #2C0CDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C0CDF is #D3F320. Grayscale: #2C2C2C. Windows color (decimal): -13890337 or 14617644. OLE color: 14617644.
HSL color Cylindrical-coordinate representation of color #2C0CDF: hue angle of 249.1º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2C0CDF is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 12 | 223 | - |
| CMYK | 0.80 | 0.95 | 0 | 0.13 |
| HSL | 249.1º | 0.9% | 0.46% | - |
| HSV(B) | 249.1º | 0.95% | 0.87% | - |
| XYZ | 14.49 | 6.13 | 70.23 | - |
| YUV | 45.62 | 228.1 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 12 | 223 | 0.80 | 0.95 | 0 | 0.13 | 249.1 | 0.9 | 0.46 |
| Hex | 2C | C | DF | 50 | 5F | 0 | D | F9 | 5A | 2E |
| Octal | 54 | 14 | 337 | 120 | 137 | 0 | 15 | 371 | 132 | 56 |
| Binary | 101100 | 1100 | 11011111 | 1010000 | 1011111 | 0 | 1101 | 11111001 | 1011010 | 101110 |
Color Harmonies of #2C0CDF
Complementary color
Monochromatic Colors of #2C0CDF
Black with #2C0CDF
Text Example
Text Example
White with #2C0CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0CDF; }
p { color: rgb(44,12,223); }
H1.HeaderClassName
{
color: #2C0CDF;
}
.AnyTagClassName
{
color: #2C0CDF;
}
</style>
background-color css
<style>
a { background-color: #2C0CDF; }
a { background-color: rgb(44,12,223); }
div.DivClassName
{
background-color: #2C0CDF;
}
.BgClassName
{
background-color: #2C0CDF;
}
</style>
border-color css
<style>
span { border-color: #2C0CDF; }
span { border-color: rgb(44,12,223); }
td.TdClassName
{
border-color: #2C0CDF;
}
.TagClassName
{
border-color: #2C0CDF;
}
</style>