Shades of Han Purple #2D1DEA
Tints of Han Purple #2D1DEA
RGB
CMYK
RGB Variations
Color information
#2D1DEA (or 0x2D1DEA) is known color: Han Purple. HEX triplet: 2D, 1D and EA. RGB value is (45,29,234). Sum of RGB (Red+Green+Blue) = 45+29+234=308 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.61% from 308); Green value is 29 (11.72% from 255 or 9.42% from 308); Blue value is 234 (91.80% from 255 or 75.97% from 308); Max value from RGB is 234 - color contains mainly: blue. Hex color #2D1DEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D1DEA is #D2E215. Grayscale: #383838. Windows color (decimal): -13820438 or 15342893. OLE color: 15342893.
HSL color Cylindrical-coordinate representation of color #2D1DEA: hue angle of 244.68º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D1DEA is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 29 | 234 | - |
| CMYK | 0.81 | 0.88 | 0 | 0.08 |
| HSL | 244.68º | 0.83% | 0.52% | - |
| HSV(B) | 244.68º | 0.88% | 0.92% | - |
| XYZ | 16.37 | 7.38 | 78.4 | - |
| YUV | 57.15 | 227.8 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 29 | 234 | 0.81 | 0.88 | 0 | 0.08 | 244.68 | 0.83 | 0.52 |
| Hex | 2D | 1D | EA | 51 | 58 | 0 | 8 | F5 | 53 | 34 |
| Octal | 55 | 35 | 352 | 121 | 130 | 0 | 10 | 365 | 123 | 64 |
| Binary | 101101 | 11101 | 11101010 | 1010001 | 1011000 | 0 | 1000 | 11110101 | 1010011 | 110100 |
Color Harmonies of #2D1DEA
Complementary color
Monochromatic Colors of #2D1DEA
Black with #2D1DEA
Text Example
Text Example
White with #2D1DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1DEA; }
p { color: rgb(45,29,234); }
H1.HeaderClassName
{
color: #2D1DEA;
}
.AnyTagClassName
{
color: #2D1DEA;
}
</style>
background-color css
<style>
a { background-color: #2D1DEA; }
a { background-color: rgb(45,29,234); }
div.DivClassName
{
background-color: #2D1DEA;
}
.BgClassName
{
background-color: #2D1DEA;
}
</style>
border-color css
<style>
span { border-color: #2D1DEA; }
span { border-color: rgb(45,29,234); }
td.TdClassName
{
border-color: #2D1DEA;
}
.TagClassName
{
border-color: #2D1DEA;
}
</style>