Shades of Han Purple #3F31DF
Tints of Han Purple #3F31DF
RGB
CMYK
RGB Variations
Color information
#3F31DF (or 0x3F31DF) is known color: Han Purple. HEX triplet: 3F, 31 and DF. RGB value is (63,49,223). Sum of RGB (Red+Green+Blue) = 63+49+223=335 (44% of max value = 765). Red value is 63 (25% from 255 or 18.81% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F31DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F31DF is #C0CE20. Grayscale: #484848. Windows color (decimal): -12635681 or 14627135. OLE color: 14627135.
HSL color Cylindrical-coordinate representation of color #3F31DF: hue angle of 244.83º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F31DF is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 49 | 223 | - |
| CMYK | 0.72 | 0.78 | 0 | 0.13 |
| HSL | 244.83º | 0.73% | 0.53% | - |
| HSV(B) | 244.83º | 0.78% | 0.87% | - |
| XYZ | 16.47 | 8.58 | 70.6 | - |
| YUV | 73.02 | 212.64 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 49 | 223 | 0.72 | 0.78 | 0 | 0.13 | 244.83 | 0.73 | 0.53 |
| Hex | 3F | 31 | DF | 48 | 4E | 0 | D | F5 | 49 | 35 |
| Octal | 77 | 61 | 337 | 110 | 116 | 0 | 15 | 365 | 111 | 65 |
| Binary | 111111 | 110001 | 11011111 | 1001000 | 1001110 | 0 | 1101 | 11110101 | 1001001 | 110101 |
Color Harmonies of #3F31DF
Complementary color
Monochromatic Colors of #3F31DF
Black with #3F31DF
Text Example
Text Example
White with #3F31DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F31DF; }
p { color: rgb(63,49,223); }
H1.HeaderClassName
{
color: #3F31DF;
}
.AnyTagClassName
{
color: #3F31DF;
}
</style>
background-color css
<style>
a { background-color: #3F31DF; }
a { background-color: rgb(63,49,223); }
div.DivClassName
{
background-color: #3F31DF;
}
.BgClassName
{
background-color: #3F31DF;
}
</style>
border-color css
<style>
span { border-color: #3F31DF; }
span { border-color: rgb(63,49,223); }
td.TdClassName
{
border-color: #3F31DF;
}
.TagClassName
{
border-color: #3F31DF;
}
</style>