Shades of Han Purple #2E0FDD
Tints of Han Purple #2E0FDD
RGB
CMYK
RGB Variations
Color information
#2E0FDD (or 0x2E0FDD) is known color: Han Purple. HEX triplet: 2E, 0F and DD. RGB value is (46,15,221). Sum of RGB (Red+Green+Blue) = 46+15+221=282 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.31% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 221 (86.72% from 255 or 78.37% from 282); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E0FDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E0FDD is #D1F022. Grayscale: #2E2E2E. Windows color (decimal): -13758499 or 14487342. OLE color: 14487342.
HSL color Cylindrical-coordinate representation of color #2E0FDD: hue angle of 249.03º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2E0FDD is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 15 | 221 | - |
| CMYK | 0.79 | 0.93 | 0 | 0.13 |
| HSL | 249.03º | 0.87% | 0.46% | - |
| HSV(B) | 249.03º | 0.93% | 0.87% | - |
| XYZ | 14.35 | 6.14 | 68.84 | - |
| YUV | 47.75 | 225.77 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 15 | 221 | 0.79 | 0.93 | 0 | 0.13 | 249.03 | 0.87 | 0.46 |
| Hex | 2E | F | DD | 4F | 5D | 0 | D | F9 | 57 | 2E |
| Octal | 56 | 17 | 335 | 117 | 135 | 0 | 15 | 371 | 127 | 56 |
| Binary | 101110 | 1111 | 11011101 | 1001111 | 1011101 | 0 | 1101 | 11111001 | 1010111 | 101110 |
Color Harmonies of #2E0FDD
Complementary color
Monochromatic Colors of #2E0FDD
Black with #2E0FDD
Text Example
Text Example
White with #2E0FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0FDD; }
p { color: rgb(46,15,221); }
H1.HeaderClassName
{
color: #2E0FDD;
}
.AnyTagClassName
{
color: #2E0FDD;
}
</style>
background-color css
<style>
a { background-color: #2E0FDD; }
a { background-color: rgb(46,15,221); }
div.DivClassName
{
background-color: #2E0FDD;
}
.BgClassName
{
background-color: #2E0FDD;
}
</style>
border-color css
<style>
span { border-color: #2E0FDD; }
span { border-color: rgb(46,15,221); }
td.TdClassName
{
border-color: #2E0FDD;
}
.TagClassName
{
border-color: #2E0FDD;
}
</style>