Shades of Han Purple #2D1ADD
Tints of Han Purple #2D1ADD
RGB
CMYK
RGB Variations
Color information
#2D1ADD (or 0x2D1ADD) is known color: Han Purple. HEX triplet: 2D, 1A and DD. RGB value is (45,26,221). Sum of RGB (Red+Green+Blue) = 45+26+221=292 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.41% from 292); Green value is 26 (10.55% from 255 or 8.90% from 292); Blue value is 221 (86.72% from 255 or 75.68% from 292); Max value from RGB is 221 - color contains mainly: blue. Hex color #2D1ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D1ADD is #D2E522. Grayscale: #353535. Windows color (decimal): -13821219 or 14490157. OLE color: 14490157.
HSL color Cylindrical-coordinate representation of color #2D1ADD: hue angle of 245.85º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D1ADD is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 26 | 221 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.13 |
| HSL | 245.85º | 0.79% | 0.48% | - |
| HSV(B) | 245.85º | 0.88% | 0.87% | - |
| XYZ | 14.5 | 6.52 | 68.9 | - |
| YUV | 53.91 | 222.29 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 26 | 221 | 0.80 | 0.88 | 0 | 0.13 | 245.85 | 0.79 | 0.48 |
| Hex | 2D | 1A | DD | 50 | 58 | 0 | D | F6 | 4F | 30 |
| Octal | 55 | 32 | 335 | 120 | 130 | 0 | 15 | 366 | 117 | 60 |
| Binary | 101101 | 11010 | 11011101 | 1010000 | 1011000 | 0 | 1101 | 11110110 | 1001111 | 110000 |
Color Harmonies of #2D1ADD
Complementary color
Monochromatic Colors of #2D1ADD
Black with #2D1ADD
Text Example
Text Example
White with #2D1ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1ADD; }
p { color: rgb(45,26,221); }
H1.HeaderClassName
{
color: #2D1ADD;
}
.AnyTagClassName
{
color: #2D1ADD;
}
</style>
background-color css
<style>
a { background-color: #2D1ADD; }
a { background-color: rgb(45,26,221); }
div.DivClassName
{
background-color: #2D1ADD;
}
.BgClassName
{
background-color: #2D1ADD;
}
</style>
border-color css
<style>
span { border-color: #2D1ADD; }
span { border-color: rgb(45,26,221); }
td.TdClassName
{
border-color: #2D1ADD;
}
.TagClassName
{
border-color: #2D1ADD;
}
</style>