Shades of Han Purple #2D1ADC
Tints of Han Purple #2D1ADC
RGB
CMYK
RGB Variations
Color information
#2D1ADC (or 0x2D1ADC) is known color: Han Purple. HEX triplet: 2D, 1A and DC. RGB value is (45,26,220). Sum of RGB (Red+Green+Blue) = 45+26+220=291 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.46% from 291); Green value is 26 (10.55% from 255 or 8.93% from 291); Blue value is 220 (86.33% from 255 or 75.60% from 291); Max value from RGB is 220 - color contains mainly: blue. Hex color #2D1ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D1ADC is #D2E523. Grayscale: #353535. Windows color (decimal): -13821220 or 14424621. OLE color: 14424621.
HSL color Cylindrical-coordinate representation of color #2D1ADC: hue angle of 245.88º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D1ADC is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 26 | 220 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.14 |
| HSL | 245.88º | 0.79% | 0.48% | - |
| HSV(B) | 245.88º | 0.88% | 0.86% | - |
| XYZ | 14.37 | 6.46 | 68.2 | - |
| YUV | 53.8 | 221.79 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 26 | 220 | 0.80 | 0.88 | 0 | 0.14 | 245.88 | 0.79 | 0.48 |
| Hex | 2D | 1A | DC | 50 | 58 | 0 | E | F6 | 4F | 30 |
| Octal | 55 | 32 | 334 | 120 | 130 | 0 | 16 | 366 | 117 | 60 |
| Binary | 101101 | 11010 | 11011100 | 1010000 | 1011000 | 0 | 1110 | 11110110 | 1001111 | 110000 |
Color Harmonies of #2D1ADC
Complementary color
Monochromatic Colors of #2D1ADC
Black with #2D1ADC
Text Example
Text Example
White with #2D1ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1ADC; }
p { color: rgb(45,26,220); }
H1.HeaderClassName
{
color: #2D1ADC;
}
.AnyTagClassName
{
color: #2D1ADC;
}
</style>
background-color css
<style>
a { background-color: #2D1ADC; }
a { background-color: rgb(45,26,220); }
div.DivClassName
{
background-color: #2D1ADC;
}
.BgClassName
{
background-color: #2D1ADC;
}
</style>
border-color css
<style>
span { border-color: #2D1ADC; }
span { border-color: rgb(45,26,220); }
td.TdClassName
{
border-color: #2D1ADC;
}
.TagClassName
{
border-color: #2D1ADC;
}
</style>