Shades of Han Purple #3F17F8
Tints of Han Purple #3F17F8
RGB
CMYK
RGB Variations
Color information
#3F17F8 (or 0x3F17F8) is known color: Han Purple. HEX triplet: 3F, 17 and F8. RGB value is (63,23,248). Sum of RGB (Red+Green+Blue) = 63+23+248=334 (44% of max value = 765). Red value is 63 (25% from 255 or 18.86% from 334); Green value is 23 (9.38% from 255 or 6.89% from 334); Blue value is 248 (97.27% from 255 or 74.25% from 334); Max value from RGB is 248 - color contains mainly: blue. Hex color #3F17F8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F17F8 is #C0E807. Grayscale: #3B3B3B. Windows color (decimal): -12642312 or 16258879. OLE color: 16258879.
HSL color Cylindrical-coordinate representation of color #3F17F8: hue angle of 250.67º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3F17F8 is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 63 | 23 | 248 | - |
| CMYK | 0.75 | 0.91 | 0 | 0.03 |
| HSL | 250.67º | 0.94% | 0.53% | - |
| HSV(B) | 250.67º | 0.91% | 0.97% | - |
| XYZ | 19.3 | 8.45 | 89.42 | - |
| YUV | 60.61 | 233.75 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 23 | 248 | 0.75 | 0.91 | 0 | 0.03 | 250.67 | 0.94 | 0.53 |
| Hex | 3F | 17 | F8 | 4B | 5B | 0 | 3 | FB | 5E | 35 |
| Octal | 77 | 27 | 370 | 113 | 133 | 0 | 3 | 373 | 136 | 65 |
| Binary | 111111 | 10111 | 11111000 | 1001011 | 1011011 | 0 | 11 | 11111011 | 1011110 | 110101 |
Color Harmonies of #3F17F8
Complementary color
Monochromatic Colors of #3F17F8
Black with #3F17F8
Text Example
Text Example
White with #3F17F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F17F8; }
p { color: rgb(63,23,248); }
H1.HeaderClassName
{
color: #3F17F8;
}
.AnyTagClassName
{
color: #3F17F8;
}
</style>
background-color css
<style>
a { background-color: #3F17F8; }
a { background-color: rgb(63,23,248); }
div.DivClassName
{
background-color: #3F17F8;
}
.BgClassName
{
background-color: #3F17F8;
}
</style>
border-color css
<style>
span { border-color: #3F17F8; }
span { border-color: rgb(63,23,248); }
td.TdClassName
{
border-color: #3F17F8;
}
.TagClassName
{
border-color: #3F17F8;
}
</style>