Shades of Han Purple #3F0DE9
Tints of Han Purple #3F0DE9
RGB
CMYK
RGB Variations
Color information
#3F0DE9 (or 0x3F0DE9) is known color: Han Purple. HEX triplet: 3F, 0D and E9. RGB value is (63,13,233). Sum of RGB (Red+Green+Blue) = 63+13+233=309 (40% of max value = 765). Red value is 63 (25% from 255 or 20.39% from 309); Green value is 13 (5.47% from 255 or 4.21% from 309); Blue value is 233 (91.41% from 255 or 75.40% from 309); Max value from RGB is 233 - color contains mainly: blue. Hex color #3F0DE9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F0DE9 is #C0F216. Grayscale: #343434. Windows color (decimal): -12644887 or 15273279. OLE color: 15273279.
HSL color Cylindrical-coordinate representation of color #3F0DE9: hue angle of 253.64º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F0DE9 is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 13 | 233 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.09 |
| HSL | 253.64º | 0.89% | 0.48% | - |
| HSV(B) | 253.64º | 0.94% | 0.91% | - |
| XYZ | 16.9 | 7.23 | 77.6 | - |
| YUV | 53.03 | 229.57 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 13 | 233 | 0.73 | 0.94 | 0 | 0.09 | 253.64 | 0.89 | 0.48 |
| Hex | 3F | D | E9 | 49 | 5E | 0 | 9 | FE | 59 | 30 |
| Octal | 77 | 15 | 351 | 111 | 136 | 0 | 11 | 376 | 131 | 60 |
| Binary | 111111 | 1101 | 11101001 | 1001001 | 1011110 | 0 | 1001 | 11111110 | 1011001 | 110000 |
Color Harmonies of #3F0DE9
Complementary color
Monochromatic Colors of #3F0DE9
Black with #3F0DE9
Text Example
Text Example
White with #3F0DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0DE9; }
p { color: rgb(63,13,233); }
H1.HeaderClassName
{
color: #3F0DE9;
}
.AnyTagClassName
{
color: #3F0DE9;
}
</style>
background-color css
<style>
a { background-color: #3F0DE9; }
a { background-color: rgb(63,13,233); }
div.DivClassName
{
background-color: #3F0DE9;
}
.BgClassName
{
background-color: #3F0DE9;
}
</style>
border-color css
<style>
span { border-color: #3F0DE9; }
span { border-color: rgb(63,13,233); }
td.TdClassName
{
border-color: #3F0DE9;
}
.TagClassName
{
border-color: #3F0DE9;
}
</style>