Shades of Han Purple #3D1DED
Tints of Han Purple #3D1DED
RGB
CMYK
RGB Variations
Color information
#3D1DED (or 0x3D1DED) is known color: Han Purple. HEX triplet: 3D, 1D and ED. RGB value is (61,29,237). Sum of RGB (Red+Green+Blue) = 61+29+237=327 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.65% from 327); Green value is 29 (11.72% from 255 or 8.87% from 327); Blue value is 237 (92.97% from 255 or 72.48% from 327); Max value from RGB is 237 - color contains mainly: blue. Hex color #3D1DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D1DED is #C2E212. Grayscale: #3D3D3D. Windows color (decimal): -12771859 or 15539517. OLE color: 15539517.
HSL color Cylindrical-coordinate representation of color #3D1DED: hue angle of 249.23º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3D1DED is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 29 | 237 | - |
| CMYK | 0.74 | 0.88 | 0 | 0.07 |
| HSL | 249.23º | 0.85% | 0.52% | - |
| HSV(B) | 249.23º | 0.88% | 0.93% | - |
| XYZ | 17.65 | 7.99 | 80.73 | - |
| YUV | 62.28 | 226.6 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 29 | 237 | 0.74 | 0.88 | 0 | 0.07 | 249.23 | 0.85 | 0.52 |
| Hex | 3D | 1D | ED | 4A | 58 | 0 | 7 | F9 | 55 | 34 |
| Octal | 75 | 35 | 355 | 112 | 130 | 0 | 7 | 371 | 125 | 64 |
| Binary | 111101 | 11101 | 11101101 | 1001010 | 1011000 | 0 | 111 | 11111001 | 1010101 | 110100 |
Color Harmonies of #3D1DED
Complementary color
Monochromatic Colors of #3D1DED
Black with #3D1DED
Text Example
Text Example
White with #3D1DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1DED; }
p { color: rgb(61,29,237); }
H1.HeaderClassName
{
color: #3D1DED;
}
.AnyTagClassName
{
color: #3D1DED;
}
</style>
background-color css
<style>
a { background-color: #3D1DED; }
a { background-color: rgb(61,29,237); }
div.DivClassName
{
background-color: #3D1DED;
}
.BgClassName
{
background-color: #3D1DED;
}
</style>
border-color css
<style>
span { border-color: #3D1DED; }
span { border-color: rgb(61,29,237); }
td.TdClassName
{
border-color: #3D1DED;
}
.TagClassName
{
border-color: #3D1DED;
}
</style>