Shades of Han Purple #2A1DEF
Tints of Han Purple #2A1DEF
RGB
CMYK
RGB Variations
Color information
#2A1DEF (or 0x2A1DEF) is known color: Han Purple. HEX triplet: 2A, 1D and EF. RGB value is (42,29,239). Sum of RGB (Red+Green+Blue) = 42+29+239=310 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.55% from 310); Green value is 29 (11.72% from 255 or 9.35% from 310); Blue value is 239 (93.75% from 255 or 77.10% from 310); Max value from RGB is 239 - color contains mainly: blue. Hex color #2A1DEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A1DEF is #D5E210. Grayscale: #383838. Windows color (decimal): -14017041 or 15670570. OLE color: 15670570.
HSL color Cylindrical-coordinate representation of color #2A1DEF: hue angle of 243.71º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A1DEF is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 29 | 239 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.06 |
| HSL | 243.71º | 0.87% | 0.53% | - |
| HSV(B) | 243.71º | 0.88% | 0.94% | - |
| XYZ | 16.97 | 7.6 | 82.23 | - |
| YUV | 56.83 | 230.81 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 29 | 239 | 0.82 | 0.88 | 0 | 0.06 | 243.71 | 0.87 | 0.53 |
| Hex | 2A | 1D | EF | 52 | 58 | 0 | 6 | F4 | 57 | 35 |
| Octal | 52 | 35 | 357 | 122 | 130 | 0 | 6 | 364 | 127 | 65 |
| Binary | 101010 | 11101 | 11101111 | 1010010 | 1011000 | 0 | 110 | 11110100 | 1010111 | 110101 |
Color Harmonies of #2A1DEF
Complementary color
Monochromatic Colors of #2A1DEF
Black with #2A1DEF
Text Example
Text Example
White with #2A1DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1DEF; }
p { color: rgb(42,29,239); }
H1.HeaderClassName
{
color: #2A1DEF;
}
.AnyTagClassName
{
color: #2A1DEF;
}
</style>
background-color css
<style>
a { background-color: #2A1DEF; }
a { background-color: rgb(42,29,239); }
div.DivClassName
{
background-color: #2A1DEF;
}
.BgClassName
{
background-color: #2A1DEF;
}
</style>
border-color css
<style>
span { border-color: #2A1DEF; }
span { border-color: rgb(42,29,239); }
td.TdClassName
{
border-color: #2A1DEF;
}
.TagClassName
{
border-color: #2A1DEF;
}
</style>