Shades of Han Purple #2D1DDC
Tints of Han Purple #2D1DDC
RGB
CMYK
RGB Variations
Color information
#2D1DDC (or 0x2D1DDC) is known color: Han Purple. HEX triplet: 2D, 1D and DC. RGB value is (45,29,220). Sum of RGB (Red+Green+Blue) = 45+29+220=294 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.31% from 294); Green value is 29 (11.72% from 255 or 9.86% from 294); Blue value is 220 (86.33% from 255 or 74.83% from 294); Max value from RGB is 220 - color contains mainly: blue. Hex color #2D1DDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D1DDC is #D2E223. Grayscale: #363636. Windows color (decimal): -13820452 or 14425389. OLE color: 14425389.
HSL color Cylindrical-coordinate representation of color #2D1DDC: hue angle of 245.03º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D1DDC is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 29 | 220 | - |
| CMYK | 0.80 | 0.87 | 0 | 0.14 |
| HSL | 245.03º | 0.77% | 0.49% | - |
| HSV(B) | 245.03º | 0.87% | 0.86% | - |
| XYZ | 14.44 | 6.6 | 68.22 | - |
| YUV | 55.56 | 220.8 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 29 | 220 | 0.80 | 0.87 | 0 | 0.14 | 245.03 | 0.77 | 0.49 |
| Hex | 2D | 1D | DC | 50 | 57 | 0 | E | F5 | 4D | 31 |
| Octal | 55 | 35 | 334 | 120 | 127 | 0 | 16 | 365 | 115 | 61 |
| Binary | 101101 | 11101 | 11011100 | 1010000 | 1010111 | 0 | 1110 | 11110101 | 1001101 | 110001 |
Color Harmonies of #2D1DDC
Complementary color
Monochromatic Colors of #2D1DDC
Black with #2D1DDC
Text Example
Text Example
White with #2D1DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1DDC; }
p { color: rgb(45,29,220); }
H1.HeaderClassName
{
color: #2D1DDC;
}
.AnyTagClassName
{
color: #2D1DDC;
}
</style>
background-color css
<style>
a { background-color: #2D1DDC; }
a { background-color: rgb(45,29,220); }
div.DivClassName
{
background-color: #2D1DDC;
}
.BgClassName
{
background-color: #2D1DDC;
}
</style>
border-color css
<style>
span { border-color: #2D1DDC; }
span { border-color: rgb(45,29,220); }
td.TdClassName
{
border-color: #2D1DDC;
}
.TagClassName
{
border-color: #2D1DDC;
}
</style>