Shades of Han Purple #2A29ED
Tints of Han Purple #2A29ED
RGB
CMYK
RGB Variations
Color information
#2A29ED (or 0x2A29ED) is known color: Han Purple. HEX triplet: 2A, 29 and ED. RGB value is (42,41,237). Sum of RGB (Red+Green+Blue) = 42+41+237=320 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.12% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 237 (92.97% from 255 or 74.06% from 320); Max value from RGB is 237 - color contains mainly: blue. Hex color #2A29ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A29ED is #D5D612. Grayscale: #3E3E3E. Windows color (decimal): -14013971 or 15542570. OLE color: 15542570.
HSL color Cylindrical-coordinate representation of color #2A29ED: hue angle of 240.31º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A29ED is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 41 | 237 | - |
| CMYK | 0.82 | 0.83 | 0 | 0.07 |
| HSL | 240.31º | 0.84% | 0.55% | - |
| HSV(B) | 240.31º | 0.83% | 0.93% | - |
| XYZ | 17.03 | 8.19 | 80.8 | - |
| YUV | 63.64 | 225.83 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 41 | 237 | 0.82 | 0.83 | 0 | 0.07 | 240.31 | 0.84 | 0.55 |
| Hex | 2A | 29 | ED | 52 | 53 | 0 | 7 | F0 | 54 | 37 |
| Octal | 52 | 51 | 355 | 122 | 123 | 0 | 7 | 360 | 124 | 67 |
| Binary | 101010 | 101001 | 11101101 | 1010010 | 1010011 | 0 | 111 | 11110000 | 1010100 | 110111 |
Color Harmonies of #2A29ED
Complementary color
Monochromatic Colors of #2A29ED
Black with #2A29ED
Text Example
Text Example
White with #2A29ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A29ED; }
p { color: rgb(42,41,237); }
H1.HeaderClassName
{
color: #2A29ED;
}
.AnyTagClassName
{
color: #2A29ED;
}
</style>
background-color css
<style>
a { background-color: #2A29ED; }
a { background-color: rgb(42,41,237); }
div.DivClassName
{
background-color: #2A29ED;
}
.BgClassName
{
background-color: #2A29ED;
}
</style>
border-color css
<style>
span { border-color: #2A29ED; }
span { border-color: rgb(42,41,237); }
td.TdClassName
{
border-color: #2A29ED;
}
.TagClassName
{
border-color: #2A29ED;
}
</style>