Shades of Han Purple #3F0FDD
Tints of Han Purple #3F0FDD
RGB
CMYK
RGB Variations
Color information
#3F0FDD (or 0x3F0FDD) is known color: Han Purple. HEX triplet: 3F, 0F and DD. RGB value is (63,15,221). Sum of RGB (Red+Green+Blue) = 63+15+221=299 (39% of max value = 765). Red value is 63 (25% from 255 or 21.07% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 221 (86.72% from 255 or 73.91% from 299); Max value from RGB is 221 - color contains mainly: blue. Hex color #3F0FDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0FDD is #C0F022. Grayscale: #343434. Windows color (decimal): -12644387 or 14487359. OLE color: 14487359.
HSL color Cylindrical-coordinate representation of color #3F0FDD: hue angle of 253.98º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F0FDD is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 15 | 221 | - |
| CMYK | 0.71 | 0.93 | 0 | 0.13 |
| HSL | 253.98º | 0.87% | 0.46% | - |
| HSV(B) | 253.98º | 0.93% | 0.87% | - |
| XYZ | 15.27 | 6.62 | 68.88 | - |
| YUV | 52.84 | 222.9 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 15 | 221 | 0.71 | 0.93 | 0 | 0.13 | 253.98 | 0.87 | 0.46 |
| Hex | 3F | F | DD | 47 | 5D | 0 | D | FE | 57 | 2E |
| Octal | 77 | 17 | 335 | 107 | 135 | 0 | 15 | 376 | 127 | 56 |
| Binary | 111111 | 1111 | 11011101 | 1000111 | 1011101 | 0 | 1101 | 11111110 | 1010111 | 101110 |
Color Harmonies of #3F0FDD
Complementary color
Monochromatic Colors of #3F0FDD
Black with #3F0FDD
Text Example
Text Example
White with #3F0FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0FDD; }
p { color: rgb(63,15,221); }
H1.HeaderClassName
{
color: #3F0FDD;
}
.AnyTagClassName
{
color: #3F0FDD;
}
</style>
background-color css
<style>
a { background-color: #3F0FDD; }
a { background-color: rgb(63,15,221); }
div.DivClassName
{
background-color: #3F0FDD;
}
.BgClassName
{
background-color: #3F0FDD;
}
</style>
border-color css
<style>
span { border-color: #3F0FDD; }
span { border-color: rgb(63,15,221); }
td.TdClassName
{
border-color: #3F0FDD;
}
.TagClassName
{
border-color: #3F0FDD;
}
</style>