Shades of Han Purple #3F24F9
Tints of Han Purple #3F24F9
RGB
CMYK
RGB Variations
Color information
#3F24F9 (or 0x3F24F9) is known color: Han Purple. HEX triplet: 3F, 24 and F9. RGB value is (63,36,249). Sum of RGB (Red+Green+Blue) = 63+36+249=348 (46% of max value = 765). Red value is 63 (25% from 255 or 18.10% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 249 (97.66% from 255 or 71.55% from 348); Max value from RGB is 249 - color contains mainly: blue. Hex color #3F24F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F24F9 is #C0DB06. Grayscale: #434343. Windows color (decimal): -12638983 or 16327743. OLE color: 16327743.
HSL color Cylindrical-coordinate representation of color #3F24F9: hue angle of 247.61º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F24F9 is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 36 | 249 | - |
| CMYK | 0.75 | 0.86 | 0 | 0.02 |
| HSL | 247.61º | 0.95% | 0.56% | - |
| HSV(B) | 247.61º | 0.86% | 0.98% | - |
| XYZ | 19.78 | 9.16 | 90.35 | - |
| YUV | 68.36 | 229.95 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 36 | 249 | 0.75 | 0.86 | 0 | 0.02 | 247.61 | 0.95 | 0.56 |
| Hex | 3F | 24 | F9 | 4B | 56 | 0 | 2 | F8 | 5F | 38 |
| Octal | 77 | 44 | 371 | 113 | 126 | 0 | 2 | 370 | 137 | 70 |
| Binary | 111111 | 100100 | 11111001 | 1001011 | 1010110 | 0 | 10 | 11111000 | 1011111 | 111000 |
Color Harmonies of #3F24F9
Complementary color
Monochromatic Colors of #3F24F9
Black with #3F24F9
Text Example
Text Example
White with #3F24F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F24F9; }
p { color: rgb(63,36,249); }
H1.HeaderClassName
{
color: #3F24F9;
}
.AnyTagClassName
{
color: #3F24F9;
}
</style>
background-color css
<style>
a { background-color: #3F24F9; }
a { background-color: rgb(63,36,249); }
div.DivClassName
{
background-color: #3F24F9;
}
.BgClassName
{
background-color: #3F24F9;
}
</style>
border-color css
<style>
span { border-color: #3F24F9; }
span { border-color: rgb(63,36,249); }
td.TdClassName
{
border-color: #3F24F9;
}
.TagClassName
{
border-color: #3F24F9;
}
</style>