Shades of Han Purple #3F0ACE
Tints of Han Purple #3F0ACE
RGB
CMYK
RGB Variations
Color information
#3F0ACE (or 0x3F0ACE) is known color: Han Purple. HEX triplet: 3F, 0A and CE. RGB value is (63,10,206). Sum of RGB (Red+Green+Blue) = 63+10+206=279 (36% of max value = 765). Red value is 63 (25% from 255 or 22.58% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 206 (80.86% from 255 or 73.84% from 279); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F0ACE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0ACE is #C0F531. Grayscale: #2F2F2F. Windows color (decimal): -12645682 or 13503039. OLE color: 13503039.
HSL color Cylindrical-coordinate representation of color #3F0ACE: hue angle of 256.22º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F0ACE is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 10 | 206 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.19 |
| HSL | 256.22º | 0.91% | 0.42% | - |
| HSV(B) | 256.22º | 0.95% | 0.81% | - |
| XYZ | 13.3 | 5.73 | 58.8 | - |
| YUV | 48.19 | 217.06 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 10 | 206 | 0.69 | 0.95 | 0 | 0.19 | 256.22 | 0.91 | 0.42 |
| Hex | 3F | A | CE | 45 | 5F | 0 | 13 | 100 | 5B | 2A |
| Octal | 77 | 12 | 316 | 105 | 137 | 0 | 23 | 400 | 133 | 52 |
| Binary | 111111 | 1010 | 11001110 | 1000101 | 1011111 | 0 | 10011 | 100000000 | 1011011 | 101010 |
Color Harmonies of #3F0ACE
Complementary color
Monochromatic Colors of #3F0ACE
Black with #3F0ACE
Text Example
Text Example
White with #3F0ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0ACE; }
p { color: rgb(63,10,206); }
H1.HeaderClassName
{
color: #3F0ACE;
}
.AnyTagClassName
{
color: #3F0ACE;
}
</style>
background-color css
<style>
a { background-color: #3F0ACE; }
a { background-color: rgb(63,10,206); }
div.DivClassName
{
background-color: #3F0ACE;
}
.BgClassName
{
background-color: #3F0ACE;
}
</style>
border-color css
<style>
span { border-color: #3F0ACE; }
span { border-color: rgb(63,10,206); }
td.TdClassName
{
border-color: #3F0ACE;
}
.TagClassName
{
border-color: #3F0ACE;
}
</style>