Shades of Han Purple #3F04CC
Tints of Han Purple #3F04CC
RGB
CMYK
RGB Variations
Color information
#3F04CC (or 0x3F04CC) is known color: Han Purple. HEX triplet: 3F, 04 and CC. RGB value is (63,4,204). Sum of RGB (Red+Green+Blue) = 63+4+204=271 (35% of max value = 765). Red value is 63 (25% from 255 or 23.25% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 204 (80.08% from 255 or 75.28% from 271); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F04CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F04CC is #C0FB33. Grayscale: #2B2B2B. Windows color (decimal): -12647220 or 13370431. OLE color: 13370431.
HSL color Cylindrical-coordinate representation of color #3F04CC: hue angle of 257.7º 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 #3F04CC is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 4 | 204 | - |
| CMYK | 0.69 | 0.98 | 0 | 0.2 |
| HSL | 257.7º | 0.96% | 0.41% | - |
| HSV(B) | 257.7º | 0.98% | 0.8% | - |
| XYZ | 12.99 | 5.5 | 57.5 | - |
| YUV | 44.44 | 218.05 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 4 | 204 | 0.69 | 0.98 | 0 | 0.2 | 257.7 | 0.96 | 0.41 |
| Hex | 3F | 4 | CC | 45 | 62 | 0 | 14 | 102 | 60 | 29 |
| Octal | 77 | 4 | 314 | 105 | 142 | 0 | 24 | 402 | 140 | 51 |
| Binary | 111111 | 100 | 11001100 | 1000101 | 1100010 | 0 | 10100 | 100000010 | 1100000 | 101001 |
Color Harmonies of #3F04CC
Complementary color
Monochromatic Colors of #3F04CC
Black with #3F04CC
Text Example
Text Example
White with #3F04CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F04CC; }
p { color: rgb(63,4,204); }
H1.HeaderClassName
{
color: #3F04CC;
}
.AnyTagClassName
{
color: #3F04CC;
}
</style>
background-color css
<style>
a { background-color: #3F04CC; }
a { background-color: rgb(63,4,204); }
div.DivClassName
{
background-color: #3F04CC;
}
.BgClassName
{
background-color: #3F04CC;
}
</style>
border-color css
<style>
span { border-color: #3F04CC; }
span { border-color: rgb(63,4,204); }
td.TdClassName
{
border-color: #3F04CC;
}
.TagClassName
{
border-color: #3F04CC;
}
</style>