Shades of Han Purple #3F0DCC
Tints of Han Purple #3F0DCC
RGB
CMYK
RGB Variations
Color information
#3F0DCC (or 0x3F0DCC) is known color: Han Purple. HEX triplet: 3F, 0D and CC. RGB value is (63,13,204). Sum of RGB (Red+Green+Blue) = 63+13+204=280 (37% of max value = 765). Red value is 63 (25% from 255 or 22.5% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 204 (80.08% from 255 or 72.86% from 280); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F0DCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0DCC is #C0F233. Grayscale: #313131. Windows color (decimal): -12644916 or 13372735. OLE color: 13372735.
HSL color Cylindrical-coordinate representation of color #3F0DCC: hue angle of 255.71º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F0DCC is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 13 | 204 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.2 |
| HSL | 255.71º | 0.88% | 0.43% | - |
| HSV(B) | 255.71º | 0.94% | 0.8% | - |
| XYZ | 13.09 | 5.7 | 57.54 | - |
| YUV | 49.72 | 215.07 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 13 | 204 | 0.69 | 0.94 | 0 | 0.2 | 255.71 | 0.88 | 0.43 |
| Hex | 3F | D | CC | 45 | 5E | 0 | 14 | 100 | 58 | 2B |
| Octal | 77 | 15 | 314 | 105 | 136 | 0 | 24 | 400 | 130 | 53 |
| Binary | 111111 | 1101 | 11001100 | 1000101 | 1011110 | 0 | 10100 | 100000000 | 1011000 | 101011 |
Color Harmonies of #3F0DCC
Complementary color
Monochromatic Colors of #3F0DCC
Black with #3F0DCC
Text Example
Text Example
White with #3F0DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0DCC; }
p { color: rgb(63,13,204); }
H1.HeaderClassName
{
color: #3F0DCC;
}
.AnyTagClassName
{
color: #3F0DCC;
}
</style>
background-color css
<style>
a { background-color: #3F0DCC; }
a { background-color: rgb(63,13,204); }
div.DivClassName
{
background-color: #3F0DCC;
}
.BgClassName
{
background-color: #3F0DCC;
}
</style>
border-color css
<style>
span { border-color: #3F0DCC; }
span { border-color: rgb(63,13,204); }
td.TdClassName
{
border-color: #3F0DCC;
}
.TagClassName
{
border-color: #3F0DCC;
}
</style>