Shades of Han Purple #2E16FD
Tints of Han Purple #2E16FD
RGB
CMYK
RGB Variations
Color information
#2E16FD (or 0x2E16FD) is known color: Han Purple. HEX triplet: 2E, 16 and FD. RGB value is (46,22,253). Sum of RGB (Red+Green+Blue) = 46+22+253=321 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.33% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 253 (99.22% from 255 or 78.82% from 321); Max value from RGB is 253 - color contains mainly: blue. Hex color #2E16FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E16FD is #D1E902. Grayscale: #363636. Windows color (decimal): -13756675 or 16586286. OLE color: 16586286.
HSL color Cylindrical-coordinate representation of color #2E16FD: hue angle of 246.23º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2E16FD is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 22 | 253 | - |
| CMYK | 0.82 | 0.91 | 0 | 0.01 |
| HSL | 246.23º | 0.98% | 0.54% | - |
| HSV(B) | 246.23º | 0.91% | 0.99% | - |
| XYZ | 19.14 | 8.25 | 93.51 | - |
| YUV | 55.51 | 239.45 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 22 | 253 | 0.82 | 0.91 | 0 | 0.01 | 246.23 | 0.98 | 0.54 |
| Hex | 2E | 16 | FD | 52 | 5B | 0 | 1 | F6 | 62 | 36 |
| Octal | 56 | 26 | 375 | 122 | 133 | 0 | 1 | 366 | 142 | 66 |
| Binary | 101110 | 10110 | 11111101 | 1010010 | 1011011 | 0 | 1 | 11110110 | 1100010 | 110110 |
Color Harmonies of #2E16FD
Complementary color
Monochromatic Colors of #2E16FD
Black with #2E16FD
Text Example
Text Example
White with #2E16FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E16FD; }
p { color: rgb(46,22,253); }
H1.HeaderClassName
{
color: #2E16FD;
}
.AnyTagClassName
{
color: #2E16FD;
}
</style>
background-color css
<style>
a { background-color: #2E16FD; }
a { background-color: rgb(46,22,253); }
div.DivClassName
{
background-color: #2E16FD;
}
.BgClassName
{
background-color: #2E16FD;
}
</style>
border-color css
<style>
span { border-color: #2E16FD; }
span { border-color: rgb(46,22,253); }
td.TdClassName
{
border-color: #2E16FD;
}
.TagClassName
{
border-color: #2E16FD;
}
</style>