Shades of Han Purple #2D1BDA
Tints of Han Purple #2D1BDA
RGB
CMYK
RGB Variations
Color information
#2D1BDA (or 0x2D1BDA) is known color: Han Purple. HEX triplet: 2D, 1B and DA. RGB value is (45,27,218). Sum of RGB (Red+Green+Blue) = 45+27+218=290 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.52% from 290); Green value is 27 (10.94% from 255 or 9.31% from 290); Blue value is 218 (85.55% from 255 or 75.17% from 290); Max value from RGB is 218 - color contains mainly: blue. Hex color #2D1BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D1BDA is #D2E425. Grayscale: #353535. Windows color (decimal): -13820966 or 14293805. OLE color: 14293805.
HSL color Cylindrical-coordinate representation of color #2D1BDA: hue angle of 245.65º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D1BDA is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 27 | 218 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.15 |
| HSL | 245.65º | 0.78% | 0.48% | - |
| HSV(B) | 245.65º | 0.88% | 0.85% | - |
| XYZ | 14.13 | 6.4 | 66.82 | - |
| YUV | 54.16 | 220.46 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 27 | 218 | 0.79 | 0.88 | 0 | 0.15 | 245.65 | 0.78 | 0.48 |
| Hex | 2D | 1B | DA | 4F | 58 | 0 | F | F6 | 4E | 30 |
| Octal | 55 | 33 | 332 | 117 | 130 | 0 | 17 | 366 | 116 | 60 |
| Binary | 101101 | 11011 | 11011010 | 1001111 | 1011000 | 0 | 1111 | 11110110 | 1001110 | 110000 |
Color Harmonies of #2D1BDA
Complementary color
Monochromatic Colors of #2D1BDA
Black with #2D1BDA
Text Example
Text Example
White with #2D1BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1BDA; }
p { color: rgb(45,27,218); }
H1.HeaderClassName
{
color: #2D1BDA;
}
.AnyTagClassName
{
color: #2D1BDA;
}
</style>
background-color css
<style>
a { background-color: #2D1BDA; }
a { background-color: rgb(45,27,218); }
div.DivClassName
{
background-color: #2D1BDA;
}
.BgClassName
{
background-color: #2D1BDA;
}
</style>
border-color css
<style>
span { border-color: #2D1BDA; }
span { border-color: rgb(45,27,218); }
td.TdClassName
{
border-color: #2D1BDA;
}
.TagClassName
{
border-color: #2D1BDA;
}
</style>