Shades of Han Purple #3D2CDD
Tints of Han Purple #3D2CDD
RGB
CMYK
RGB Variations
Color information
#3D2CDD (or 0x3D2CDD) is known color: Han Purple. HEX triplet: 3D, 2C and DD. RGB value is (61,44,221). Sum of RGB (Red+Green+Blue) = 61+44+221=326 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.71% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 221 (86.72% from 255 or 67.79% from 326); Max value from RGB is 221 - color contains mainly: blue. Hex color #3D2CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D2CDD is #C2D322. Grayscale: #444444. Windows color (decimal): -12768035 or 14494781. OLE color: 14494781.
HSL color Cylindrical-coordinate representation of color #3D2CDD: hue angle of 245.76º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3D2CDD is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 44 | 221 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.13 |
| HSL | 245.76º | 0.72% | 0.52% | - |
| HSV(B) | 245.76º | 0.8% | 0.87% | - |
| XYZ | 15.88 | 8.01 | 69.12 | - |
| YUV | 69.26 | 213.63 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 44 | 221 | 0.72 | 0.80 | 0 | 0.13 | 245.76 | 0.72 | 0.52 |
| Hex | 3D | 2C | DD | 48 | 50 | 0 | D | F6 | 48 | 34 |
| Octal | 75 | 54 | 335 | 110 | 120 | 0 | 15 | 366 | 110 | 64 |
| Binary | 111101 | 101100 | 11011101 | 1001000 | 1010000 | 0 | 1101 | 11110110 | 1001000 | 110100 |
Color Harmonies of #3D2CDD
Complementary color
Monochromatic Colors of #3D2CDD
Black with #3D2CDD
Text Example
Text Example
White with #3D2CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2CDD; }
p { color: rgb(61,44,221); }
H1.HeaderClassName
{
color: #3D2CDD;
}
.AnyTagClassName
{
color: #3D2CDD;
}
</style>
background-color css
<style>
a { background-color: #3D2CDD; }
a { background-color: rgb(61,44,221); }
div.DivClassName
{
background-color: #3D2CDD;
}
.BgClassName
{
background-color: #3D2CDD;
}
</style>
border-color css
<style>
span { border-color: #3D2CDD; }
span { border-color: rgb(61,44,221); }
td.TdClassName
{
border-color: #3D2CDD;
}
.TagClassName
{
border-color: #3D2CDD;
}
</style>