Shades of Han Purple #3D2FDD
Tints of Han Purple #3D2FDD
RGB
CMYK
RGB Variations
Color information
#3D2FDD (or 0x3D2FDD) is known color: Han Purple. HEX triplet: 3D, 2F and DD. RGB value is (61,47,221). Sum of RGB (Red+Green+Blue) = 61+47+221=329 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.54% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 221 (86.72% from 255 or 67.17% from 329); Max value from RGB is 221 - color contains mainly: blue. Hex color #3D2FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D2FDD is #C2D022. Grayscale: #464646. Windows color (decimal): -12767267 or 14495549. OLE color: 14495549.
HSL color Cylindrical-coordinate representation of color #3D2FDD: hue angle of 244.83º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3D2FDD is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 47 | 221 | - |
| CMYK | 0.72 | 0.79 | 0 | 0.13 |
| HSL | 244.83º | 0.72% | 0.53% | - |
| HSV(B) | 244.83º | 0.79% | 0.87% | - |
| XYZ | 15.99 | 8.25 | 69.16 | - |
| YUV | 71.02 | 212.64 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 47 | 221 | 0.72 | 0.79 | 0 | 0.13 | 244.83 | 0.72 | 0.53 |
| Hex | 3D | 2F | DD | 48 | 4F | 0 | D | F5 | 48 | 35 |
| Octal | 75 | 57 | 335 | 110 | 117 | 0 | 15 | 365 | 110 | 65 |
| Binary | 111101 | 101111 | 11011101 | 1001000 | 1001111 | 0 | 1101 | 11110101 | 1001000 | 110101 |
Color Harmonies of #3D2FDD
Complementary color
Monochromatic Colors of #3D2FDD
Black with #3D2FDD
Text Example
Text Example
White with #3D2FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2FDD; }
p { color: rgb(61,47,221); }
H1.HeaderClassName
{
color: #3D2FDD;
}
.AnyTagClassName
{
color: #3D2FDD;
}
</style>
background-color css
<style>
a { background-color: #3D2FDD; }
a { background-color: rgb(61,47,221); }
div.DivClassName
{
background-color: #3D2FDD;
}
.BgClassName
{
background-color: #3D2FDD;
}
</style>
border-color css
<style>
span { border-color: #3D2FDD; }
span { border-color: rgb(61,47,221); }
td.TdClassName
{
border-color: #3D2FDD;
}
.TagClassName
{
border-color: #3D2FDD;
}
</style>