Shades of Han Purple #2E05DC
Tints of Han Purple #2E05DC
RGB
CMYK
RGB Variations
Color information
#2E05DC (or 0x2E05DC) is known color: Han Purple. HEX triplet: 2E, 05 and DC. RGB value is (46,5,220). Sum of RGB (Red+Green+Blue) = 46+5+220=271 (35% of max value = 765). Red value is 46 (18.36% from 255 or 16.97% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 220 (86.33% from 255 or 81.18% from 271); Max value from RGB is 220 - color contains mainly: blue. Hex color #2E05DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E05DC is #D1FA23. Grayscale: #282828. Windows color (decimal): -13761060 or 14419246. OLE color: 14419246.
HSL color Cylindrical-coordinate representation of color #2E05DC: hue angle of 251.44º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E05DC is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 5 | 220 | - |
| CMYK | 0.79 | 0.98 | 0 | 0.14 |
| HSL | 251.44º | 0.96% | 0.44% | - |
| HSV(B) | 251.44º | 0.98% | 0.86% | - |
| XYZ | 14.1 | 5.86 | 68.1 | - |
| YUV | 41.77 | 228.58 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 5 | 220 | 0.79 | 0.98 | 0 | 0.14 | 251.44 | 0.96 | 0.44 |
| Hex | 2E | 5 | DC | 4F | 62 | 0 | E | FB | 60 | 2C |
| Octal | 56 | 5 | 334 | 117 | 142 | 0 | 16 | 373 | 140 | 54 |
| Binary | 101110 | 101 | 11011100 | 1001111 | 1100010 | 0 | 1110 | 11111011 | 1100000 | 101100 |
Color Harmonies of #2E05DC
Complementary color
Monochromatic Colors of #2E05DC
Black with #2E05DC
Text Example
Text Example
White with #2E05DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E05DC; }
p { color: rgb(46,5,220); }
H1.HeaderClassName
{
color: #2E05DC;
}
.AnyTagClassName
{
color: #2E05DC;
}
</style>
background-color css
<style>
a { background-color: #2E05DC; }
a { background-color: rgb(46,5,220); }
div.DivClassName
{
background-color: #2E05DC;
}
.BgClassName
{
background-color: #2E05DC;
}
</style>
border-color css
<style>
span { border-color: #2E05DC; }
span { border-color: rgb(46,5,220); }
td.TdClassName
{
border-color: #2E05DC;
}
.TagClassName
{
border-color: #2E05DC;
}
</style>