Shades of Han Purple #3F2CDC
Tints of Han Purple #3F2CDC
RGB
CMYK
RGB Variations
Color information
#3F2CDC (or 0x3F2CDC) is known color: Han Purple. HEX triplet: 3F, 2C and DC. RGB value is (63,44,220). Sum of RGB (Red+Green+Blue) = 63+44+220=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 220 (86.33% from 255 or 67.28% from 327); Max value from RGB is 220 - color contains mainly: blue. Hex color #3F2CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F2CDC is #C0D323. Grayscale: #454545. Windows color (decimal): -12636964 or 14429247. OLE color: 14429247.
HSL color Cylindrical-coordinate representation of color #3F2CDC: hue angle of 246.48º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3F2CDC is Cyan = 0.71, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 44 | 220 | - |
| CMYK | 0.71 | 0.8 | 0 | 0.14 |
| HSL | 246.48º | 0.72% | 0.52% | - |
| HSV(B) | 246.48º | 0.8% | 0.86% | - |
| XYZ | 15.87 | 8.03 | 68.42 | - |
| YUV | 69.75 | 212.79 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 44 | 220 | 0.71 | 0.8 | 0 | 0.14 | 246.48 | 0.72 | 0.52 |
| Hex | 3F | 2C | DC | 47 | 50 | 0 | E | F6 | 48 | 34 |
| Octal | 77 | 54 | 334 | 107 | 120 | 0 | 16 | 366 | 110 | 64 |
| Binary | 111111 | 101100 | 11011100 | 1000111 | 1010000 | 0 | 1110 | 11110110 | 1001000 | 110100 |
Color Harmonies of #3F2CDC
Complementary color
Monochromatic Colors of #3F2CDC
Black with #3F2CDC
Text Example
Text Example
White with #3F2CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2CDC; }
p { color: rgb(63,44,220); }
H1.HeaderClassName
{
color: #3F2CDC;
}
.AnyTagClassName
{
color: #3F2CDC;
}
</style>
background-color css
<style>
a { background-color: #3F2CDC; }
a { background-color: rgb(63,44,220); }
div.DivClassName
{
background-color: #3F2CDC;
}
.BgClassName
{
background-color: #3F2CDC;
}
</style>
border-color css
<style>
span { border-color: #3F2CDC; }
span { border-color: rgb(63,44,220); }
td.TdClassName
{
border-color: #3F2CDC;
}
.TagClassName
{
border-color: #3F2CDC;
}
</style>