Shades of Han Purple #2C1ADD
Tints of Han Purple #2C1ADD
RGB
CMYK
RGB Variations
Color information
#2C1ADD (or 0x2C1ADD) is known color: Han Purple. HEX triplet: 2C, 1A and DD. RGB value is (44,26,221). Sum of RGB (Red+Green+Blue) = 44+26+221=291 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.12% from 291); Green value is 26 (10.55% from 255 or 8.93% from 291); Blue value is 221 (86.72% from 255 or 75.95% from 291); Max value from RGB is 221 - color contains mainly: blue. Hex color #2C1ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C1ADD is #D3E522. Grayscale: #343434. Windows color (decimal): -13886755 or 14490156. OLE color: 14490156.
HSL color Cylindrical-coordinate representation of color #2C1ADD: hue angle of 245.54º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2C1ADD is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 26 | 221 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.13 |
| HSL | 245.54º | 0.79% | 0.48% | - |
| HSV(B) | 245.54º | 0.88% | 0.87% | - |
| XYZ | 14.46 | 6.49 | 68.9 | - |
| YUV | 53.61 | 222.46 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 26 | 221 | 0.80 | 0.88 | 0 | 0.13 | 245.54 | 0.79 | 0.48 |
| Hex | 2C | 1A | DD | 50 | 58 | 0 | D | F6 | 4F | 30 |
| Octal | 54 | 32 | 335 | 120 | 130 | 0 | 15 | 366 | 117 | 60 |
| Binary | 101100 | 11010 | 11011101 | 1010000 | 1011000 | 0 | 1101 | 11110110 | 1001111 | 110000 |
Color Harmonies of #2C1ADD
Complementary color
Monochromatic Colors of #2C1ADD
Black with #2C1ADD
Text Example
Text Example
White with #2C1ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1ADD; }
p { color: rgb(44,26,221); }
H1.HeaderClassName
{
color: #2C1ADD;
}
.AnyTagClassName
{
color: #2C1ADD;
}
</style>
background-color css
<style>
a { background-color: #2C1ADD; }
a { background-color: rgb(44,26,221); }
div.DivClassName
{
background-color: #2C1ADD;
}
.BgClassName
{
background-color: #2C1ADD;
}
</style>
border-color css
<style>
span { border-color: #2C1ADD; }
span { border-color: rgb(44,26,221); }
td.TdClassName
{
border-color: #2C1ADD;
}
.TagClassName
{
border-color: #2C1ADD;
}
</style>