Shades of Han Purple #3F2AFD
Tints of Han Purple #3F2AFD
RGB
CMYK
RGB Variations
Color information
#3F2AFD (or 0x3F2AFD) is known color: Han Purple. HEX triplet: 3F, 2A and FD. RGB value is (63,42,253). Sum of RGB (Red+Green+Blue) = 63+42+253=358 (47% of max value = 765). Red value is 63 (25% from 255 or 17.60% from 358); Green value is 42 (16.80% from 255 or 11.73% from 358); Blue value is 253 (99.22% from 255 or 70.67% from 358); Max value from RGB is 253 - color contains mainly: blue. Hex color #3F2AFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F2AFD is #C0D502. Grayscale: #474747. Windows color (decimal): -12637443 or 16591423. OLE color: 16591423.
HSL color Cylindrical-coordinate representation of color #3F2AFD: hue angle of 245.97º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F2AFD is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 42 | 253 | - |
| CMYK | 0.75 | 0.83 | 0 | 0.01 |
| HSL | 245.97º | 0.98% | 0.58% | - |
| HSV(B) | 245.97º | 0.83% | 0.99% | - |
| XYZ | 20.61 | 9.8 | 93.73 | - |
| YUV | 72.33 | 229.96 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 42 | 253 | 0.75 | 0.83 | 0 | 0.01 | 245.97 | 0.98 | 0.58 |
| Hex | 3F | 2A | FD | 4B | 53 | 0 | 1 | F6 | 62 | 3A |
| Octal | 77 | 52 | 375 | 113 | 123 | 0 | 1 | 366 | 142 | 72 |
| Binary | 111111 | 101010 | 11111101 | 1001011 | 1010011 | 0 | 1 | 11110110 | 1100010 | 111010 |
Color Harmonies of #3F2AFD
Complementary color
Monochromatic Colors of #3F2AFD
Black with #3F2AFD
Text Example
Text Example
White with #3F2AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2AFD; }
p { color: rgb(63,42,253); }
H1.HeaderClassName
{
color: #3F2AFD;
}
.AnyTagClassName
{
color: #3F2AFD;
}
</style>
background-color css
<style>
a { background-color: #3F2AFD; }
a { background-color: rgb(63,42,253); }
div.DivClassName
{
background-color: #3F2AFD;
}
.BgClassName
{
background-color: #3F2AFD;
}
</style>
border-color css
<style>
span { border-color: #3F2AFD; }
span { border-color: rgb(63,42,253); }
td.TdClassName
{
border-color: #3F2AFD;
}
.TagClassName
{
border-color: #3F2AFD;
}
</style>