Shades of Han Purple #2D16DA
Tints of Han Purple #2D16DA
RGB
CMYK
RGB Variations
Color information
#2D16DA (or 0x2D16DA) is known color: Han Purple. HEX triplet: 2D, 16 and DA. RGB value is (45,22,218). Sum of RGB (Red+Green+Blue) = 45+22+218=285 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.79% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 218 (85.55% from 255 or 76.49% from 285); Max value from RGB is 218 - color contains mainly: blue. Hex color #2D16DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D16DA is #D2E925. Grayscale: #323232. Windows color (decimal): -13822246 or 14292525. OLE color: 14292525.
HSL color Cylindrical-coordinate representation of color #2D16DA: hue angle of 247.04º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D16DA is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 22 | 218 | - |
| CMYK | 0.79 | 0.90 | 0 | 0.15 |
| HSL | 247.04º | 0.82% | 0.47% | - |
| HSV(B) | 247.04º | 0.9% | 0.85% | - |
| XYZ | 14.02 | 6.19 | 66.79 | - |
| YUV | 51.22 | 222.12 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 22 | 218 | 0.79 | 0.90 | 0 | 0.15 | 247.04 | 0.82 | 0.47 |
| Hex | 2D | 16 | DA | 4F | 5A | 0 | F | F7 | 52 | 2F |
| Octal | 55 | 26 | 332 | 117 | 132 | 0 | 17 | 367 | 122 | 57 |
| Binary | 101101 | 10110 | 11011010 | 1001111 | 1011010 | 0 | 1111 | 11110111 | 1010010 | 101111 |
Color Harmonies of #2D16DA
Complementary color
Monochromatic Colors of #2D16DA
Black with #2D16DA
Text Example
Text Example
White with #2D16DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D16DA; }
p { color: rgb(45,22,218); }
H1.HeaderClassName
{
color: #2D16DA;
}
.AnyTagClassName
{
color: #2D16DA;
}
</style>
background-color css
<style>
a { background-color: #2D16DA; }
a { background-color: rgb(45,22,218); }
div.DivClassName
{
background-color: #2D16DA;
}
.BgClassName
{
background-color: #2D16DA;
}
</style>
border-color css
<style>
span { border-color: #2D16DA; }
span { border-color: rgb(45,22,218); }
td.TdClassName
{
border-color: #2D16DA;
}
.TagClassName
{
border-color: #2D16DA;
}
</style>