Shades of Han Purple #3F05DD
Tints of Han Purple #3F05DD
RGB
CMYK
RGB Variations
Color information
#3F05DD (or 0x3F05DD) is known color: Han Purple. HEX triplet: 3F, 05 and DD. RGB value is (63,5,221). Sum of RGB (Red+Green+Blue) = 63+5+221=289 (38% of max value = 765). Red value is 63 (25% from 255 or 21.80% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 221 (86.72% from 255 or 76.47% from 289); Max value from RGB is 221 - color contains mainly: blue. Hex color #3F05DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F05DD is #C0FA22. Grayscale: #2E2E2E. Windows color (decimal): -12646947 or 14484799. OLE color: 14484799.
HSL color Cylindrical-coordinate representation of color #3F05DD: hue angle of 256.11º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F05DD is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 5 | 221 | - |
| CMYK | 0.71 | 0.98 | 0 | 0.13 |
| HSL | 256.11º | 0.96% | 0.44% | - |
| HSV(B) | 256.11º | 0.98% | 0.87% | - |
| XYZ | 15.16 | 6.39 | 68.84 | - |
| YUV | 46.97 | 226.22 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 5 | 221 | 0.71 | 0.98 | 0 | 0.13 | 256.11 | 0.96 | 0.44 |
| Hex | 3F | 5 | DD | 47 | 62 | 0 | D | 100 | 60 | 2C |
| Octal | 77 | 5 | 335 | 107 | 142 | 0 | 15 | 400 | 140 | 54 |
| Binary | 111111 | 101 | 11011101 | 1000111 | 1100010 | 0 | 1101 | 100000000 | 1100000 | 101100 |
Color Harmonies of #3F05DD
Complementary color
Monochromatic Colors of #3F05DD
Black with #3F05DD
Text Example
Text Example
White with #3F05DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F05DD; }
p { color: rgb(63,5,221); }
H1.HeaderClassName
{
color: #3F05DD;
}
.AnyTagClassName
{
color: #3F05DD;
}
</style>
background-color css
<style>
a { background-color: #3F05DD; }
a { background-color: rgb(63,5,221); }
div.DivClassName
{
background-color: #3F05DD;
}
.BgClassName
{
background-color: #3F05DD;
}
</style>
border-color css
<style>
span { border-color: #3F05DD; }
span { border-color: rgb(63,5,221); }
td.TdClassName
{
border-color: #3F05DD;
}
.TagClassName
{
border-color: #3F05DD;
}
</style>