Shades of Han Purple #3F30F1
Tints of Han Purple #3F30F1
RGB
CMYK
RGB Variations
Color information
#3F30F1 (or 0x3F30F1) is known color: Han Purple. HEX triplet: 3F, 30 and F1. RGB value is (63,48,241). Sum of RGB (Red+Green+Blue) = 63+48+241=352 (46% of max value = 765). Red value is 63 (25% from 255 or 17.90% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 241 (94.53% from 255 or 68.47% from 352); Max value from RGB is 241 - color contains mainly: blue. Hex color #3F30F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F30F1 is #C0CF0E. Grayscale: #494949. Windows color (decimal): -12635919 or 15806527. OLE color: 15806527.
HSL color Cylindrical-coordinate representation of color #3F30F1: hue angle of 244.66º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3F30F1 is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 48 | 241 | - |
| CMYK | 0.74 | 0.80 | 0 | 0.05 |
| HSL | 244.66º | 0.87% | 0.57% | - |
| HSV(B) | 244.66º | 0.8% | 0.95% | - |
| XYZ | 18.98 | 9.52 | 84.06 | - |
| YUV | 74.49 | 221.97 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 48 | 241 | 0.74 | 0.80 | 0 | 0.05 | 244.66 | 0.87 | 0.57 |
| Hex | 3F | 30 | F1 | 4A | 50 | 0 | 5 | F5 | 57 | 39 |
| Octal | 77 | 60 | 361 | 112 | 120 | 0 | 5 | 365 | 127 | 71 |
| Binary | 111111 | 110000 | 11110001 | 1001010 | 1010000 | 0 | 101 | 11110101 | 1010111 | 111001 |
Color Harmonies of #3F30F1
Complementary color
Monochromatic Colors of #3F30F1
Black with #3F30F1
Text Example
Text Example
White with #3F30F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F30F1; }
p { color: rgb(63,48,241); }
H1.HeaderClassName
{
color: #3F30F1;
}
.AnyTagClassName
{
color: #3F30F1;
}
</style>
background-color css
<style>
a { background-color: #3F30F1; }
a { background-color: rgb(63,48,241); }
div.DivClassName
{
background-color: #3F30F1;
}
.BgClassName
{
background-color: #3F30F1;
}
</style>
border-color css
<style>
span { border-color: #3F30F1; }
span { border-color: rgb(63,48,241); }
td.TdClassName
{
border-color: #3F30F1;
}
.TagClassName
{
border-color: #3F30F1;
}
</style>