Shades of Han Purple #2E2BFF
Tints of Han Purple #2E2BFF
RGB
CMYK
RGB Variations
Color information
#2E2BFF (or 0x2E2BFF) is known color: Han Purple. HEX triplet: 2E, 2B and FF. RGB value is (46,43,255). Sum of RGB (Red+Green+Blue) = 46+43+255=344 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.37% from 344); Green value is 43 (17.19% from 255 or 12.5% from 344); Blue value is 255 (100% from 255 or 74.13% from 344); Max value from RGB is 255 - color contains mainly: blue. Hex color #2E2BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E2BFF is #D1D400. Grayscale: #434343. Windows color (decimal): -13751297 or 16722734. OLE color: 16722734.
HSL color Cylindrical-coordinate representation of color #2E2BFF: hue angle of 240.85º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E2BFF is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 43 | 255 | - |
| CMYK | 0.82 | 0.83 | 0 | 0 |
| HSL | 240.85º | 1% | 0.58% | - |
| HSV(B) | 240.85º | 0.83% | 1% | - |
| XYZ | 20.04 | 9.53 | 95.39 | - |
| YUV | 68.07 | 233.49 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 43 | 255 | 0.82 | 0.83 | 0 | 0 | 240.85 | 1 | 0.58 |
| Hex | 2E | 2B | FF | 52 | 53 | 0 | 0 | F1 | 64 | 3A |
| Octal | 56 | 53 | 377 | 122 | 123 | 0 | 0 | 361 | 144 | 72 |
| Binary | 101110 | 101011 | 11111111 | 1010010 | 1010011 | 0 | 0 | 11110001 | 1100100 | 111010 |
Color Harmonies of #2E2BFF
Complementary color
Monochromatic Colors of #2E2BFF
Black with #2E2BFF
Text Example
Text Example
White with #2E2BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2BFF; }
p { color: rgb(46,43,255); }
H1.HeaderClassName
{
color: #2E2BFF;
}
.AnyTagClassName
{
color: #2E2BFF;
}
</style>
background-color css
<style>
a { background-color: #2E2BFF; }
a { background-color: rgb(46,43,255); }
div.DivClassName
{
background-color: #2E2BFF;
}
.BgClassName
{
background-color: #2E2BFF;
}
</style>
border-color css
<style>
span { border-color: #2E2BFF; }
span { border-color: rgb(46,43,255); }
td.TdClassName
{
border-color: #2E2BFF;
}
.TagClassName
{
border-color: #2E2BFF;
}
</style>