Shades of Han Purple #3F15FF
Tints of Han Purple #3F15FF
RGB
CMYK
RGB Variations
Color information
#3F15FF (or 0x3F15FF) is known color: Han Purple. HEX triplet: 3F, 15 and FF. RGB value is (63,21,255). Sum of RGB (Red+Green+Blue) = 63+21+255=339 (44% of max value = 765). Red value is 63 (25% from 255 or 18.58% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 255 (100% from 255 or 75.22% from 339); Max value from RGB is 255 - color contains mainly: blue. Hex color #3F15FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F15FF is #C0EA00. Grayscale: #3B3B3B. Windows color (decimal): -12642817 or 16717119. OLE color: 16717119.
HSL color Cylindrical-coordinate representation of color #3F15FF: hue angle of 250.77º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F15FF is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 21 | 255 | - |
| CMYK | 0.75 | 0.92 | 0 | 0 |
| HSL | 250.77º | 1% | 0.54% | - |
| HSV(B) | 250.77º | 0.92% | 1% | - |
| XYZ | 20.37 | 8.81 | 95.24 | - |
| YUV | 60.23 | 237.91 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 21 | 255 | 0.75 | 0.92 | 0 | 0 | 250.77 | 1 | 0.54 |
| Hex | 3F | 15 | FF | 4B | 5C | 0 | 0 | FB | 64 | 36 |
| Octal | 77 | 25 | 377 | 113 | 134 | 0 | 0 | 373 | 144 | 66 |
| Binary | 111111 | 10101 | 11111111 | 1001011 | 1011100 | 0 | 0 | 11111011 | 1100100 | 110110 |
Color Harmonies of #3F15FF
Complementary color
Monochromatic Colors of #3F15FF
Black with #3F15FF
Text Example
Text Example
White with #3F15FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F15FF; }
p { color: rgb(63,21,255); }
H1.HeaderClassName
{
color: #3F15FF;
}
.AnyTagClassName
{
color: #3F15FF;
}
</style>
background-color css
<style>
a { background-color: #3F15FF; }
a { background-color: rgb(63,21,255); }
div.DivClassName
{
background-color: #3F15FF;
}
.BgClassName
{
background-color: #3F15FF;
}
</style>
border-color css
<style>
span { border-color: #3F15FF; }
span { border-color: rgb(63,21,255); }
td.TdClassName
{
border-color: #3F15FF;
}
.TagClassName
{
border-color: #3F15FF;
}
</style>