Shades of Han Purple #3F02DD
Tints of Han Purple #3F02DD
RGB
CMYK
RGB Variations
Color information
#3F02DD (or 0x3F02DD) is known color: Han Purple. HEX triplet: 3F, 02 and DD. RGB value is (63,2,221). Sum of RGB (Red+Green+Blue) = 63+2+221=286 (37% of max value = 765). Red value is 63 (25% from 255 or 22.03% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 221 (86.72% from 255 or 77.27% from 286); Max value from RGB is 221 - color contains mainly: blue. Hex color #3F02DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F02DD is #C0FD22. Grayscale: #2C2C2C. Windows color (decimal): -12647715 or 14484031. OLE color: 14484031.
HSL color Cylindrical-coordinate representation of color #3F02DD: hue angle of 256.71º degrees, saturation: 0.98, 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 #3F02DD is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 2 | 221 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.13 |
| HSL | 256.71º | 0.98% | 0.44% | - |
| HSV(B) | 256.71º | 0.99% | 0.87% | - |
| XYZ | 15.12 | 6.32 | 68.83 | - |
| YUV | 45.21 | 227.21 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 2 | 221 | 0.71 | 0.99 | 0 | 0.13 | 256.71 | 0.98 | 0.44 |
| Hex | 3F | 2 | DD | 47 | 63 | 0 | D | 101 | 62 | 2C |
| Octal | 77 | 2 | 335 | 107 | 143 | 0 | 15 | 401 | 142 | 54 |
| Binary | 111111 | 10 | 11011101 | 1000111 | 1100011 | 0 | 1101 | 100000001 | 1100010 | 101100 |
Color Harmonies of #3F02DD
Complementary color
Monochromatic Colors of #3F02DD
Black with #3F02DD
Text Example
Text Example
White with #3F02DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F02DD; }
p { color: rgb(63,2,221); }
H1.HeaderClassName
{
color: #3F02DD;
}
.AnyTagClassName
{
color: #3F02DD;
}
</style>
background-color css
<style>
a { background-color: #3F02DD; }
a { background-color: rgb(63,2,221); }
div.DivClassName
{
background-color: #3F02DD;
}
.BgClassName
{
background-color: #3F02DD;
}
</style>
border-color css
<style>
span { border-color: #3F02DD; }
span { border-color: rgb(63,2,221); }
td.TdClassName
{
border-color: #3F02DD;
}
.TagClassName
{
border-color: #3F02DD;
}
</style>