Shades of Han Purple #3D2BDC
Tints of Han Purple #3D2BDC
RGB
CMYK
RGB Variations
Color information
#3D2BDC (or 0x3D2BDC) is known color: Han Purple. HEX triplet: 3D, 2B and DC. RGB value is (61,43,220). Sum of RGB (Red+Green+Blue) = 61+43+220=324 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.83% from 324); Green value is 43 (17.19% from 255 or 13.27% from 324); Blue value is 220 (86.33% from 255 or 67.90% from 324); Max value from RGB is 220 - color contains mainly: blue. Hex color #3D2BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D2BDC is #C2D423. Grayscale: #434343. Windows color (decimal): -12768292 or 14428989. OLE color: 14428989.
HSL color Cylindrical-coordinate representation of color #3D2BDC: hue angle of 246.1º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3D2BDC is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 43 | 220 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.14 |
| HSL | 246.1º | 0.72% | 0.52% | - |
| HSV(B) | 246.1º | 0.8% | 0.86% | - |
| XYZ | 15.71 | 7.89 | 68.4 | - |
| YUV | 68.56 | 213.46 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 43 | 220 | 0.72 | 0.80 | 0 | 0.14 | 246.1 | 0.72 | 0.52 |
| Hex | 3D | 2B | DC | 48 | 50 | 0 | E | F6 | 48 | 34 |
| Octal | 75 | 53 | 334 | 110 | 120 | 0 | 16 | 366 | 110 | 64 |
| Binary | 111101 | 101011 | 11011100 | 1001000 | 1010000 | 0 | 1110 | 11110110 | 1001000 | 110100 |
Color Harmonies of #3D2BDC
Complementary color
Monochromatic Colors of #3D2BDC
Black with #3D2BDC
Text Example
Text Example
White with #3D2BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2BDC; }
p { color: rgb(61,43,220); }
H1.HeaderClassName
{
color: #3D2BDC;
}
.AnyTagClassName
{
color: #3D2BDC;
}
</style>
background-color css
<style>
a { background-color: #3D2BDC; }
a { background-color: rgb(61,43,220); }
div.DivClassName
{
background-color: #3D2BDC;
}
.BgClassName
{
background-color: #3D2BDC;
}
</style>
border-color css
<style>
span { border-color: #3D2BDC; }
span { border-color: rgb(61,43,220); }
td.TdClassName
{
border-color: #3D2BDC;
}
.TagClassName
{
border-color: #3D2BDC;
}
</style>