Shades of Han Purple #3F03DF
Tints of Han Purple #3F03DF
RGB
CMYK
RGB Variations
Color information
#3F03DF (or 0x3F03DF) is known color: Han Purple. HEX triplet: 3F, 03 and DF. RGB value is (63,3,223). Sum of RGB (Red+Green+Blue) = 63+3+223=289 (38% of max value = 765). Red value is 63 (25% from 255 or 21.80% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 223 (87.5% from 255 or 77.16% from 289); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F03DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F03DF is #C0FC20. Grayscale: #2D2D2D. Windows color (decimal): -12647457 or 14615359. OLE color: 14615359.
HSL color Cylindrical-coordinate representation of color #3F03DF: hue angle of 256.36º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F03DF is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 3 | 223 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.13 |
| HSL | 256.36º | 0.97% | 0.44% | - |
| HSV(B) | 256.36º | 0.99% | 0.87% | - |
| XYZ | 15.4 | 6.45 | 70.25 | - |
| YUV | 46.02 | 227.88 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 223 | 0.72 | 0.99 | 0 | 0.13 | 256.36 | 0.97 | 0.44 |
| Hex | 3F | 3 | DF | 48 | 63 | 0 | D | 100 | 61 | 2C |
| Octal | 77 | 3 | 337 | 110 | 143 | 0 | 15 | 400 | 141 | 54 |
| Binary | 111111 | 11 | 11011111 | 1001000 | 1100011 | 0 | 1101 | 100000000 | 1100001 | 101100 |
Color Harmonies of #3F03DF
Complementary color
Monochromatic Colors of #3F03DF
Black with #3F03DF
Text Example
Text Example
White with #3F03DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F03DF; }
p { color: rgb(63,3,223); }
H1.HeaderClassName
{
color: #3F03DF;
}
.AnyTagClassName
{
color: #3F03DF;
}
</style>
background-color css
<style>
a { background-color: #3F03DF; }
a { background-color: rgb(63,3,223); }
div.DivClassName
{
background-color: #3F03DF;
}
.BgClassName
{
background-color: #3F03DF;
}
</style>
border-color css
<style>
span { border-color: #3F03DF; }
span { border-color: rgb(63,3,223); }
td.TdClassName
{
border-color: #3F03DF;
}
.TagClassName
{
border-color: #3F03DF;
}
</style>