Shades of Han Purple #3D29DB
Tints of Han Purple #3D29DB
RGB
CMYK
RGB Variations
Color information
#3D29DB (or 0x3D29DB) is known color: Han Purple. HEX triplet: 3D, 29 and DB. RGB value is (61,41,219). Sum of RGB (Red+Green+Blue) = 61+41+219=321 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.00% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 219 (85.94% from 255 or 68.22% from 321); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D29DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D29DB is #C2D624. Grayscale: #424242. Windows color (decimal): -12768805 or 14362941. OLE color: 14362941.
HSL color Cylindrical-coordinate representation of color #3D29DB: hue angle of 246.74º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3D29DB is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 41 | 219 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.14 |
| HSL | 246.74º | 0.71% | 0.51% | - |
| HSV(B) | 246.74º | 0.81% | 0.86% | - |
| XYZ | 15.5 | 7.69 | 67.69 | - |
| YUV | 67.27 | 213.63 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 41 | 219 | 0.72 | 0.81 | 0 | 0.14 | 246.74 | 0.71 | 0.51 |
| Hex | 3D | 29 | DB | 48 | 51 | 0 | E | F7 | 47 | 33 |
| Octal | 75 | 51 | 333 | 110 | 121 | 0 | 16 | 367 | 107 | 63 |
| Binary | 111101 | 101001 | 11011011 | 1001000 | 1010001 | 0 | 1110 | 11110111 | 1000111 | 110011 |
Color Harmonies of #3D29DB
Complementary color
Monochromatic Colors of #3D29DB
Black with #3D29DB
Text Example
Text Example
White with #3D29DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D29DB; }
p { color: rgb(61,41,219); }
H1.HeaderClassName
{
color: #3D29DB;
}
.AnyTagClassName
{
color: #3D29DB;
}
</style>
background-color css
<style>
a { background-color: #3D29DB; }
a { background-color: rgb(61,41,219); }
div.DivClassName
{
background-color: #3D29DB;
}
.BgClassName
{
background-color: #3D29DB;
}
</style>
border-color css
<style>
span { border-color: #3D29DB; }
span { border-color: rgb(61,41,219); }
td.TdClassName
{
border-color: #3D29DB;
}
.TagClassName
{
border-color: #3D29DB;
}
</style>