Shades of Han Purple #2E03F5
Tints of Han Purple #2E03F5
RGB
CMYK
RGB Variations
Color information
#2E03F5 (or 0x2E03F5) is known color: Han Purple. HEX triplet: 2E, 03 and F5. RGB value is (46,3,245). Sum of RGB (Red+Green+Blue) = 46+3+245=294 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.65% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 245 (96.09% from 255 or 83.33% from 294); Max value from RGB is 245 - color contains mainly: blue. Hex color #2E03F5 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E03F5 is #D1FC0A. Grayscale: #2A2A2A. Windows color (decimal): -13761547 or 16057134. OLE color: 16057134.
HSL color Cylindrical-coordinate representation of color #2E03F5: hue angle of 250.66º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2E03F5 is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 3 | 245 | - |
| CMYK | 0.81 | 0.99 | 0 | 0.04 |
| HSL | 250.66º | 0.98% | 0.49% | - |
| HSV(B) | 250.66º | 0.99% | 0.96% | - |
| XYZ | 17.64 | 7.24 | 86.85 | - |
| YUV | 43.45 | 241.75 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 3 | 245 | 0.81 | 0.99 | 0 | 0.04 | 250.66 | 0.98 | 0.49 |
| Hex | 2E | 3 | F5 | 51 | 63 | 0 | 4 | FB | 62 | 31 |
| Octal | 56 | 3 | 365 | 121 | 143 | 0 | 4 | 373 | 142 | 61 |
| Binary | 101110 | 11 | 11110101 | 1010001 | 1100011 | 0 | 100 | 11111011 | 1100010 | 110001 |
Color Harmonies of #2E03F5
Complementary color
Monochromatic Colors of #2E03F5
Black with #2E03F5
Text Example
Text Example
White with #2E03F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E03F5; }
p { color: rgb(46,3,245); }
H1.HeaderClassName
{
color: #2E03F5;
}
.AnyTagClassName
{
color: #2E03F5;
}
</style>
background-color css
<style>
a { background-color: #2E03F5; }
a { background-color: rgb(46,3,245); }
div.DivClassName
{
background-color: #2E03F5;
}
.BgClassName
{
background-color: #2E03F5;
}
</style>
border-color css
<style>
span { border-color: #2E03F5; }
span { border-color: rgb(46,3,245); }
td.TdClassName
{
border-color: #2E03F5;
}
.TagClassName
{
border-color: #2E03F5;
}
</style>