Shades of Han Purple #2A1FEF
Tints of Han Purple #2A1FEF
RGB
CMYK
RGB Variations
Color information
#2A1FEF (or 0x2A1FEF) is known color: Han Purple. HEX triplet: 2A, 1F and EF. RGB value is (42,31,239). Sum of RGB (Red+Green+Blue) = 42+31+239=312 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.46% from 312); Green value is 31 (12.5% from 255 or 9.94% from 312); Blue value is 239 (93.75% from 255 or 76.60% from 312); Max value from RGB is 239 - color contains mainly: blue. Hex color #2A1FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A1FEF is #D5E010. Grayscale: #393939. Windows color (decimal): -14016529 or 15671082. OLE color: 15671082.
HSL color Cylindrical-coordinate representation of color #2A1FEF: hue angle of 243.17º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2A1FEF is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 31 | 239 | - |
| CMYK | 0.82 | 0.87 | 0 | 0.06 |
| HSL | 243.17º | 0.87% | 0.53% | - |
| HSV(B) | 243.17º | 0.87% | 0.94% | - |
| XYZ | 17.02 | 7.7 | 82.25 | - |
| YUV | 58 | 230.14 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 31 | 239 | 0.82 | 0.87 | 0 | 0.06 | 243.17 | 0.87 | 0.53 |
| Hex | 2A | 1F | EF | 52 | 57 | 0 | 6 | F3 | 57 | 35 |
| Octal | 52 | 37 | 357 | 122 | 127 | 0 | 6 | 363 | 127 | 65 |
| Binary | 101010 | 11111 | 11101111 | 1010010 | 1010111 | 0 | 110 | 11110011 | 1010111 | 110101 |
Color Harmonies of #2A1FEF
Complementary color
Monochromatic Colors of #2A1FEF
Black with #2A1FEF
Text Example
Text Example
White with #2A1FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1FEF; }
p { color: rgb(42,31,239); }
H1.HeaderClassName
{
color: #2A1FEF;
}
.AnyTagClassName
{
color: #2A1FEF;
}
</style>
background-color css
<style>
a { background-color: #2A1FEF; }
a { background-color: rgb(42,31,239); }
div.DivClassName
{
background-color: #2A1FEF;
}
.BgClassName
{
background-color: #2A1FEF;
}
</style>
border-color css
<style>
span { border-color: #2A1FEF; }
span { border-color: rgb(42,31,239); }
td.TdClassName
{
border-color: #2A1FEF;
}
.TagClassName
{
border-color: #2A1FEF;
}
</style>