Shades of Han Purple #3F03DD
Tints of Han Purple #3F03DD
RGB
CMYK
RGB Variations
Color information
#3F03DD (or 0x3F03DD) is known color: Han Purple. HEX triplet: 3F, 03 and DD. RGB value is (63,3,221). Sum of RGB (Red+Green+Blue) = 63+3+221=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 221 (86.72% from 255 or 77.00% from 287); Max value from RGB is 221 - color contains mainly: blue. Hex color #3F03DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F03DD is #C0FC22. Grayscale: #2C2C2C. Windows color (decimal): -12647459 or 14484287. OLE color: 14484287.
HSL color Cylindrical-coordinate representation of color #3F03DD: hue angle of 256.51º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F03DD is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 3 | 221 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.13 |
| HSL | 256.51º | 0.97% | 0.44% | - |
| HSV(B) | 256.51º | 0.99% | 0.87% | - |
| XYZ | 15.13 | 6.34 | 68.83 | - |
| YUV | 45.79 | 226.88 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 221 | 0.71 | 0.99 | 0 | 0.13 | 256.51 | 0.97 | 0.44 |
| Hex | 3F | 3 | DD | 47 | 63 | 0 | D | 101 | 61 | 2C |
| Octal | 77 | 3 | 335 | 107 | 143 | 0 | 15 | 401 | 141 | 54 |
| Binary | 111111 | 11 | 11011101 | 1000111 | 1100011 | 0 | 1101 | 100000001 | 1100001 | 101100 |
Color Harmonies of #3F03DD
Complementary color
Monochromatic Colors of #3F03DD
Black with #3F03DD
Text Example
Text Example
White with #3F03DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F03DD; }
p { color: rgb(63,3,221); }
H1.HeaderClassName
{
color: #3F03DD;
}
.AnyTagClassName
{
color: #3F03DD;
}
</style>
background-color css
<style>
a { background-color: #3F03DD; }
a { background-color: rgb(63,3,221); }
div.DivClassName
{
background-color: #3F03DD;
}
.BgClassName
{
background-color: #3F03DD;
}
</style>
border-color css
<style>
span { border-color: #3F03DD; }
span { border-color: rgb(63,3,221); }
td.TdClassName
{
border-color: #3F03DD;
}
.TagClassName
{
border-color: #3F03DD;
}
</style>