Shades of Han Purple #2D1DDD
Tints of Han Purple #2D1DDD
RGB
CMYK
RGB Variations
Color information
#2D1DDD (or 0x2D1DDD) is known color: Han Purple. HEX triplet: 2D, 1D and DD. RGB value is (45,29,221). Sum of RGB (Red+Green+Blue) = 45+29+221=295 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.25% from 295); Green value is 29 (11.72% from 255 or 9.83% from 295); Blue value is 221 (86.72% from 255 or 74.92% from 295); Max value from RGB is 221 - color contains mainly: blue. Hex color #2D1DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D1DDD is #D2E222. Grayscale: #363636. Windows color (decimal): -13820451 or 14490925. OLE color: 14490925.
HSL color Cylindrical-coordinate representation of color #2D1DDD: hue angle of 245º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D1DDD is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 29 | 221 | - |
| CMYK | 0.80 | 0.87 | 0 | 0.13 |
| HSL | 245º | 0.77% | 0.49% | - |
| HSV(B) | 245º | 0.87% | 0.87% | - |
| XYZ | 14.57 | 6.66 | 68.92 | - |
| YUV | 55.67 | 221.3 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 29 | 221 | 0.80 | 0.87 | 0 | 0.13 | 245 | 0.77 | 0.49 |
| Hex | 2D | 1D | DD | 50 | 57 | 0 | D | F5 | 4D | 31 |
| Octal | 55 | 35 | 335 | 120 | 127 | 0 | 15 | 365 | 115 | 61 |
| Binary | 101101 | 11101 | 11011101 | 1010000 | 1010111 | 0 | 1101 | 11110101 | 1001101 | 110001 |
Color Harmonies of #2D1DDD
Complementary color
Monochromatic Colors of #2D1DDD
Black with #2D1DDD
Text Example
Text Example
White with #2D1DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1DDD; }
p { color: rgb(45,29,221); }
H1.HeaderClassName
{
color: #2D1DDD;
}
.AnyTagClassName
{
color: #2D1DDD;
}
</style>
background-color css
<style>
a { background-color: #2D1DDD; }
a { background-color: rgb(45,29,221); }
div.DivClassName
{
background-color: #2D1DDD;
}
.BgClassName
{
background-color: #2D1DDD;
}
</style>
border-color css
<style>
span { border-color: #2D1DDD; }
span { border-color: rgb(45,29,221); }
td.TdClassName
{
border-color: #2D1DDD;
}
.TagClassName
{
border-color: #2D1DDD;
}
</style>