Shades of Han Purple #3F1DED
Tints of Han Purple #3F1DED
RGB
CMYK
RGB Variations
Color information
#3F1DED (or 0x3F1DED) is known color: Han Purple. HEX triplet: 3F, 1D and ED. RGB value is (63,29,237). Sum of RGB (Red+Green+Blue) = 63+29+237=329 (43% of max value = 765). Red value is 63 (25% from 255 or 19.15% from 329); Green value is 29 (11.72% from 255 or 8.81% from 329); Blue value is 237 (92.97% from 255 or 72.04% from 329); Max value from RGB is 237 - color contains mainly: blue. Hex color #3F1DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F1DED is #C0E212. Grayscale: #3E3E3E. Windows color (decimal): -12640787 or 15539519. OLE color: 15539519.
HSL color Cylindrical-coordinate representation of color #3F1DED: hue angle of 249.81º 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 #3F1DED is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 29 | 237 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.07 |
| HSL | 249.81º | 0.85% | 0.52% | - |
| HSV(B) | 249.81º | 0.88% | 0.93% | - |
| XYZ | 17.78 | 8.05 | 80.74 | - |
| YUV | 62.88 | 226.26 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 29 | 237 | 0.73 | 0.88 | 0 | 0.07 | 249.81 | 0.85 | 0.52 |
| Hex | 3F | 1D | ED | 49 | 58 | 0 | 7 | FA | 55 | 34 |
| Octal | 77 | 35 | 355 | 111 | 130 | 0 | 7 | 372 | 125 | 64 |
| Binary | 111111 | 11101 | 11101101 | 1001001 | 1011000 | 0 | 111 | 11111010 | 1010101 | 110100 |
Color Harmonies of #3F1DED
Complementary color
Monochromatic Colors of #3F1DED
Black with #3F1DED
Text Example
Text Example
White with #3F1DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1DED; }
p { color: rgb(63,29,237); }
H1.HeaderClassName
{
color: #3F1DED;
}
.AnyTagClassName
{
color: #3F1DED;
}
</style>
background-color css
<style>
a { background-color: #3F1DED; }
a { background-color: rgb(63,29,237); }
div.DivClassName
{
background-color: #3F1DED;
}
.BgClassName
{
background-color: #3F1DED;
}
</style>
border-color css
<style>
span { border-color: #3F1DED; }
span { border-color: rgb(63,29,237); }
td.TdClassName
{
border-color: #3F1DED;
}
.TagClassName
{
border-color: #3F1DED;
}
</style>