Shades of Han Purple #2D1DEC
Tints of Han Purple #2D1DEC
RGB
CMYK
RGB Variations
Color information
#2D1DEC (or 0x2D1DEC) is known color: Han Purple. HEX triplet: 2D, 1D and EC. RGB value is (45,29,236). Sum of RGB (Red+Green+Blue) = 45+29+236=310 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.52% from 310); Green value is 29 (11.72% from 255 or 9.35% from 310); Blue value is 236 (92.58% from 255 or 76.13% from 310); Max value from RGB is 236 - color contains mainly: blue. Hex color #2D1DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D1DEC is #D2E213. Grayscale: #383838. Windows color (decimal): -13820436 or 15473965. OLE color: 15473965.
HSL color Cylindrical-coordinate representation of color #2D1DEC: hue angle of 244.64º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D1DEC is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 29 | 236 | - |
| CMYK | 0.81 | 0.88 | 0 | 0.07 |
| HSL | 244.64º | 0.84% | 0.52% | - |
| HSV(B) | 244.64º | 0.88% | 0.93% | - |
| XYZ | 16.66 | 7.49 | 79.92 | - |
| YUV | 57.38 | 228.8 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 29 | 236 | 0.81 | 0.88 | 0 | 0.07 | 244.64 | 0.84 | 0.52 |
| Hex | 2D | 1D | EC | 51 | 58 | 0 | 7 | F5 | 54 | 34 |
| Octal | 55 | 35 | 354 | 121 | 130 | 0 | 7 | 365 | 124 | 64 |
| Binary | 101101 | 11101 | 11101100 | 1010001 | 1011000 | 0 | 111 | 11110101 | 1010100 | 110100 |
Color Harmonies of #2D1DEC
Complementary color
Monochromatic Colors of #2D1DEC
Black with #2D1DEC
Text Example
Text Example
White with #2D1DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1DEC; }
p { color: rgb(45,29,236); }
H1.HeaderClassName
{
color: #2D1DEC;
}
.AnyTagClassName
{
color: #2D1DEC;
}
</style>
background-color css
<style>
a { background-color: #2D1DEC; }
a { background-color: rgb(45,29,236); }
div.DivClassName
{
background-color: #2D1DEC;
}
.BgClassName
{
background-color: #2D1DEC;
}
</style>
border-color css
<style>
span { border-color: #2D1DEC; }
span { border-color: rgb(45,29,236); }
td.TdClassName
{
border-color: #2D1DEC;
}
.TagClassName
{
border-color: #2D1DEC;
}
</style>