Shades of Han Purple #2D1BDE
Tints of Han Purple #2D1BDE
RGB
CMYK
RGB Variations
Color information
#2D1BDE (or 0x2D1BDE) is known color: Han Purple. HEX triplet: 2D, 1B and DE. RGB value is (45,27,222). Sum of RGB (Red+Green+Blue) = 45+27+222=294 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.31% from 294); Green value is 27 (10.94% from 255 or 9.18% from 294); Blue value is 222 (87.11% from 255 or 75.51% from 294); Max value from RGB is 222 - color contains mainly: blue. Hex color #2D1BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D1BDE is #D2E421. Grayscale: #353535. Windows color (decimal): -13820962 or 14555949. OLE color: 14555949.
HSL color Cylindrical-coordinate representation of color #2D1BDE: hue angle of 245.54º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D1BDE is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 27 | 222 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.13 |
| HSL | 245.54º | 0.78% | 0.49% | - |
| HSV(B) | 245.54º | 0.88% | 0.87% | - |
| XYZ | 14.66 | 6.62 | 69.61 | - |
| YUV | 54.61 | 222.46 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 27 | 222 | 0.80 | 0.88 | 0 | 0.13 | 245.54 | 0.78 | 0.49 |
| Hex | 2D | 1B | DE | 50 | 58 | 0 | D | F6 | 4E | 31 |
| Octal | 55 | 33 | 336 | 120 | 130 | 0 | 15 | 366 | 116 | 61 |
| Binary | 101101 | 11011 | 11011110 | 1010000 | 1011000 | 0 | 1101 | 11110110 | 1001110 | 110001 |
Color Harmonies of #2D1BDE
Complementary color
Monochromatic Colors of #2D1BDE
Black with #2D1BDE
Text Example
Text Example
White with #2D1BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1BDE; }
p { color: rgb(45,27,222); }
H1.HeaderClassName
{
color: #2D1BDE;
}
.AnyTagClassName
{
color: #2D1BDE;
}
</style>
background-color css
<style>
a { background-color: #2D1BDE; }
a { background-color: rgb(45,27,222); }
div.DivClassName
{
background-color: #2D1BDE;
}
.BgClassName
{
background-color: #2D1BDE;
}
</style>
border-color css
<style>
span { border-color: #2D1BDE; }
span { border-color: rgb(45,27,222); }
td.TdClassName
{
border-color: #2D1BDE;
}
.TagClassName
{
border-color: #2D1BDE;
}
</style>