Shades of Han Purple #2D1DEB
Tints of Han Purple #2D1DEB
RGB
CMYK
RGB Variations
Color information
#2D1DEB (or 0x2D1DEB) is known color: Han Purple. HEX triplet: 2D, 1D and EB. RGB value is (45,29,235). Sum of RGB (Red+Green+Blue) = 45+29+235=309 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.56% from 309); Green value is 29 (11.72% from 255 or 9.39% from 309); Blue value is 235 (92.19% from 255 or 76.05% from 309); Max value from RGB is 235 - color contains mainly: blue. Hex color #2D1DEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D1DEB is #D2E214. Grayscale: #383838. Windows color (decimal): -13820437 or 15408429. OLE color: 15408429.
HSL color Cylindrical-coordinate representation of color #2D1DEB: hue angle of 244.66º degrees, saturation: 0.84, 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 #2D1DEB is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 29 | 235 | - |
| CMYK | 0.81 | 0.88 | 0 | 0.08 |
| HSL | 244.66º | 0.84% | 0.52% | - |
| HSV(B) | 244.66º | 0.88% | 0.92% | - |
| XYZ | 16.52 | 7.43 | 79.16 | - |
| YUV | 57.27 | 228.3 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 29 | 235 | 0.81 | 0.88 | 0 | 0.08 | 244.66 | 0.84 | 0.52 |
| Hex | 2D | 1D | EB | 51 | 58 | 0 | 8 | F5 | 54 | 34 |
| Octal | 55 | 35 | 353 | 121 | 130 | 0 | 10 | 365 | 124 | 64 |
| Binary | 101101 | 11101 | 11101011 | 1010001 | 1011000 | 0 | 1000 | 11110101 | 1010100 | 110100 |
Color Harmonies of #2D1DEB
Complementary color
Monochromatic Colors of #2D1DEB
Black with #2D1DEB
Text Example
Text Example
White with #2D1DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1DEB; }
p { color: rgb(45,29,235); }
H1.HeaderClassName
{
color: #2D1DEB;
}
.AnyTagClassName
{
color: #2D1DEB;
}
</style>
background-color css
<style>
a { background-color: #2D1DEB; }
a { background-color: rgb(45,29,235); }
div.DivClassName
{
background-color: #2D1DEB;
}
.BgClassName
{
background-color: #2D1DEB;
}
</style>
border-color css
<style>
span { border-color: #2D1DEB; }
span { border-color: rgb(45,29,235); }
td.TdClassName
{
border-color: #2D1DEB;
}
.TagClassName
{
border-color: #2D1DEB;
}
</style>