Shades of Han Purple #3D1BDD
Tints of Han Purple #3D1BDD
RGB
CMYK
RGB Variations
Color information
#3D1BDD (or 0x3D1BDD) is known color: Han Purple. HEX triplet: 3D, 1B and DD. RGB value is (61,27,221). Sum of RGB (Red+Green+Blue) = 61+27+221=309 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.74% from 309); Green value is 27 (10.94% from 255 or 8.74% from 309); Blue value is 221 (86.72% from 255 or 71.52% from 309); Max value from RGB is 221 - color contains mainly: blue. Hex color #3D1BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D1BDD is #C2E422. Grayscale: #3A3A3A. Windows color (decimal): -12772387 or 14490429. OLE color: 14490429.
HSL color Cylindrical-coordinate representation of color #3D1BDD: hue angle of 250.52º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3D1BDD is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 27 | 221 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.13 |
| HSL | 250.52º | 0.78% | 0.49% | - |
| HSV(B) | 250.52º | 0.88% | 0.87% | - |
| XYZ | 15.37 | 7 | 68.95 | - |
| YUV | 59.28 | 219.26 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 27 | 221 | 0.72 | 0.88 | 0 | 0.13 | 250.52 | 0.78 | 0.49 |
| Hex | 3D | 1B | DD | 48 | 58 | 0 | D | FB | 4E | 31 |
| Octal | 75 | 33 | 335 | 110 | 130 | 0 | 15 | 373 | 116 | 61 |
| Binary | 111101 | 11011 | 11011101 | 1001000 | 1011000 | 0 | 1101 | 11111011 | 1001110 | 110001 |
Color Harmonies of #3D1BDD
Complementary color
Monochromatic Colors of #3D1BDD
Black with #3D1BDD
Text Example
Text Example
White with #3D1BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1BDD; }
p { color: rgb(61,27,221); }
H1.HeaderClassName
{
color: #3D1BDD;
}
.AnyTagClassName
{
color: #3D1BDD;
}
</style>
background-color css
<style>
a { background-color: #3D1BDD; }
a { background-color: rgb(61,27,221); }
div.DivClassName
{
background-color: #3D1BDD;
}
.BgClassName
{
background-color: #3D1BDD;
}
</style>
border-color css
<style>
span { border-color: #3D1BDD; }
span { border-color: rgb(61,27,221); }
td.TdClassName
{
border-color: #3D1BDD;
}
.TagClassName
{
border-color: #3D1BDD;
}
</style>