Shades of Han Purple #3F15F8
Tints of Han Purple #3F15F8
RGB
CMYK
RGB Variations
Color information
#3F15F8 (or 0x3F15F8) is known color: Han Purple. HEX triplet: 3F, 15 and F8. RGB value is (63,21,248). Sum of RGB (Red+Green+Blue) = 63+21+248=332 (43% of max value = 765). Red value is 63 (25% from 255 or 18.98% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 248 (97.27% from 255 or 74.70% from 332); Max value from RGB is 248 - color contains mainly: blue. Hex color #3F15F8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F15F8 is #C0EA07. Grayscale: #3A3A3A. Windows color (decimal): -12642824 or 16258367. OLE color: 16258367.
HSL color Cylindrical-coordinate representation of color #3F15F8: hue angle of 251.1º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F15F8 is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 63 | 21 | 248 | - |
| CMYK | 0.75 | 0.92 | 0 | 0.03 |
| HSL | 251.1º | 0.94% | 0.53% | - |
| HSV(B) | 251.1º | 0.92% | 0.97% | - |
| XYZ | 19.26 | 8.37 | 89.41 | - |
| YUV | 59.44 | 234.41 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 21 | 248 | 0.75 | 0.92 | 0 | 0.03 | 251.1 | 0.94 | 0.53 |
| Hex | 3F | 15 | F8 | 4B | 5C | 0 | 3 | FB | 5E | 35 |
| Octal | 77 | 25 | 370 | 113 | 134 | 0 | 3 | 373 | 136 | 65 |
| Binary | 111111 | 10101 | 11111000 | 1001011 | 1011100 | 0 | 11 | 11111011 | 1011110 | 110101 |
Color Harmonies of #3F15F8
Complementary color
Monochromatic Colors of #3F15F8
Black with #3F15F8
Text Example
Text Example
White with #3F15F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F15F8; }
p { color: rgb(63,21,248); }
H1.HeaderClassName
{
color: #3F15F8;
}
.AnyTagClassName
{
color: #3F15F8;
}
</style>
background-color css
<style>
a { background-color: #3F15F8; }
a { background-color: rgb(63,21,248); }
div.DivClassName
{
background-color: #3F15F8;
}
.BgClassName
{
background-color: #3F15F8;
}
</style>
border-color css
<style>
span { border-color: #3F15F8; }
span { border-color: rgb(63,21,248); }
td.TdClassName
{
border-color: #3F15F8;
}
.TagClassName
{
border-color: #3F15F8;
}
</style>