Shades of Han Purple #3F25F6
Tints of Han Purple #3F25F6
RGB
CMYK
RGB Variations
Color information
#3F25F6 (or 0x3F25F6) is known color: Han Purple. HEX triplet: 3F, 25 and F6. RGB value is (63,37,246). Sum of RGB (Red+Green+Blue) = 63+37+246=346 (45% of max value = 765). Red value is 63 (25% from 255 or 18.21% from 346); Green value is 37 (14.84% from 255 or 10.69% from 346); Blue value is 246 (96.48% from 255 or 71.10% from 346); Max value from RGB is 246 - color contains mainly: blue. Hex color #3F25F6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F25F6 is #C0DA09. Grayscale: #434343. Windows color (decimal): -12638730 or 16131391. OLE color: 16131391.
HSL color Cylindrical-coordinate representation of color #3F25F6: hue angle of 247.46º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3F25F6 is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 37 | 246 | - |
| CMYK | 0.74 | 0.85 | 0 | 0.04 |
| HSL | 247.46º | 0.92% | 0.55% | - |
| HSV(B) | 247.46º | 0.85% | 0.96% | - |
| XYZ | 19.35 | 9.03 | 87.91 | - |
| YUV | 68.6 | 228.11 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 37 | 246 | 0.74 | 0.85 | 0 | 0.04 | 247.46 | 0.92 | 0.55 |
| Hex | 3F | 25 | F6 | 4A | 55 | 0 | 4 | F7 | 5C | 37 |
| Octal | 77 | 45 | 366 | 112 | 125 | 0 | 4 | 367 | 134 | 67 |
| Binary | 111111 | 100101 | 11110110 | 1001010 | 1010101 | 0 | 100 | 11110111 | 1011100 | 110111 |
Color Harmonies of #3F25F6
Complementary color
Monochromatic Colors of #3F25F6
Black with #3F25F6
Text Example
Text Example
White with #3F25F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F25F6; }
p { color: rgb(63,37,246); }
H1.HeaderClassName
{
color: #3F25F6;
}
.AnyTagClassName
{
color: #3F25F6;
}
</style>
background-color css
<style>
a { background-color: #3F25F6; }
a { background-color: rgb(63,37,246); }
div.DivClassName
{
background-color: #3F25F6;
}
.BgClassName
{
background-color: #3F25F6;
}
</style>
border-color css
<style>
span { border-color: #3F25F6; }
span { border-color: rgb(63,37,246); }
td.TdClassName
{
border-color: #3F25F6;
}
.TagClassName
{
border-color: #3F25F6;
}
</style>