Shades of Han Purple #3F1CDF
Tints of Han Purple #3F1CDF
RGB
CMYK
RGB Variations
Color information
#3F1CDF (or 0x3F1CDF) is known color: Han Purple. HEX triplet: 3F, 1C and DF. RGB value is (63,28,223). Sum of RGB (Red+Green+Blue) = 63+28+223=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 28 (11.33% from 255 or 8.92% from 314); Blue value is 223 (87.5% from 255 or 71.02% from 314); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F1CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F1CDF is #C0E320. Grayscale: #3B3B3B. Windows color (decimal): -12641057 or 14621759. OLE color: 14621759.
HSL color Cylindrical-coordinate representation of color #3F1CDF: hue angle of 250.77º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F1CDF is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 28 | 223 | - |
| CMYK | 0.72 | 0.87 | 0 | 0.13 |
| HSL | 250.77º | 0.78% | 0.49% | - |
| HSV(B) | 250.77º | 0.87% | 0.87% | - |
| XYZ | 15.78 | 7.21 | 70.37 | - |
| YUV | 60.7 | 219.6 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 28 | 223 | 0.72 | 0.87 | 0 | 0.13 | 250.77 | 0.78 | 0.49 |
| Hex | 3F | 1C | DF | 48 | 57 | 0 | D | FB | 4E | 31 |
| Octal | 77 | 34 | 337 | 110 | 127 | 0 | 15 | 373 | 116 | 61 |
| Binary | 111111 | 11100 | 11011111 | 1001000 | 1010111 | 0 | 1101 | 11111011 | 1001110 | 110001 |
Color Harmonies of #3F1CDF
Complementary color
Monochromatic Colors of #3F1CDF
Black with #3F1CDF
Text Example
Text Example
White with #3F1CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1CDF; }
p { color: rgb(63,28,223); }
H1.HeaderClassName
{
color: #3F1CDF;
}
.AnyTagClassName
{
color: #3F1CDF;
}
</style>
background-color css
<style>
a { background-color: #3F1CDF; }
a { background-color: rgb(63,28,223); }
div.DivClassName
{
background-color: #3F1CDF;
}
.BgClassName
{
background-color: #3F1CDF;
}
</style>
border-color css
<style>
span { border-color: #3F1CDF; }
span { border-color: rgb(63,28,223); }
td.TdClassName
{
border-color: #3F1CDF;
}
.TagClassName
{
border-color: #3F1CDF;
}
</style>