Shades of Han Purple #2E1BFA
Tints of Han Purple #2E1BFA
RGB
CMYK
RGB Variations
Color information
#2E1BFA (or 0x2E1BFA) is known color: Han Purple. HEX triplet: 2E, 1B and FA. RGB value is (46,27,250). Sum of RGB (Red+Green+Blue) = 46+27+250=323 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.24% from 323); Green value is 27 (10.94% from 255 or 8.36% from 323); Blue value is 250 (98.05% from 255 or 77.40% from 323); Max value from RGB is 250 - color contains mainly: blue. Hex color #2E1BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E1BFA is #D1E405. Grayscale: #393939. Windows color (decimal): -13755398 or 16390958. OLE color: 16390958.
HSL color Cylindrical-coordinate representation of color #2E1BFA: hue angle of 245.11º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2E1BFA is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 27 | 250 | - |
| CMYK | 0.82 | 0.89 | 0 | 0.02 |
| HSL | 245.11º | 0.96% | 0.54% | - |
| HSV(B) | 245.11º | 0.89% | 0.98% | - |
| XYZ | 18.77 | 8.27 | 91.05 | - |
| YUV | 58.1 | 236.29 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 27 | 250 | 0.82 | 0.89 | 0 | 0.02 | 245.11 | 0.96 | 0.54 |
| Hex | 2E | 1B | FA | 52 | 59 | 0 | 2 | F5 | 60 | 36 |
| Octal | 56 | 33 | 372 | 122 | 131 | 0 | 2 | 365 | 140 | 66 |
| Binary | 101110 | 11011 | 11111010 | 1010010 | 1011001 | 0 | 10 | 11110101 | 1100000 | 110110 |
Color Harmonies of #2E1BFA
Complementary color
Monochromatic Colors of #2E1BFA
Black with #2E1BFA
Text Example
Text Example
White with #2E1BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1BFA; }
p { color: rgb(46,27,250); }
H1.HeaderClassName
{
color: #2E1BFA;
}
.AnyTagClassName
{
color: #2E1BFA;
}
</style>
background-color css
<style>
a { background-color: #2E1BFA; }
a { background-color: rgb(46,27,250); }
div.DivClassName
{
background-color: #2E1BFA;
}
.BgClassName
{
background-color: #2E1BFA;
}
</style>
border-color css
<style>
span { border-color: #2E1BFA; }
span { border-color: rgb(46,27,250); }
td.TdClassName
{
border-color: #2E1BFA;
}
.TagClassName
{
border-color: #2E1BFA;
}
</style>