Shades of Han Purple #3F02DC
Tints of Han Purple #3F02DC
RGB
CMYK
RGB Variations
Color information
#3F02DC (or 0x3F02DC) is known color: Han Purple. HEX triplet: 3F, 02 and DC. RGB value is (63,2,220). Sum of RGB (Red+Green+Blue) = 63+2+220=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 220 (86.33% from 255 or 77.19% from 285); Max value from RGB is 220 - color contains mainly: blue. Hex color #3F02DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F02DC is #C0FD23. Grayscale: #2C2C2C. Windows color (decimal): -12647716 or 14418495. OLE color: 14418495.
HSL color Cylindrical-coordinate representation of color #3F02DC: hue angle of 256.79º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F02DC is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 2 | 220 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.14 |
| HSL | 256.79º | 0.98% | 0.44% | - |
| HSV(B) | 256.79º | 0.99% | 0.86% | - |
| XYZ | 14.99 | 6.27 | 68.13 | - |
| YUV | 45.09 | 226.71 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 2 | 220 | 0.71 | 0.99 | 0 | 0.14 | 256.79 | 0.98 | 0.44 |
| Hex | 3F | 2 | DC | 47 | 63 | 0 | E | 101 | 62 | 2C |
| Octal | 77 | 2 | 334 | 107 | 143 | 0 | 16 | 401 | 142 | 54 |
| Binary | 111111 | 10 | 11011100 | 1000111 | 1100011 | 0 | 1110 | 100000001 | 1100010 | 101100 |
Color Harmonies of #3F02DC
Complementary color
Monochromatic Colors of #3F02DC
Black with #3F02DC
Text Example
Text Example
White with #3F02DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F02DC; }
p { color: rgb(63,2,220); }
H1.HeaderClassName
{
color: #3F02DC;
}
.AnyTagClassName
{
color: #3F02DC;
}
</style>
background-color css
<style>
a { background-color: #3F02DC; }
a { background-color: rgb(63,2,220); }
div.DivClassName
{
background-color: #3F02DC;
}
.BgClassName
{
background-color: #3F02DC;
}
</style>
border-color css
<style>
span { border-color: #3F02DC; }
span { border-color: rgb(63,2,220); }
td.TdClassName
{
border-color: #3F02DC;
}
.TagClassName
{
border-color: #3F02DC;
}
</style>