Shades of Han Purple #2E0DDD
Tints of Han Purple #2E0DDD
RGB
CMYK
RGB Variations
Color information
#2E0DDD (or 0x2E0DDD) is known color: Han Purple. HEX triplet: 2E, 0D and DD. RGB value is (46,13,221). Sum of RGB (Red+Green+Blue) = 46+13+221=280 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.43% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 221 (86.72% from 255 or 78.93% from 280); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E0DDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E0DDD is #D1F222. Grayscale: #2D2D2D. Windows color (decimal): -13759011 or 14486830. OLE color: 14486830.
HSL color Cylindrical-coordinate representation of color #2E0DDD: hue angle of 249.52º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2E0DDD is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 13 | 221 | - |
| CMYK | 0.79 | 0.94 | 0 | 0.13 |
| HSL | 249.52º | 0.89% | 0.46% | - |
| HSV(B) | 249.52º | 0.94% | 0.87% | - |
| XYZ | 14.32 | 6.09 | 68.83 | - |
| YUV | 46.58 | 226.43 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 13 | 221 | 0.79 | 0.94 | 0 | 0.13 | 249.52 | 0.89 | 0.46 |
| Hex | 2E | D | DD | 4F | 5E | 0 | D | FA | 59 | 2E |
| Octal | 56 | 15 | 335 | 117 | 136 | 0 | 15 | 372 | 131 | 56 |
| Binary | 101110 | 1101 | 11011101 | 1001111 | 1011110 | 0 | 1101 | 11111010 | 1011001 | 101110 |
Color Harmonies of #2E0DDD
Complementary color
Monochromatic Colors of #2E0DDD
Black with #2E0DDD
Text Example
Text Example
White with #2E0DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0DDD; }
p { color: rgb(46,13,221); }
H1.HeaderClassName
{
color: #2E0DDD;
}
.AnyTagClassName
{
color: #2E0DDD;
}
</style>
background-color css
<style>
a { background-color: #2E0DDD; }
a { background-color: rgb(46,13,221); }
div.DivClassName
{
background-color: #2E0DDD;
}
.BgClassName
{
background-color: #2E0DDD;
}
</style>
border-color css
<style>
span { border-color: #2E0DDD; }
span { border-color: rgb(46,13,221); }
td.TdClassName
{
border-color: #2E0DDD;
}
.TagClassName
{
border-color: #2E0DDD;
}
</style>