Shades of Han Purple #2E25EB
Tints of Han Purple #2E25EB
RGB
CMYK
RGB Variations
Color information
#2E25EB (or 0x2E25EB) is known color: Han Purple. HEX triplet: 2E, 25 and EB. RGB value is (46,37,235). Sum of RGB (Red+Green+Blue) = 46+37+235=318 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.47% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 235 (92.19% from 255 or 73.90% from 318); Max value from RGB is 235 - color contains mainly: blue. Hex color #2E25EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E25EB is #D1DA14. Grayscale: #3D3D3D. Windows color (decimal): -13752853 or 15410478. OLE color: 15410478.
HSL color Cylindrical-coordinate representation of color #2E25EB: hue angle of 242.73º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E25EB is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 37 | 235 | - |
| CMYK | 0.80 | 0.84 | 0 | 0.08 |
| HSL | 242.73º | 0.83% | 0.53% | - |
| HSV(B) | 242.73º | 0.84% | 0.92% | - |
| XYZ | 16.78 | 7.9 | 79.24 | - |
| YUV | 62.26 | 225.48 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 37 | 235 | 0.80 | 0.84 | 0 | 0.08 | 242.73 | 0.83 | 0.53 |
| Hex | 2E | 25 | EB | 50 | 54 | 0 | 8 | F3 | 53 | 35 |
| Octal | 56 | 45 | 353 | 120 | 124 | 0 | 10 | 363 | 123 | 65 |
| Binary | 101110 | 100101 | 11101011 | 1010000 | 1010100 | 0 | 1000 | 11110011 | 1010011 | 110101 |
Color Harmonies of #2E25EB
Complementary color
Monochromatic Colors of #2E25EB
Black with #2E25EB
Text Example
Text Example
White with #2E25EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E25EB; }
p { color: rgb(46,37,235); }
H1.HeaderClassName
{
color: #2E25EB;
}
.AnyTagClassName
{
color: #2E25EB;
}
</style>
background-color css
<style>
a { background-color: #2E25EB; }
a { background-color: rgb(46,37,235); }
div.DivClassName
{
background-color: #2E25EB;
}
.BgClassName
{
background-color: #2E25EB;
}
</style>
border-color css
<style>
span { border-color: #2E25EB; }
span { border-color: rgb(46,37,235); }
td.TdClassName
{
border-color: #2E25EB;
}
.TagClassName
{
border-color: #2E25EB;
}
</style>