Shades of Han Purple #3D2DDF
Tints of Han Purple #3D2DDF
RGB
CMYK
RGB Variations
Color information
#3D2DDF (or 0x3D2DDF) is known color: Han Purple. HEX triplet: 3D, 2D and DF. RGB value is (61,45,223). Sum of RGB (Red+Green+Blue) = 61+45+223=329 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.54% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 223 (87.5% from 255 or 67.78% from 329); Max value from RGB is 223 - color contains mainly: blue. Hex color #3D2DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D2DDF is #C2D220. Grayscale: #454545. Windows color (decimal): -12767777 or 14626109. OLE color: 14626109.
HSL color Cylindrical-coordinate representation of color #3D2DDF: hue angle of 245.39º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3D2DDF is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 45 | 223 | - |
| CMYK | 0.73 | 0.80 | 0 | 0.13 |
| HSL | 245.39º | 0.74% | 0.53% | - |
| HSV(B) | 245.39º | 0.8% | 0.87% | - |
| XYZ | 16.18 | 8.2 | 70.54 | - |
| YUV | 70.08 | 214.3 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 45 | 223 | 0.73 | 0.80 | 0 | 0.13 | 245.39 | 0.74 | 0.53 |
| Hex | 3D | 2D | DF | 49 | 50 | 0 | D | F5 | 4A | 35 |
| Octal | 75 | 55 | 337 | 111 | 120 | 0 | 15 | 365 | 112 | 65 |
| Binary | 111101 | 101101 | 11011111 | 1001001 | 1010000 | 0 | 1101 | 11110101 | 1001010 | 110101 |
Color Harmonies of #3D2DDF
Complementary color
Monochromatic Colors of #3D2DDF
Black with #3D2DDF
Text Example
Text Example
White with #3D2DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2DDF; }
p { color: rgb(61,45,223); }
H1.HeaderClassName
{
color: #3D2DDF;
}
.AnyTagClassName
{
color: #3D2DDF;
}
</style>
background-color css
<style>
a { background-color: #3D2DDF; }
a { background-color: rgb(61,45,223); }
div.DivClassName
{
background-color: #3D2DDF;
}
.BgClassName
{
background-color: #3D2DDF;
}
</style>
border-color css
<style>
span { border-color: #3D2DDF; }
span { border-color: rgb(61,45,223); }
td.TdClassName
{
border-color: #3D2DDF;
}
.TagClassName
{
border-color: #3D2DDF;
}
</style>