Shades of Han Purple #3F08FF
Tints of Han Purple #3F08FF
RGB
CMYK
RGB Variations
Color information
#3F08FF (or 0x3F08FF) is known color: Han Purple. HEX triplet: 3F, 08 and FF. RGB value is (63,8,255). Sum of RGB (Red+Green+Blue) = 63+8+255=326 (43% of max value = 765). Red value is 63 (25% from 255 or 19.33% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 255 (100% from 255 or 78.22% from 326); Max value from RGB is 255 - color contains mainly: blue. Hex color #3F08FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F08FF is #C0F700. Grayscale: #333333. Windows color (decimal): -12646145 or 16713791. OLE color: 16713791.
HSL color Cylindrical-coordinate representation of color #3F08FF: hue angle of 253.36º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F08FF is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 8 | 255 | - |
| CMYK | 0.75 | 0.97 | 0 | 0 |
| HSL | 253.36º | 1% | 0.52% | - |
| HSV(B) | 253.36º | 0.97% | 1% | - |
| XYZ | 20.19 | 8.45 | 95.17 | - |
| YUV | 52.6 | 242.22 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 8 | 255 | 0.75 | 0.97 | 0 | 0 | 253.36 | 1 | 0.52 |
| Hex | 3F | 8 | FF | 4B | 61 | 0 | 0 | FD | 64 | 34 |
| Octal | 77 | 10 | 377 | 113 | 141 | 0 | 0 | 375 | 144 | 64 |
| Binary | 111111 | 1000 | 11111111 | 1001011 | 1100001 | 0 | 0 | 11111101 | 1100100 | 110100 |
Color Harmonies of #3F08FF
Complementary color
Monochromatic Colors of #3F08FF
Black with #3F08FF
Text Example
Text Example
White with #3F08FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F08FF; }
p { color: rgb(63,8,255); }
H1.HeaderClassName
{
color: #3F08FF;
}
.AnyTagClassName
{
color: #3F08FF;
}
</style>
background-color css
<style>
a { background-color: #3F08FF; }
a { background-color: rgb(63,8,255); }
div.DivClassName
{
background-color: #3F08FF;
}
.BgClassName
{
background-color: #3F08FF;
}
</style>
border-color css
<style>
span { border-color: #3F08FF; }
span { border-color: rgb(63,8,255); }
td.TdClassName
{
border-color: #3F08FF;
}
.TagClassName
{
border-color: #3F08FF;
}
</style>