Shades of Han Purple #3F04CD
Tints of Han Purple #3F04CD
RGB
CMYK
RGB Variations
Color information
#3F04CD (or 0x3F04CD) is known color: Han Purple. HEX triplet: 3F, 04 and CD. RGB value is (63,4,205). Sum of RGB (Red+Green+Blue) = 63+4+205=272 (36% of max value = 765). Red value is 63 (25% from 255 or 23.16% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 205 (80.47% from 255 or 75.37% from 272); Max value from RGB is 205 - color contains mainly: blue. Hex color #3F04CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F04CD is #C0FB32. Grayscale: #2B2B2B. Windows color (decimal): -12647219 or 13435967. OLE color: 13435967.
HSL color Cylindrical-coordinate representation of color #3F04CD: hue angle of 257.61º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F04CD is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 4 | 205 | - |
| CMYK | 0.69 | 0.98 | 0 | 0.20 |
| HSL | 257.61º | 0.96% | 0.41% | - |
| HSV(B) | 257.61º | 0.98% | 0.8% | - |
| XYZ | 13.11 | 5.55 | 58.14 | - |
| YUV | 44.56 | 218.55 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 4 | 205 | 0.69 | 0.98 | 0 | 0.20 | 257.61 | 0.96 | 0.41 |
| Hex | 3F | 4 | CD | 45 | 62 | 0 | 14 | 102 | 60 | 29 |
| Octal | 77 | 4 | 315 | 105 | 142 | 0 | 24 | 402 | 140 | 51 |
| Binary | 111111 | 100 | 11001101 | 1000101 | 1100010 | 0 | 10100 | 100000010 | 1100000 | 101001 |
Color Harmonies of #3F04CD
Complementary color
Monochromatic Colors of #3F04CD
Black with #3F04CD
Text Example
Text Example
White with #3F04CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F04CD; }
p { color: rgb(63,4,205); }
H1.HeaderClassName
{
color: #3F04CD;
}
.AnyTagClassName
{
color: #3F04CD;
}
</style>
background-color css
<style>
a { background-color: #3F04CD; }
a { background-color: rgb(63,4,205); }
div.DivClassName
{
background-color: #3F04CD;
}
.BgClassName
{
background-color: #3F04CD;
}
</style>
border-color css
<style>
span { border-color: #3F04CD; }
span { border-color: rgb(63,4,205); }
td.TdClassName
{
border-color: #3F04CD;
}
.TagClassName
{
border-color: #3F04CD;
}
</style>