Shades of Han Purple #3D1BDB
Tints of Han Purple #3D1BDB
RGB
CMYK
RGB Variations
Color information
#3D1BDB (or 0x3D1BDB) is known color: Han Purple. HEX triplet: 3D, 1B and DB. RGB value is (61,27,219). Sum of RGB (Red+Green+Blue) = 61+27+219=307 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.87% from 307); Green value is 27 (10.94% from 255 or 8.79% from 307); Blue value is 219 (85.94% from 255 or 71.34% from 307); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D1BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D1BDB is #C2E424. Grayscale: #3A3A3A. Windows color (decimal): -12772389 or 14359357. OLE color: 14359357.
HSL color Cylindrical-coordinate representation of color #3D1BDB: hue angle of 250.63º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3D1BDB is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 27 | 219 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.14 |
| HSL | 250.63º | 0.78% | 0.48% | - |
| HSV(B) | 250.63º | 0.88% | 0.86% | - |
| XYZ | 15.1 | 6.89 | 67.55 | - |
| YUV | 59.05 | 218.26 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 27 | 219 | 0.72 | 0.88 | 0 | 0.14 | 250.63 | 0.78 | 0.48 |
| Hex | 3D | 1B | DB | 48 | 58 | 0 | E | FB | 4E | 30 |
| Octal | 75 | 33 | 333 | 110 | 130 | 0 | 16 | 373 | 116 | 60 |
| Binary | 111101 | 11011 | 11011011 | 1001000 | 1011000 | 0 | 1110 | 11111011 | 1001110 | 110000 |
Color Harmonies of #3D1BDB
Complementary color
Monochromatic Colors of #3D1BDB
Black with #3D1BDB
Text Example
Text Example
White with #3D1BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1BDB; }
p { color: rgb(61,27,219); }
H1.HeaderClassName
{
color: #3D1BDB;
}
.AnyTagClassName
{
color: #3D1BDB;
}
</style>
background-color css
<style>
a { background-color: #3D1BDB; }
a { background-color: rgb(61,27,219); }
div.DivClassName
{
background-color: #3D1BDB;
}
.BgClassName
{
background-color: #3D1BDB;
}
</style>
border-color css
<style>
span { border-color: #3D1BDB; }
span { border-color: rgb(61,27,219); }
td.TdClassName
{
border-color: #3D1BDB;
}
.TagClassName
{
border-color: #3D1BDB;
}
</style>