Shades of Han Purple #2A1BEF
Tints of Han Purple #2A1BEF
RGB
CMYK
RGB Variations
Color information
#2A1BEF (or 0x2A1BEF) is known color: Han Purple. HEX triplet: 2A, 1B and EF. RGB value is (42,27,239). Sum of RGB (Red+Green+Blue) = 42+27+239=308 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.64% from 308); Green value is 27 (10.94% from 255 or 8.77% from 308); Blue value is 239 (93.75% from 255 or 77.60% from 308); Max value from RGB is 239 - color contains mainly: blue. Hex color #2A1BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A1BEF is #D5E410. Grayscale: #363636. Windows color (decimal): -14017553 or 15670058. OLE color: 15670058.
HSL color Cylindrical-coordinate representation of color #2A1BEF: hue angle of 244.25º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A1BEF is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 27 | 239 | - |
| CMYK | 0.82 | 0.89 | 0 | 0.06 |
| HSL | 244.25º | 0.87% | 0.52% | - |
| HSV(B) | 244.25º | 0.89% | 0.94% | - |
| XYZ | 16.93 | 7.51 | 82.22 | - |
| YUV | 55.65 | 231.47 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 27 | 239 | 0.82 | 0.89 | 0 | 0.06 | 244.25 | 0.87 | 0.52 |
| Hex | 2A | 1B | EF | 52 | 59 | 0 | 6 | F4 | 57 | 34 |
| Octal | 52 | 33 | 357 | 122 | 131 | 0 | 6 | 364 | 127 | 64 |
| Binary | 101010 | 11011 | 11101111 | 1010010 | 1011001 | 0 | 110 | 11110100 | 1010111 | 110100 |
Color Harmonies of #2A1BEF
Complementary color
Monochromatic Colors of #2A1BEF
Black with #2A1BEF
Text Example
Text Example
White with #2A1BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1BEF; }
p { color: rgb(42,27,239); }
H1.HeaderClassName
{
color: #2A1BEF;
}
.AnyTagClassName
{
color: #2A1BEF;
}
</style>
background-color css
<style>
a { background-color: #2A1BEF; }
a { background-color: rgb(42,27,239); }
div.DivClassName
{
background-color: #2A1BEF;
}
.BgClassName
{
background-color: #2A1BEF;
}
</style>
border-color css
<style>
span { border-color: #2A1BEF; }
span { border-color: rgb(42,27,239); }
td.TdClassName
{
border-color: #2A1BEF;
}
.TagClassName
{
border-color: #2A1BEF;
}
</style>