Shades of Han Purple #2A1BE9
Tints of Han Purple #2A1BE9
RGB
CMYK
RGB Variations
Color information
#2A1BE9 (or 0x2A1BE9) is known color: Han Purple. HEX triplet: 2A, 1B and E9. RGB value is (42,27,233). Sum of RGB (Red+Green+Blue) = 42+27+233=302 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.91% from 302); Green value is 27 (10.94% from 255 or 8.94% from 302); Blue value is 233 (91.41% from 255 or 77.15% from 302); Max value from RGB is 233 - color contains mainly: blue. Hex color #2A1BE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A1BE9 is #D5E416. Grayscale: #363636. Windows color (decimal): -14017559 or 15276842. OLE color: 15276842.
HSL color Cylindrical-coordinate representation of color #2A1BE9: hue angle of 244.37º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A1BE9 is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 42 | 27 | 233 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.09 |
| HSL | 244.37º | 0.82% | 0.51% | - |
| HSV(B) | 244.37º | 0.88% | 0.91% | - |
| XYZ | 16.05 | 7.16 | 77.63 | - |
| YUV | 54.97 | 228.47 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 27 | 233 | 0.82 | 0.88 | 0 | 0.09 | 244.37 | 0.82 | 0.51 |
| Hex | 2A | 1B | E9 | 52 | 58 | 0 | 9 | F4 | 52 | 33 |
| Octal | 52 | 33 | 351 | 122 | 130 | 0 | 11 | 364 | 122 | 63 |
| Binary | 101010 | 11011 | 11101001 | 1010010 | 1011000 | 0 | 1001 | 11110100 | 1010010 | 110011 |
Color Harmonies of #2A1BE9
Complementary color
Monochromatic Colors of #2A1BE9
Black with #2A1BE9
Text Example
Text Example
White with #2A1BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1BE9; }
p { color: rgb(42,27,233); }
H1.HeaderClassName
{
color: #2A1BE9;
}
.AnyTagClassName
{
color: #2A1BE9;
}
</style>
background-color css
<style>
a { background-color: #2A1BE9; }
a { background-color: rgb(42,27,233); }
div.DivClassName
{
background-color: #2A1BE9;
}
.BgClassName
{
background-color: #2A1BE9;
}
</style>
border-color css
<style>
span { border-color: #2A1BE9; }
span { border-color: rgb(42,27,233); }
td.TdClassName
{
border-color: #2A1BE9;
}
.TagClassName
{
border-color: #2A1BE9;
}
</style>