Shades of Han Purple #3F0ACC
Tints of Han Purple #3F0ACC
RGB
CMYK
RGB Variations
Color information
#3F0ACC (or 0x3F0ACC) is known color: Han Purple. HEX triplet: 3F, 0A and CC. RGB value is (63,10,204). Sum of RGB (Red+Green+Blue) = 63+10+204=277 (36% of max value = 765). Red value is 63 (25% from 255 or 22.74% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 204 (80.08% from 255 or 73.65% from 277); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F0ACC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0ACC is #C0F533. Grayscale: #2F2F2F. Windows color (decimal): -12645684 or 13371967. OLE color: 13371967.
HSL color Cylindrical-coordinate representation of color #3F0ACC: hue angle of 256.39º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F0ACC is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 10 | 204 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.2 |
| HSL | 256.39º | 0.91% | 0.42% | - |
| HSV(B) | 256.39º | 0.95% | 0.8% | - |
| XYZ | 13.06 | 5.63 | 57.53 | - |
| YUV | 47.96 | 216.06 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 10 | 204 | 0.69 | 0.95 | 0 | 0.2 | 256.39 | 0.91 | 0.42 |
| Hex | 3F | A | CC | 45 | 5F | 0 | 14 | 100 | 5B | 2A |
| Octal | 77 | 12 | 314 | 105 | 137 | 0 | 24 | 400 | 133 | 52 |
| Binary | 111111 | 1010 | 11001100 | 1000101 | 1011111 | 0 | 10100 | 100000000 | 1011011 | 101010 |
Color Harmonies of #3F0ACC
Complementary color
Monochromatic Colors of #3F0ACC
Black with #3F0ACC
Text Example
Text Example
White with #3F0ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0ACC; }
p { color: rgb(63,10,204); }
H1.HeaderClassName
{
color: #3F0ACC;
}
.AnyTagClassName
{
color: #3F0ACC;
}
</style>
background-color css
<style>
a { background-color: #3F0ACC; }
a { background-color: rgb(63,10,204); }
div.DivClassName
{
background-color: #3F0ACC;
}
.BgClassName
{
background-color: #3F0ACC;
}
</style>
border-color css
<style>
span { border-color: #3F0ACC; }
span { border-color: rgb(63,10,204); }
td.TdClassName
{
border-color: #3F0ACC;
}
.TagClassName
{
border-color: #3F0ACC;
}
</style>