Shades of Han Purple #3F2CDD
Tints of Han Purple #3F2CDD
RGB
CMYK
RGB Variations
Color information
#3F2CDD (or 0x3F2CDD) is known color: Han Purple. HEX triplet: 3F, 2C and DD. RGB value is (63,44,221). Sum of RGB (Red+Green+Blue) = 63+44+221=328 (43% of max value = 765). Red value is 63 (25% from 255 or 19.21% from 328); Green value is 44 (17.58% from 255 or 13.41% from 328); Blue value is 221 (86.72% from 255 or 67.38% from 328); Max value from RGB is 221 - color contains mainly: blue. Hex color #3F2CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F2CDD is #C0D322. Grayscale: #454545. Windows color (decimal): -12636963 or 14494783. OLE color: 14494783.
HSL color Cylindrical-coordinate representation of color #3F2CDD: hue angle of 246.44º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3F2CDD is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 44 | 221 | - |
| CMYK | 0.71 | 0.80 | 0 | 0.13 |
| HSL | 246.44º | 0.72% | 0.52% | - |
| HSV(B) | 246.44º | 0.8% | 0.87% | - |
| XYZ | 16 | 8.08 | 69.12 | - |
| YUV | 69.86 | 213.29 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 44 | 221 | 0.71 | 0.80 | 0 | 0.13 | 246.44 | 0.72 | 0.52 |
| Hex | 3F | 2C | DD | 47 | 50 | 0 | D | F6 | 48 | 34 |
| Octal | 77 | 54 | 335 | 107 | 120 | 0 | 15 | 366 | 110 | 64 |
| Binary | 111111 | 101100 | 11011101 | 1000111 | 1010000 | 0 | 1101 | 11110110 | 1001000 | 110100 |
Color Harmonies of #3F2CDD
Complementary color
Monochromatic Colors of #3F2CDD
Black with #3F2CDD
Text Example
Text Example
White with #3F2CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2CDD; }
p { color: rgb(63,44,221); }
H1.HeaderClassName
{
color: #3F2CDD;
}
.AnyTagClassName
{
color: #3F2CDD;
}
</style>
background-color css
<style>
a { background-color: #3F2CDD; }
a { background-color: rgb(63,44,221); }
div.DivClassName
{
background-color: #3F2CDD;
}
.BgClassName
{
background-color: #3F2CDD;
}
</style>
border-color css
<style>
span { border-color: #3F2CDD; }
span { border-color: rgb(63,44,221); }
td.TdClassName
{
border-color: #3F2CDD;
}
.TagClassName
{
border-color: #3F2CDD;
}
</style>