Shades of Han Purple #3F2AFB
Tints of Han Purple #3F2AFB
RGB
CMYK
RGB Variations
Color information
#3F2AFB (or 0x3F2AFB) is known color: Han Purple. HEX triplet: 3F, 2A and FB. RGB value is (63,42,251). Sum of RGB (Red+Green+Blue) = 63+42+251=356 (47% of max value = 765). Red value is 63 (25% from 255 or 17.70% from 356); Green value is 42 (16.80% from 255 or 11.80% from 356); Blue value is 251 (98.44% from 255 or 70.51% from 356); Max value from RGB is 251 - color contains mainly: blue. Hex color #3F2AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F2AFB is #C0D504. Grayscale: #474747. Windows color (decimal): -12637445 or 16460351. OLE color: 16460351.
HSL color Cylindrical-coordinate representation of color #3F2AFB: hue angle of 246.03º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F2AFB is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 42 | 251 | - |
| CMYK | 0.75 | 0.83 | 0 | 0.02 |
| HSL | 246.03º | 0.96% | 0.57% | - |
| HSV(B) | 246.03º | 0.83% | 0.98% | - |
| XYZ | 20.29 | 9.68 | 92.07 | - |
| YUV | 72.11 | 228.96 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 42 | 251 | 0.75 | 0.83 | 0 | 0.02 | 246.03 | 0.96 | 0.57 |
| Hex | 3F | 2A | FB | 4B | 53 | 0 | 2 | F6 | 60 | 39 |
| Octal | 77 | 52 | 373 | 113 | 123 | 0 | 2 | 366 | 140 | 71 |
| Binary | 111111 | 101010 | 11111011 | 1001011 | 1010011 | 0 | 10 | 11110110 | 1100000 | 111001 |
Color Harmonies of #3F2AFB
Complementary color
Monochromatic Colors of #3F2AFB
Black with #3F2AFB
Text Example
Text Example
White with #3F2AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2AFB; }
p { color: rgb(63,42,251); }
H1.HeaderClassName
{
color: #3F2AFB;
}
.AnyTagClassName
{
color: #3F2AFB;
}
</style>
background-color css
<style>
a { background-color: #3F2AFB; }
a { background-color: rgb(63,42,251); }
div.DivClassName
{
background-color: #3F2AFB;
}
.BgClassName
{
background-color: #3F2AFB;
}
</style>
border-color css
<style>
span { border-color: #3F2AFB; }
span { border-color: rgb(63,42,251); }
td.TdClassName
{
border-color: #3F2AFB;
}
.TagClassName
{
border-color: #3F2AFB;
}
</style>