Shades of Han Purple #2E05ED
Tints of Han Purple #2E05ED
RGB
CMYK
RGB Variations
Color information
#2E05ED (or 0x2E05ED) is known color: Han Purple. HEX triplet: 2E, 05 and ED. RGB value is (46,5,237). Sum of RGB (Red+Green+Blue) = 46+5+237=288 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.97% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 237 (92.97% from 255 or 82.29% from 288); Max value from RGB is 237 - color contains mainly: blue. Hex color #2E05ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E05ED is #D1FA12. Grayscale: #2A2A2A. Windows color (decimal): -13761043 or 15533358. OLE color: 15533358.
HSL color Cylindrical-coordinate representation of color #2E05ED: hue angle of 250.6º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E05ED is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 5 | 237 | - |
| CMYK | 0.81 | 0.98 | 0 | 0.07 |
| HSL | 250.6º | 0.96% | 0.47% | - |
| HSV(B) | 250.6º | 0.98% | 0.93% | - |
| XYZ | 16.47 | 6.8 | 80.57 | - |
| YUV | 43.71 | 237.08 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 5 | 237 | 0.81 | 0.98 | 0 | 0.07 | 250.6 | 0.96 | 0.47 |
| Hex | 2E | 5 | ED | 51 | 62 | 0 | 7 | FB | 60 | 2F |
| Octal | 56 | 5 | 355 | 121 | 142 | 0 | 7 | 373 | 140 | 57 |
| Binary | 101110 | 101 | 11101101 | 1010001 | 1100010 | 0 | 111 | 11111011 | 1100000 | 101111 |
Color Harmonies of #2E05ED
Complementary color
Monochromatic Colors of #2E05ED
Black with #2E05ED
Text Example
Text Example
White with #2E05ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E05ED; }
p { color: rgb(46,5,237); }
H1.HeaderClassName
{
color: #2E05ED;
}
.AnyTagClassName
{
color: #2E05ED;
}
</style>
background-color css
<style>
a { background-color: #2E05ED; }
a { background-color: rgb(46,5,237); }
div.DivClassName
{
background-color: #2E05ED;
}
.BgClassName
{
background-color: #2E05ED;
}
</style>
border-color css
<style>
span { border-color: #2E05ED; }
span { border-color: rgb(46,5,237); }
td.TdClassName
{
border-color: #2E05ED;
}
.TagClassName
{
border-color: #2E05ED;
}
</style>