Shades of Han Purple #3F1CEC
Tints of Han Purple #3F1CEC
RGB
CMYK
RGB Variations
Color information
#3F1CEC (or 0x3F1CEC) is known color: Han Purple. HEX triplet: 3F, 1C and EC. RGB value is (63,28,236). Sum of RGB (Red+Green+Blue) = 63+28+236=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 28 (11.33% from 255 or 8.56% from 327); Blue value is 236 (92.58% from 255 or 72.17% from 327); Max value from RGB is 236 - color contains mainly: blue. Hex color #3F1CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F1CEC is #C0E313. Grayscale: #3D3D3D. Windows color (decimal): -12641044 or 15473727. OLE color: 15473727.
HSL color Cylindrical-coordinate representation of color #3F1CEC: hue angle of 250.1º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3F1CEC is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 28 | 236 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.07 |
| HSL | 250.1º | 0.85% | 0.52% | - |
| HSV(B) | 250.1º | 0.88% | 0.93% | - |
| XYZ | 17.61 | 7.94 | 79.96 | - |
| YUV | 62.18 | 226.1 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 28 | 236 | 0.73 | 0.88 | 0 | 0.07 | 250.1 | 0.85 | 0.52 |
| Hex | 3F | 1C | EC | 49 | 58 | 0 | 7 | FA | 55 | 34 |
| Octal | 77 | 34 | 354 | 111 | 130 | 0 | 7 | 372 | 125 | 64 |
| Binary | 111111 | 11100 | 11101100 | 1001001 | 1011000 | 0 | 111 | 11111010 | 1010101 | 110100 |
Color Harmonies of #3F1CEC
Complementary color
Monochromatic Colors of #3F1CEC
Black with #3F1CEC
Text Example
Text Example
White with #3F1CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1CEC; }
p { color: rgb(63,28,236); }
H1.HeaderClassName
{
color: #3F1CEC;
}
.AnyTagClassName
{
color: #3F1CEC;
}
</style>
background-color css
<style>
a { background-color: #3F1CEC; }
a { background-color: rgb(63,28,236); }
div.DivClassName
{
background-color: #3F1CEC;
}
.BgClassName
{
background-color: #3F1CEC;
}
</style>
border-color css
<style>
span { border-color: #3F1CEC; }
span { border-color: rgb(63,28,236); }
td.TdClassName
{
border-color: #3F1CEC;
}
.TagClassName
{
border-color: #3F1CEC;
}
</style>