Shades of Han Purple #3F04DC
Tints of Han Purple #3F04DC
RGB
CMYK
RGB Variations
Color information
#3F04DC (or 0x3F04DC) is known color: Han Purple. HEX triplet: 3F, 04 and DC. RGB value is (63,4,220). Sum of RGB (Red+Green+Blue) = 63+4+220=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 220 (86.33% from 255 or 76.66% from 287); Max value from RGB is 220 - color contains mainly: blue. Hex color #3F04DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F04DC is #C0FB23. Grayscale: #2D2D2D. Windows color (decimal): -12647204 or 14419007. OLE color: 14419007.
HSL color Cylindrical-coordinate representation of color #3F04DC: hue angle of 256.39º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F04DC is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 4 | 220 | - |
| CMYK | 0.71 | 0.98 | 0 | 0.14 |
| HSL | 256.39º | 0.96% | 0.44% | - |
| HSV(B) | 256.39º | 0.98% | 0.86% | - |
| XYZ | 15.01 | 6.31 | 68.14 | - |
| YUV | 46.27 | 226.05 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 4 | 220 | 0.71 | 0.98 | 0 | 0.14 | 256.39 | 0.96 | 0.44 |
| Hex | 3F | 4 | DC | 47 | 62 | 0 | E | 100 | 60 | 2C |
| Octal | 77 | 4 | 334 | 107 | 142 | 0 | 16 | 400 | 140 | 54 |
| Binary | 111111 | 100 | 11011100 | 1000111 | 1100010 | 0 | 1110 | 100000000 | 1100000 | 101100 |
Color Harmonies of #3F04DC
Complementary color
Monochromatic Colors of #3F04DC
Black with #3F04DC
Text Example
Text Example
White with #3F04DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F04DC; }
p { color: rgb(63,4,220); }
H1.HeaderClassName
{
color: #3F04DC;
}
.AnyTagClassName
{
color: #3F04DC;
}
</style>
background-color css
<style>
a { background-color: #3F04DC; }
a { background-color: rgb(63,4,220); }
div.DivClassName
{
background-color: #3F04DC;
}
.BgClassName
{
background-color: #3F04DC;
}
</style>
border-color css
<style>
span { border-color: #3F04DC; }
span { border-color: rgb(63,4,220); }
td.TdClassName
{
border-color: #3F04DC;
}
.TagClassName
{
border-color: #3F04DC;
}
</style>