Shades of Han Purple #3F2CFC
Tints of Han Purple #3F2CFC
RGB
CMYK
RGB Variations
Color information
#3F2CFC (or 0x3F2CFC) is known color: Han Purple. HEX triplet: 3F, 2C and FC. RGB value is (63,44,252). Sum of RGB (Red+Green+Blue) = 63+44+252=359 (47% of max value = 765). Red value is 63 (25% from 255 or 17.55% from 359); Green value is 44 (17.58% from 255 or 12.26% from 359); Blue value is 252 (98.83% from 255 or 70.19% from 359); Max value from RGB is 252 - color contains mainly: blue. Hex color #3F2CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F2CFC is #C0D303. Grayscale: #484848. Windows color (decimal): -12636932 or 16526399. OLE color: 16526399.
HSL color Cylindrical-coordinate representation of color #3F2CFC: hue angle of 245.48º degrees, saturation: 0.97, 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 #3F2CFC is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 44 | 252 | - |
| CMYK | 0.75 | 0.83 | 0 | 0.01 |
| HSL | 245.48º | 0.97% | 0.58% | - |
| HSV(B) | 245.48º | 0.83% | 0.99% | - |
| XYZ | 20.52 | 9.89 | 92.92 | - |
| YUV | 73.39 | 228.79 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 44 | 252 | 0.75 | 0.83 | 0 | 0.01 | 245.48 | 0.97 | 0.58 |
| Hex | 3F | 2C | FC | 4B | 53 | 0 | 1 | F5 | 61 | 3A |
| Octal | 77 | 54 | 374 | 113 | 123 | 0 | 1 | 365 | 141 | 72 |
| Binary | 111111 | 101100 | 11111100 | 1001011 | 1010011 | 0 | 1 | 11110101 | 1100001 | 111010 |
Color Harmonies of #3F2CFC
Complementary color
Monochromatic Colors of #3F2CFC
Black with #3F2CFC
Text Example
Text Example
White with #3F2CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2CFC; }
p { color: rgb(63,44,252); }
H1.HeaderClassName
{
color: #3F2CFC;
}
.AnyTagClassName
{
color: #3F2CFC;
}
</style>
background-color css
<style>
a { background-color: #3F2CFC; }
a { background-color: rgb(63,44,252); }
div.DivClassName
{
background-color: #3F2CFC;
}
.BgClassName
{
background-color: #3F2CFC;
}
</style>
border-color css
<style>
span { border-color: #3F2CFC; }
span { border-color: rgb(63,44,252); }
td.TdClassName
{
border-color: #3F2CFC;
}
.TagClassName
{
border-color: #3F2CFC;
}
</style>