Shades of Han Purple #3D2BDB
Tints of Han Purple #3D2BDB
RGB
CMYK
RGB Variations
Color information
#3D2BDB (or 0x3D2BDB) is known color: Han Purple. HEX triplet: 3D, 2B and DB. RGB value is (61,43,219). Sum of RGB (Red+Green+Blue) = 61+43+219=323 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.89% from 323); Green value is 43 (17.19% from 255 or 13.31% from 323); Blue value is 219 (85.94% from 255 or 67.80% from 323); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D2BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D2BDB is #C2D424. Grayscale: #434343. Windows color (decimal): -12768293 or 14363453. OLE color: 14363453.
HSL color Cylindrical-coordinate representation of color #3D2BDB: hue angle of 246.14º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3D2BDB is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 43 | 219 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.14 |
| HSL | 246.14º | 0.71% | 0.51% | - |
| HSV(B) | 246.14º | 0.8% | 0.86% | - |
| XYZ | 15.57 | 7.83 | 67.71 | - |
| YUV | 68.45 | 212.96 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 43 | 219 | 0.72 | 0.80 | 0 | 0.14 | 246.14 | 0.71 | 0.51 |
| Hex | 3D | 2B | DB | 48 | 50 | 0 | E | F6 | 47 | 33 |
| Octal | 75 | 53 | 333 | 110 | 120 | 0 | 16 | 366 | 107 | 63 |
| Binary | 111101 | 101011 | 11011011 | 1001000 | 1010000 | 0 | 1110 | 11110110 | 1000111 | 110011 |
Color Harmonies of #3D2BDB
Complementary color
Monochromatic Colors of #3D2BDB
Black with #3D2BDB
Text Example
Text Example
White with #3D2BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2BDB; }
p { color: rgb(61,43,219); }
H1.HeaderClassName
{
color: #3D2BDB;
}
.AnyTagClassName
{
color: #3D2BDB;
}
</style>
background-color css
<style>
a { background-color: #3D2BDB; }
a { background-color: rgb(61,43,219); }
div.DivClassName
{
background-color: #3D2BDB;
}
.BgClassName
{
background-color: #3D2BDB;
}
</style>
border-color css
<style>
span { border-color: #3D2BDB; }
span { border-color: rgb(61,43,219); }
td.TdClassName
{
border-color: #3D2BDB;
}
.TagClassName
{
border-color: #3D2BDB;
}
</style>