Shades of Han Purple #3F2FF8
Tints of Han Purple #3F2FF8
RGB
CMYK
RGB Variations
Color information
#3F2FF8 (or 0x3F2FF8) is known color: Han Purple. HEX triplet: 3F, 2F and F8. RGB value is (63,47,248). Sum of RGB (Red+Green+Blue) = 63+47+248=358 (47% of max value = 765). Red value is 63 (25% from 255 or 17.60% from 358); Green value is 47 (18.75% from 255 or 13.13% from 358); Blue value is 248 (97.27% from 255 or 69.27% from 358); Max value from RGB is 248 - color contains mainly: blue. Hex color #3F2FF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F2FF8 is #C0D007. Grayscale: #494949. Windows color (decimal): -12636168 or 16265023. OLE color: 16265023.
HSL color Cylindrical-coordinate representation of color #3F2FF8: hue angle of 244.78º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F2FF8 is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 63 | 47 | 248 | - |
| CMYK | 0.75 | 0.81 | 0 | 0.03 |
| HSL | 244.78º | 0.93% | 0.58% | - |
| HSV(B) | 244.78º | 0.81% | 0.97% | - |
| XYZ | 20.01 | 9.87 | 89.66 | - |
| YUV | 74.7 | 225.8 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 47 | 248 | 0.75 | 0.81 | 0 | 0.03 | 244.78 | 0.93 | 0.58 |
| Hex | 3F | 2F | F8 | 4B | 51 | 0 | 3 | F5 | 5D | 3A |
| Octal | 77 | 57 | 370 | 113 | 121 | 0 | 3 | 365 | 135 | 72 |
| Binary | 111111 | 101111 | 11111000 | 1001011 | 1010001 | 0 | 11 | 11110101 | 1011101 | 111010 |
Color Harmonies of #3F2FF8
Complementary color
Monochromatic Colors of #3F2FF8
Black with #3F2FF8
Text Example
Text Example
White with #3F2FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2FF8; }
p { color: rgb(63,47,248); }
H1.HeaderClassName
{
color: #3F2FF8;
}
.AnyTagClassName
{
color: #3F2FF8;
}
</style>
background-color css
<style>
a { background-color: #3F2FF8; }
a { background-color: rgb(63,47,248); }
div.DivClassName
{
background-color: #3F2FF8;
}
.BgClassName
{
background-color: #3F2FF8;
}
</style>
border-color css
<style>
span { border-color: #3F2FF8; }
span { border-color: rgb(63,47,248); }
td.TdClassName
{
border-color: #3F2FF8;
}
.TagClassName
{
border-color: #3F2FF8;
}
</style>