Shades of Han Purple #2C27FF
Tints of Han Purple #2C27FF
RGB
CMYK
RGB Variations
Color information
#2C27FF (or 0x2C27FF) is known color: Han Purple. HEX triplet: 2C, 27 and FF. RGB value is (44,39,255). Sum of RGB (Red+Green+Blue) = 44+39+255=338 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.02% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 255 (100% from 255 or 75.44% from 338); Max value from RGB is 255 - color contains mainly: blue. Hex color #2C27FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2C27FF is #D3D800. Grayscale: #404040. Windows color (decimal): -13883393 or 16721708. OLE color: 16721708.
HSL color Cylindrical-coordinate representation of color #2C27FF: hue angle of 241.39º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2C27FF is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 39 | 255 | - |
| CMYK | 0.83 | 0.85 | 0 | 0 |
| HSL | 241.39º | 1% | 0.58% | - |
| HSV(B) | 241.39º | 0.85% | 1% | - |
| XYZ | 19.81 | 9.21 | 95.34 | - |
| YUV | 65.12 | 235.16 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 39 | 255 | 0.83 | 0.85 | 0 | 0 | 241.39 | 1 | 0.58 |
| Hex | 2C | 27 | FF | 53 | 55 | 0 | 0 | F1 | 64 | 3A |
| Octal | 54 | 47 | 377 | 123 | 125 | 0 | 0 | 361 | 144 | 72 |
| Binary | 101100 | 100111 | 11111111 | 1010011 | 1010101 | 0 | 0 | 11110001 | 1100100 | 111010 |
Color Harmonies of #2C27FF
Complementary color
Monochromatic Colors of #2C27FF
Black with #2C27FF
Text Example
Text Example
White with #2C27FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C27FF; }
p { color: rgb(44,39,255); }
H1.HeaderClassName
{
color: #2C27FF;
}
.AnyTagClassName
{
color: #2C27FF;
}
</style>
background-color css
<style>
a { background-color: #2C27FF; }
a { background-color: rgb(44,39,255); }
div.DivClassName
{
background-color: #2C27FF;
}
.BgClassName
{
background-color: #2C27FF;
}
</style>
border-color css
<style>
span { border-color: #2C27FF; }
span { border-color: rgb(44,39,255); }
td.TdClassName
{
border-color: #2C27FF;
}
.TagClassName
{
border-color: #2C27FF;
}
</style>