Shades of Han Purple #3F2BDF
Tints of Han Purple #3F2BDF
RGB
CMYK
RGB Variations
Color information
#3F2BDF (or 0x3F2BDF) is known color: Han Purple. HEX triplet: 3F, 2B and DF. RGB value is (63,43,223). Sum of RGB (Red+Green+Blue) = 63+43+223=329 (43% of max value = 765). Red value is 63 (25% from 255 or 19.15% from 329); Green value is 43 (17.19% from 255 or 13.07% from 329); Blue value is 223 (87.5% from 255 or 67.78% from 329); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F2BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F2BDF is #C0D420. Grayscale: #444444. Windows color (decimal): -12637217 or 14625599. OLE color: 14625599.
HSL color Cylindrical-coordinate representation of color #3F2BDF: hue angle of 246.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F2BDF is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 43 | 223 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.13 |
| HSL | 246.67º | 0.74% | 0.52% | - |
| HSV(B) | 246.67º | 0.81% | 0.87% | - |
| XYZ | 16.23 | 8.11 | 70.52 | - |
| YUV | 69.5 | 214.63 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 43 | 223 | 0.72 | 0.81 | 0 | 0.13 | 246.67 | 0.74 | 0.52 |
| Hex | 3F | 2B | DF | 48 | 51 | 0 | D | F7 | 4A | 34 |
| Octal | 77 | 53 | 337 | 110 | 121 | 0 | 15 | 367 | 112 | 64 |
| Binary | 111111 | 101011 | 11011111 | 1001000 | 1010001 | 0 | 1101 | 11110111 | 1001010 | 110100 |
Color Harmonies of #3F2BDF
Complementary color
Monochromatic Colors of #3F2BDF
Black with #3F2BDF
Text Example
Text Example
White with #3F2BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2BDF; }
p { color: rgb(63,43,223); }
H1.HeaderClassName
{
color: #3F2BDF;
}
.AnyTagClassName
{
color: #3F2BDF;
}
</style>
background-color css
<style>
a { background-color: #3F2BDF; }
a { background-color: rgb(63,43,223); }
div.DivClassName
{
background-color: #3F2BDF;
}
.BgClassName
{
background-color: #3F2BDF;
}
</style>
border-color css
<style>
span { border-color: #3F2BDF; }
span { border-color: rgb(63,43,223); }
td.TdClassName
{
border-color: #3F2BDF;
}
.TagClassName
{
border-color: #3F2BDF;
}
</style>