Shades of Han Purple #2D1EEF
Tints of Han Purple #2D1EEF
RGB
CMYK
RGB Variations
Color information
#2D1EEF (or 0x2D1EEF) is known color: Han Purple. HEX triplet: 2D, 1E and EF. RGB value is (45,30,239). Sum of RGB (Red+Green+Blue) = 45+30+239=314 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.33% from 314); Green value is 30 (12.11% from 255 or 9.55% from 314); Blue value is 239 (93.75% from 255 or 76.11% from 314); Max value from RGB is 239 - color contains mainly: blue. Hex color #2D1EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D1EEF is #D2E110. Grayscale: #393939. Windows color (decimal): -13820177 or 15670829. OLE color: 15670829.
HSL color Cylindrical-coordinate representation of color #2D1EEF: hue angle of 244.31º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D1EEF is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 30 | 239 | - |
| CMYK | 0.81 | 0.87 | 0 | 0.06 |
| HSL | 244.31º | 0.87% | 0.53% | - |
| HSV(B) | 244.31º | 0.87% | 0.94% | - |
| XYZ | 17.13 | 7.72 | 82.25 | - |
| YUV | 58.31 | 229.97 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 30 | 239 | 0.81 | 0.87 | 0 | 0.06 | 244.31 | 0.87 | 0.53 |
| Hex | 2D | 1E | EF | 51 | 57 | 0 | 6 | F4 | 57 | 35 |
| Octal | 55 | 36 | 357 | 121 | 127 | 0 | 6 | 364 | 127 | 65 |
| Binary | 101101 | 11110 | 11101111 | 1010001 | 1010111 | 0 | 110 | 11110100 | 1010111 | 110101 |
Color Harmonies of #2D1EEF
Complementary color
Monochromatic Colors of #2D1EEF
Black with #2D1EEF
Text Example
Text Example
White with #2D1EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1EEF; }
p { color: rgb(45,30,239); }
H1.HeaderClassName
{
color: #2D1EEF;
}
.AnyTagClassName
{
color: #2D1EEF;
}
</style>
background-color css
<style>
a { background-color: #2D1EEF; }
a { background-color: rgb(45,30,239); }
div.DivClassName
{
background-color: #2D1EEF;
}
.BgClassName
{
background-color: #2D1EEF;
}
</style>
border-color css
<style>
span { border-color: #2D1EEF; }
span { border-color: rgb(45,30,239); }
td.TdClassName
{
border-color: #2D1EEF;
}
.TagClassName
{
border-color: #2D1EEF;
}
</style>