Shades of Han Purple #3F2DD6
Tints of Han Purple #3F2DD6
RGB
CMYK
RGB Variations
Color information
#3F2DD6 (or 0x3F2DD6) is known color: Han Purple. HEX triplet: 3F, 2D and D6. RGB value is (63,45,214). Sum of RGB (Red+Green+Blue) = 63+45+214=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 45 (17.97% from 255 or 13.98% from 322); Blue value is 214 (83.98% from 255 or 66.46% from 322); Max value from RGB is 214 - color contains mainly: blue. Hex color #3F2DD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F2DD6 is #C0D229. Grayscale: #444444. Windows color (decimal): -12636714 or 14036287. OLE color: 14036287.
HSL color Cylindrical-coordinate representation of color #3F2DD6: hue angle of 246.39º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F2DD6 is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 45 | 214 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.16 |
| HSL | 246.39º | 0.67% | 0.51% | - |
| HSV(B) | 246.39º | 0.79% | 0.84% | - |
| XYZ | 15.13 | 7.79 | 64.32 | - |
| YUV | 69.65 | 209.46 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 45 | 214 | 0.71 | 0.79 | 0 | 0.16 | 246.39 | 0.67 | 0.51 |
| Hex | 3F | 2D | D6 | 47 | 4F | 0 | 10 | F6 | 43 | 33 |
| Octal | 77 | 55 | 326 | 107 | 117 | 0 | 20 | 366 | 103 | 63 |
| Binary | 111111 | 101101 | 11010110 | 1000111 | 1001111 | 0 | 10000 | 11110110 | 1000011 | 110011 |
Color Harmonies of #3F2DD6
Complementary color
Monochromatic Colors of #3F2DD6
Black with #3F2DD6
Text Example
Text Example
White with #3F2DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2DD6; }
p { color: rgb(63,45,214); }
H1.HeaderClassName
{
color: #3F2DD6;
}
.AnyTagClassName
{
color: #3F2DD6;
}
</style>
background-color css
<style>
a { background-color: #3F2DD6; }
a { background-color: rgb(63,45,214); }
div.DivClassName
{
background-color: #3F2DD6;
}
.BgClassName
{
background-color: #3F2DD6;
}
</style>
border-color css
<style>
span { border-color: #3F2DD6; }
span { border-color: rgb(63,45,214); }
td.TdClassName
{
border-color: #3F2DD6;
}
.TagClassName
{
border-color: #3F2DD6;
}
</style>