Shades of Han Purple #2C1EFF
Tints of Han Purple #2C1EFF
RGB
CMYK
RGB Variations
Color information
#2C1EFF (or 0x2C1EFF) is known color: Han Purple. HEX triplet: 2C, 1E and FF. RGB value is (44,30,255). Sum of RGB (Red+Green+Blue) = 44+30+255=329 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.37% from 329); Green value is 30 (12.11% from 255 or 9.12% from 329); Blue value is 255 (100% from 255 or 77.51% from 329); Max value from RGB is 255 - color contains mainly: blue. Hex color #2C1EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2C1EFF is #D3E100. Grayscale: #3A3A3A. Windows color (decimal): -13885697 or 16719404. OLE color: 16719404.
HSL color Cylindrical-coordinate representation of color #2C1EFF: hue angle of 243.73º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2C1EFF is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 30 | 255 | - |
| CMYK | 0.83 | 0.88 | 0 | 0 |
| HSL | 243.73º | 1% | 0.56% | - |
| HSV(B) | 243.73º | 0.88% | 1% | - |
| XYZ | 19.55 | 8.68 | 95.25 | - |
| YUV | 59.84 | 238.14 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 30 | 255 | 0.83 | 0.88 | 0 | 0 | 243.73 | 1 | 0.56 |
| Hex | 2C | 1E | FF | 53 | 58 | 0 | 0 | F4 | 64 | 38 |
| Octal | 54 | 36 | 377 | 123 | 130 | 0 | 0 | 364 | 144 | 70 |
| Binary | 101100 | 11110 | 11111111 | 1010011 | 1011000 | 0 | 0 | 11110100 | 1100100 | 111000 |
Color Harmonies of #2C1EFF
Complementary color
Monochromatic Colors of #2C1EFF
Black with #2C1EFF
Text Example
Text Example
White with #2C1EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1EFF; }
p { color: rgb(44,30,255); }
H1.HeaderClassName
{
color: #2C1EFF;
}
.AnyTagClassName
{
color: #2C1EFF;
}
</style>
background-color css
<style>
a { background-color: #2C1EFF; }
a { background-color: rgb(44,30,255); }
div.DivClassName
{
background-color: #2C1EFF;
}
.BgClassName
{
background-color: #2C1EFF;
}
</style>
border-color css
<style>
span { border-color: #2C1EFF; }
span { border-color: rgb(44,30,255); }
td.TdClassName
{
border-color: #2C1EFF;
}
.TagClassName
{
border-color: #2C1EFF;
}
</style>