Shades of Han Purple #2A27FC
Tints of Han Purple #2A27FC
RGB
CMYK
RGB Variations
Color information
#2A27FC (or 0x2A27FC) is known color: Han Purple. HEX triplet: 2A, 27 and FC. RGB value is (42,39,252). Sum of RGB (Red+Green+Blue) = 42+39+252=333 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.61% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 252 (98.83% from 255 or 75.68% from 333); Max value from RGB is 252 - color contains mainly: blue. Hex color #2A27FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A27FC is #D5D803. Grayscale: #3F3F3F. Windows color (decimal): -14014468 or 16525098. OLE color: 16525098.
HSL color Cylindrical-coordinate representation of color #2A27FC: hue angle of 240.85º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2A27FC is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 39 | 252 | - |
| CMYK | 0.83 | 0.85 | 0 | 0.01 |
| HSL | 240.85º | 0.97% | 0.57% | - |
| HSV(B) | 240.85º | 0.85% | 0.99% | - |
| XYZ | 19.25 | 8.97 | 92.81 | - |
| YUV | 64.18 | 233.99 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 39 | 252 | 0.83 | 0.85 | 0 | 0.01 | 240.85 | 0.97 | 0.57 |
| Hex | 2A | 27 | FC | 53 | 55 | 0 | 1 | F1 | 61 | 39 |
| Octal | 52 | 47 | 374 | 123 | 125 | 0 | 1 | 361 | 141 | 71 |
| Binary | 101010 | 100111 | 11111100 | 1010011 | 1010101 | 0 | 1 | 11110001 | 1100001 | 111001 |
Color Harmonies of #2A27FC
Complementary color
Monochromatic Colors of #2A27FC
Black with #2A27FC
Text Example
Text Example
White with #2A27FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A27FC; }
p { color: rgb(42,39,252); }
H1.HeaderClassName
{
color: #2A27FC;
}
.AnyTagClassName
{
color: #2A27FC;
}
</style>
background-color css
<style>
a { background-color: #2A27FC; }
a { background-color: rgb(42,39,252); }
div.DivClassName
{
background-color: #2A27FC;
}
.BgClassName
{
background-color: #2A27FC;
}
</style>
border-color css
<style>
span { border-color: #2A27FC; }
span { border-color: rgb(42,39,252); }
td.TdClassName
{
border-color: #2A27FC;
}
.TagClassName
{
border-color: #2A27FC;
}
</style>