Shades of Han Purple #3F13DC
Tints of Han Purple #3F13DC
RGB
CMYK
RGB Variations
Color information
#3F13DC (or 0x3F13DC) is known color: Han Purple. HEX triplet: 3F, 13 and DC. RGB value is (63,19,220). Sum of RGB (Red+Green+Blue) = 63+19+220=302 (40% of max value = 765). Red value is 63 (25% from 255 or 20.86% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 220 (86.33% from 255 or 72.85% from 302); Max value from RGB is 220 - color contains mainly: blue. Hex color #3F13DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F13DC is #C0EC23. Grayscale: #363636. Windows color (decimal): -12643364 or 14422847. OLE color: 14422847.
HSL color Cylindrical-coordinate representation of color #3F13DC: hue angle of 253.13º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3F13DC is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 19 | 220 | - |
| CMYK | 0.71 | 0.91 | 0 | 0.14 |
| HSL | 253.13º | 0.84% | 0.47% | - |
| HSV(B) | 253.13º | 0.91% | 0.86% | - |
| XYZ | 15.2 | 6.69 | 68.2 | - |
| YUV | 55.07 | 221.08 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 19 | 220 | 0.71 | 0.91 | 0 | 0.14 | 253.13 | 0.84 | 0.47 |
| Hex | 3F | 13 | DC | 47 | 5B | 0 | E | FD | 54 | 2F |
| Octal | 77 | 23 | 334 | 107 | 133 | 0 | 16 | 375 | 124 | 57 |
| Binary | 111111 | 10011 | 11011100 | 1000111 | 1011011 | 0 | 1110 | 11111101 | 1010100 | 101111 |
Color Harmonies of #3F13DC
Complementary color
Monochromatic Colors of #3F13DC
Black with #3F13DC
Text Example
Text Example
White with #3F13DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F13DC; }
p { color: rgb(63,19,220); }
H1.HeaderClassName
{
color: #3F13DC;
}
.AnyTagClassName
{
color: #3F13DC;
}
</style>
background-color css
<style>
a { background-color: #3F13DC; }
a { background-color: rgb(63,19,220); }
div.DivClassName
{
background-color: #3F13DC;
}
.BgClassName
{
background-color: #3F13DC;
}
</style>
border-color css
<style>
span { border-color: #3F13DC; }
span { border-color: rgb(63,19,220); }
td.TdClassName
{
border-color: #3F13DC;
}
.TagClassName
{
border-color: #3F13DC;
}
</style>