Shades of Han Purple #3F28D8
Tints of Han Purple #3F28D8
RGB
CMYK
RGB Variations
Color information
#3F28D8 (or 0x3F28D8) is known color: Han Purple. HEX triplet: 3F, 28 and D8. RGB value is (63,40,216). Sum of RGB (Red+Green+Blue) = 63+40+216=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 216 (84.77% from 255 or 67.71% from 319); Max value from RGB is 216 - color contains mainly: blue. Hex color #3F28D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F28D8 is #C0D727. Grayscale: #424242. Windows color (decimal): -12637992 or 14166079. OLE color: 14166079.
HSL color Cylindrical-coordinate representation of color #3F28D8: hue angle of 247.84º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F28D8 is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 40 | 216 | - |
| CMYK | 0.71 | 0.81 | 0 | 0.15 |
| HSL | 247.84º | 0.69% | 0.5% | - |
| HSV(B) | 247.84º | 0.81% | 0.85% | - |
| XYZ | 15.2 | 7.53 | 65.62 | - |
| YUV | 66.94 | 212.12 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 40 | 216 | 0.71 | 0.81 | 0 | 0.15 | 247.84 | 0.69 | 0.5 |
| Hex | 3F | 28 | D8 | 47 | 51 | 0 | F | F8 | 45 | 32 |
| Octal | 77 | 50 | 330 | 107 | 121 | 0 | 17 | 370 | 105 | 62 |
| Binary | 111111 | 101000 | 11011000 | 1000111 | 1010001 | 0 | 1111 | 11111000 | 1000101 | 110010 |
Color Harmonies of #3F28D8
Complementary color
Monochromatic Colors of #3F28D8
Black with #3F28D8
Text Example
Text Example
White with #3F28D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F28D8; }
p { color: rgb(63,40,216); }
H1.HeaderClassName
{
color: #3F28D8;
}
.AnyTagClassName
{
color: #3F28D8;
}
</style>
background-color css
<style>
a { background-color: #3F28D8; }
a { background-color: rgb(63,40,216); }
div.DivClassName
{
background-color: #3F28D8;
}
.BgClassName
{
background-color: #3F28D8;
}
</style>
border-color css
<style>
span { border-color: #3F28D8; }
span { border-color: rgb(63,40,216); }
td.TdClassName
{
border-color: #3F28D8;
}
.TagClassName
{
border-color: #3F28D8;
}
</style>