Shades of Han Purple #3F2DDF
Tints of Han Purple #3F2DDF
RGB
CMYK
RGB Variations
Color information
#3F2DDF (or 0x3F2DDF) is known color: Han Purple. HEX triplet: 3F, 2D and DF. RGB value is (63,45,223). Sum of RGB (Red+Green+Blue) = 63+45+223=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 223 (87.5% from 255 or 67.37% from 331); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F2DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F2DDF is #C0D220. Grayscale: #454545. Windows color (decimal): -12636705 or 14626111. OLE color: 14626111.
HSL color Cylindrical-coordinate representation of color #3F2DDF: hue angle of 246.07º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3F2DDF is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 45 | 223 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.13 |
| HSL | 246.07º | 0.74% | 0.53% | - |
| HSV(B) | 246.07º | 0.8% | 0.87% | - |
| XYZ | 16.31 | 8.26 | 70.55 | - |
| YUV | 70.67 | 213.96 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 45 | 223 | 0.72 | 0.80 | 0 | 0.13 | 246.07 | 0.74 | 0.53 |
| Hex | 3F | 2D | DF | 48 | 50 | 0 | D | F6 | 4A | 35 |
| Octal | 77 | 55 | 337 | 110 | 120 | 0 | 15 | 366 | 112 | 65 |
| Binary | 111111 | 101101 | 11011111 | 1001000 | 1010000 | 0 | 1101 | 11110110 | 1001010 | 110101 |
Color Harmonies of #3F2DDF
Complementary color
Monochromatic Colors of #3F2DDF
Black with #3F2DDF
Text Example
Text Example
White with #3F2DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2DDF; }
p { color: rgb(63,45,223); }
H1.HeaderClassName
{
color: #3F2DDF;
}
.AnyTagClassName
{
color: #3F2DDF;
}
</style>
background-color css
<style>
a { background-color: #3F2DDF; }
a { background-color: rgb(63,45,223); }
div.DivClassName
{
background-color: #3F2DDF;
}
.BgClassName
{
background-color: #3F2DDF;
}
</style>
border-color css
<style>
span { border-color: #3F2DDF; }
span { border-color: rgb(63,45,223); }
td.TdClassName
{
border-color: #3F2DDF;
}
.TagClassName
{
border-color: #3F2DDF;
}
</style>