Shades of Han Purple #3F28F6
Tints of Han Purple #3F28F6
RGB
CMYK
RGB Variations
Color information
#3F28F6 (or 0x3F28F6) is known color: Han Purple. HEX triplet: 3F, 28 and F6. RGB value is (63,40,246). Sum of RGB (Red+Green+Blue) = 63+40+246=349 (46% of max value = 765). Red value is 63 (25% from 255 or 18.05% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 246 (96.48% from 255 or 70.49% from 349); Max value from RGB is 246 - color contains mainly: blue. Hex color #3F28F6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F28F6 is #C0D709. Grayscale: #454545. Windows color (decimal): -12637962 or 16132159. OLE color: 16132159.
HSL color Cylindrical-coordinate representation of color #3F28F6: hue angle of 246.7º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F28F6 is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 40 | 246 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.04 |
| HSL | 246.7º | 0.92% | 0.56% | - |
| HSV(B) | 246.7º | 0.84% | 0.96% | - |
| XYZ | 19.44 | 9.23 | 87.95 | - |
| YUV | 70.36 | 227.12 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 40 | 246 | 0.74 | 0.84 | 0 | 0.04 | 246.7 | 0.92 | 0.56 |
| Hex | 3F | 28 | F6 | 4A | 54 | 0 | 4 | F7 | 5C | 38 |
| Octal | 77 | 50 | 366 | 112 | 124 | 0 | 4 | 367 | 134 | 70 |
| Binary | 111111 | 101000 | 11110110 | 1001010 | 1010100 | 0 | 100 | 11110111 | 1011100 | 111000 |
Color Harmonies of #3F28F6
Complementary color
Monochromatic Colors of #3F28F6
Black with #3F28F6
Text Example
Text Example
White with #3F28F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F28F6; }
p { color: rgb(63,40,246); }
H1.HeaderClassName
{
color: #3F28F6;
}
.AnyTagClassName
{
color: #3F28F6;
}
</style>
background-color css
<style>
a { background-color: #3F28F6; }
a { background-color: rgb(63,40,246); }
div.DivClassName
{
background-color: #3F28F6;
}
.BgClassName
{
background-color: #3F28F6;
}
</style>
border-color css
<style>
span { border-color: #3F28F6; }
span { border-color: rgb(63,40,246); }
td.TdClassName
{
border-color: #3F28F6;
}
.TagClassName
{
border-color: #3F28F6;
}
</style>