Shades of Han Purple #2E13DC
Tints of Han Purple #2E13DC
RGB
CMYK
RGB Variations
Color information
#2E13DC (or 0x2E13DC) is known color: Han Purple. HEX triplet: 2E, 13 and DC. RGB value is (46,19,220). Sum of RGB (Red+Green+Blue) = 46+19+220=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 220 (86.33% from 255 or 77.19% from 285); Max value from RGB is 220 - color contains mainly: blue. Hex color #2E13DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E13DC is #D1EC23. Grayscale: #313131. Windows color (decimal): -13757476 or 14422830. OLE color: 14422830.
HSL color Cylindrical-coordinate representation of color #2E13DC: hue angle of 248.06º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2E13DC is Cyan = 0.79, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 19 | 220 | - |
| CMYK | 0.79 | 0.91 | 0 | 0.14 |
| HSL | 248.06º | 0.84% | 0.47% | - |
| HSV(B) | 248.06º | 0.91% | 0.86% | - |
| XYZ | 14.28 | 6.21 | 68.16 | - |
| YUV | 49.99 | 223.95 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 19 | 220 | 0.79 | 0.91 | 0 | 0.14 | 248.06 | 0.84 | 0.47 |
| Hex | 2E | 13 | DC | 4F | 5B | 0 | E | F8 | 54 | 2F |
| Octal | 56 | 23 | 334 | 117 | 133 | 0 | 16 | 370 | 124 | 57 |
| Binary | 101110 | 10011 | 11011100 | 1001111 | 1011011 | 0 | 1110 | 11111000 | 1010100 | 101111 |
Color Harmonies of #2E13DC
Complementary color
Monochromatic Colors of #2E13DC
Black with #2E13DC
Text Example
Text Example
White with #2E13DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E13DC; }
p { color: rgb(46,19,220); }
H1.HeaderClassName
{
color: #2E13DC;
}
.AnyTagClassName
{
color: #2E13DC;
}
</style>
background-color css
<style>
a { background-color: #2E13DC; }
a { background-color: rgb(46,19,220); }
div.DivClassName
{
background-color: #2E13DC;
}
.BgClassName
{
background-color: #2E13DC;
}
</style>
border-color css
<style>
span { border-color: #2E13DC; }
span { border-color: rgb(46,19,220); }
td.TdClassName
{
border-color: #2E13DC;
}
.TagClassName
{
border-color: #2E13DC;
}
</style>