Shades of Han Purple #3D2BDD
Tints of Han Purple #3D2BDD
RGB
CMYK
RGB Variations
Color information
#3D2BDD (or 0x3D2BDD) is known color: Han Purple. HEX triplet: 3D, 2B and DD. RGB value is (61,43,221). Sum of RGB (Red+Green+Blue) = 61+43+221=325 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.77% from 325); Green value is 43 (17.19% from 255 or 13.23% from 325); Blue value is 221 (86.72% from 255 or 68% from 325); Max value from RGB is 221 - color contains mainly: blue. Hex color #3D2BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D2BDD is #C2D422. Grayscale: #434343. Windows color (decimal): -12768291 or 14494525. OLE color: 14494525.
HSL color Cylindrical-coordinate representation of color #3D2BDD: hue angle of 246.07º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3D2BDD is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 43 | 221 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.13 |
| HSL | 246.07º | 0.72% | 0.52% | - |
| HSV(B) | 246.07º | 0.81% | 0.87% | - |
| XYZ | 15.84 | 7.94 | 69.1 | - |
| YUV | 68.67 | 213.96 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 43 | 221 | 0.72 | 0.81 | 0 | 0.13 | 246.07 | 0.72 | 0.52 |
| Hex | 3D | 2B | DD | 48 | 51 | 0 | D | F6 | 48 | 34 |
| Octal | 75 | 53 | 335 | 110 | 121 | 0 | 15 | 366 | 110 | 64 |
| Binary | 111101 | 101011 | 11011101 | 1001000 | 1010001 | 0 | 1101 | 11110110 | 1001000 | 110100 |
Color Harmonies of #3D2BDD
Complementary color
Monochromatic Colors of #3D2BDD
Black with #3D2BDD
Text Example
Text Example
White with #3D2BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2BDD; }
p { color: rgb(61,43,221); }
H1.HeaderClassName
{
color: #3D2BDD;
}
.AnyTagClassName
{
color: #3D2BDD;
}
</style>
background-color css
<style>
a { background-color: #3D2BDD; }
a { background-color: rgb(61,43,221); }
div.DivClassName
{
background-color: #3D2BDD;
}
.BgClassName
{
background-color: #3D2BDD;
}
</style>
border-color css
<style>
span { border-color: #3D2BDD; }
span { border-color: rgb(61,43,221); }
td.TdClassName
{
border-color: #3D2BDD;
}
.TagClassName
{
border-color: #3D2BDD;
}
</style>