Shades of Han Purple #3F04CE
Tints of Han Purple #3F04CE
RGB
CMYK
RGB Variations
Color information
#3F04CE (or 0x3F04CE) is known color: Han Purple. HEX triplet: 3F, 04 and CE. RGB value is (63,4,206). Sum of RGB (Red+Green+Blue) = 63+4+206=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 206 (80.86% from 255 or 75.46% from 273); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F04CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F04CE is #C0FB31. Grayscale: #2B2B2B. Windows color (decimal): -12647218 or 13501503. OLE color: 13501503.
HSL color Cylindrical-coordinate representation of color #3F04CE: hue angle of 257.52º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F04CE is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 4 | 206 | - |
| CMYK | 0.69 | 0.98 | 0 | 0.19 |
| HSL | 257.52º | 0.96% | 0.41% | - |
| HSV(B) | 257.52º | 0.98% | 0.81% | - |
| XYZ | 13.23 | 5.6 | 58.78 | - |
| YUV | 44.67 | 219.05 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 4 | 206 | 0.69 | 0.98 | 0 | 0.19 | 257.52 | 0.96 | 0.41 |
| Hex | 3F | 4 | CE | 45 | 62 | 0 | 13 | 102 | 60 | 29 |
| Octal | 77 | 4 | 316 | 105 | 142 | 0 | 23 | 402 | 140 | 51 |
| Binary | 111111 | 100 | 11001110 | 1000101 | 1100010 | 0 | 10011 | 100000010 | 1100000 | 101001 |
Color Harmonies of #3F04CE
Complementary color
Monochromatic Colors of #3F04CE
Black with #3F04CE
Text Example
Text Example
White with #3F04CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F04CE; }
p { color: rgb(63,4,206); }
H1.HeaderClassName
{
color: #3F04CE;
}
.AnyTagClassName
{
color: #3F04CE;
}
</style>
background-color css
<style>
a { background-color: #3F04CE; }
a { background-color: rgb(63,4,206); }
div.DivClassName
{
background-color: #3F04CE;
}
.BgClassName
{
background-color: #3F04CE;
}
</style>
border-color css
<style>
span { border-color: #3F04CE; }
span { border-color: rgb(63,4,206); }
td.TdClassName
{
border-color: #3F04CE;
}
.TagClassName
{
border-color: #3F04CE;
}
</style>