Shades of Han Purple #2A27EB
Tints of Han Purple #2A27EB
RGB
CMYK
RGB Variations
Color information
#2A27EB (or 0x2A27EB) is known color: Han Purple. HEX triplet: 2A, 27 and EB. RGB value is (42,39,235). Sum of RGB (Red+Green+Blue) = 42+39+235=316 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.29% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 235 (92.19% from 255 or 74.37% from 316); Max value from RGB is 235 - color contains mainly: blue. Hex color #2A27EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A27EB is #D5D814. Grayscale: #3D3D3D. Windows color (decimal): -14014485 or 15410986. OLE color: 15410986.
HSL color Cylindrical-coordinate representation of color #2A27EB: hue angle of 240.92º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A27EB is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 39 | 235 | - |
| CMYK | 0.82 | 0.83 | 0 | 0.08 |
| HSL | 240.92º | 0.83% | 0.54% | - |
| HSV(B) | 240.92º | 0.83% | 0.92% | - |
| XYZ | 16.68 | 7.94 | 79.25 | - |
| YUV | 62.24 | 225.49 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 39 | 235 | 0.82 | 0.83 | 0 | 0.08 | 240.92 | 0.83 | 0.54 |
| Hex | 2A | 27 | EB | 52 | 53 | 0 | 8 | F1 | 53 | 36 |
| Octal | 52 | 47 | 353 | 122 | 123 | 0 | 10 | 361 | 123 | 66 |
| Binary | 101010 | 100111 | 11101011 | 1010010 | 1010011 | 0 | 1000 | 11110001 | 1010011 | 110110 |
Color Harmonies of #2A27EB
Complementary color
Monochromatic Colors of #2A27EB
Black with #2A27EB
Text Example
Text Example
White with #2A27EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A27EB; }
p { color: rgb(42,39,235); }
H1.HeaderClassName
{
color: #2A27EB;
}
.AnyTagClassName
{
color: #2A27EB;
}
</style>
background-color css
<style>
a { background-color: #2A27EB; }
a { background-color: rgb(42,39,235); }
div.DivClassName
{
background-color: #2A27EB;
}
.BgClassName
{
background-color: #2A27EB;
}
</style>
border-color css
<style>
span { border-color: #2A27EB; }
span { border-color: rgb(42,39,235); }
td.TdClassName
{
border-color: #2A27EB;
}
.TagClassName
{
border-color: #2A27EB;
}
</style>