Shades of Han Purple #3D2CDF
Tints of Han Purple #3D2CDF
RGB
CMYK
RGB Variations
Color information
#3D2CDF (or 0x3D2CDF) is known color: Han Purple. HEX triplet: 3D, 2C and DF. RGB value is (61,44,223). Sum of RGB (Red+Green+Blue) = 61+44+223=328 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.60% from 328); Green value is 44 (17.58% from 255 or 13.41% from 328); Blue value is 223 (87.5% from 255 or 67.99% from 328); Max value from RGB is 223 - color contains mainly: blue. Hex color #3D2CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D2CDF is #C2D320. Grayscale: #444444. Windows color (decimal): -12768033 or 14625853. OLE color: 14625853.
HSL color Cylindrical-coordinate representation of color #3D2CDF: hue angle of 245.7º degrees, saturation: 0.74, 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 #3D2CDF is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 44 | 223 | - |
| CMYK | 0.73 | 0.80 | 0 | 0.13 |
| HSL | 245.7º | 0.74% | 0.52% | - |
| HSV(B) | 245.7º | 0.8% | 0.87% | - |
| XYZ | 16.14 | 8.12 | 70.53 | - |
| YUV | 69.49 | 214.63 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 44 | 223 | 0.73 | 0.80 | 0 | 0.13 | 245.7 | 0.74 | 0.52 |
| Hex | 3D | 2C | DF | 49 | 50 | 0 | D | F6 | 4A | 34 |
| Octal | 75 | 54 | 337 | 111 | 120 | 0 | 15 | 366 | 112 | 64 |
| Binary | 111101 | 101100 | 11011111 | 1001001 | 1010000 | 0 | 1101 | 11110110 | 1001010 | 110100 |
Color Harmonies of #3D2CDF
Complementary color
Monochromatic Colors of #3D2CDF
Black with #3D2CDF
Text Example
Text Example
White with #3D2CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2CDF; }
p { color: rgb(61,44,223); }
H1.HeaderClassName
{
color: #3D2CDF;
}
.AnyTagClassName
{
color: #3D2CDF;
}
</style>
background-color css
<style>
a { background-color: #3D2CDF; }
a { background-color: rgb(61,44,223); }
div.DivClassName
{
background-color: #3D2CDF;
}
.BgClassName
{
background-color: #3D2CDF;
}
</style>
border-color css
<style>
span { border-color: #3D2CDF; }
span { border-color: rgb(61,44,223); }
td.TdClassName
{
border-color: #3D2CDF;
}
.TagClassName
{
border-color: #3D2CDF;
}
</style>