Shades of Han Purple #3F2BFD
Tints of Han Purple #3F2BFD
RGB
CMYK
RGB Variations
Color information
#3F2BFD (or 0x3F2BFD) is known color: Han Purple. HEX triplet: 3F, 2B and FD. RGB value is (63,43,253). Sum of RGB (Red+Green+Blue) = 63+43+253=359 (47% of max value = 765). Red value is 63 (25% from 255 or 17.55% from 359); Green value is 43 (17.19% from 255 or 11.98% from 359); Blue value is 253 (99.22% from 255 or 70.47% from 359); Max value from RGB is 253 - color contains mainly: blue. Hex color #3F2BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F2BFD is #C0D402. Grayscale: #484848. Windows color (decimal): -12637187 or 16591679. OLE color: 16591679.
HSL color Cylindrical-coordinate representation of color #3F2BFD: hue angle of 245.71º 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 #3F2BFD is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 43 | 253 | - |
| CMYK | 0.75 | 0.83 | 0 | 0.01 |
| HSL | 245.71º | 0.98% | 0.58% | - |
| HSV(B) | 245.71º | 0.83% | 0.99% | - |
| XYZ | 20.64 | 9.88 | 93.75 | - |
| YUV | 72.92 | 229.63 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 43 | 253 | 0.75 | 0.83 | 0 | 0.01 | 245.71 | 0.98 | 0.58 |
| Hex | 3F | 2B | FD | 4B | 53 | 0 | 1 | F6 | 62 | 3A |
| Octal | 77 | 53 | 375 | 113 | 123 | 0 | 1 | 366 | 142 | 72 |
| Binary | 111111 | 101011 | 11111101 | 1001011 | 1010011 | 0 | 1 | 11110110 | 1100010 | 111010 |
Color Harmonies of #3F2BFD
Complementary color
Monochromatic Colors of #3F2BFD
Black with #3F2BFD
Text Example
Text Example
White with #3F2BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2BFD; }
p { color: rgb(63,43,253); }
H1.HeaderClassName
{
color: #3F2BFD;
}
.AnyTagClassName
{
color: #3F2BFD;
}
</style>
background-color css
<style>
a { background-color: #3F2BFD; }
a { background-color: rgb(63,43,253); }
div.DivClassName
{
background-color: #3F2BFD;
}
.BgClassName
{
background-color: #3F2BFD;
}
</style>
border-color css
<style>
span { border-color: #3F2BFD; }
span { border-color: rgb(63,43,253); }
td.TdClassName
{
border-color: #3F2BFD;
}
.TagClassName
{
border-color: #3F2BFD;
}
</style>