Shades of Han Purple #3F2EDA
Tints of Han Purple #3F2EDA
RGB
CMYK
RGB Variations
Color information
#3F2EDA (or 0x3F2EDA) is known color: Han Purple. HEX triplet: 3F, 2E and DA. RGB value is (63,46,218). Sum of RGB (Red+Green+Blue) = 63+46+218=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 46 (18.36% from 255 or 14.07% from 327); Blue value is 218 (85.55% from 255 or 66.67% from 327); Max value from RGB is 218 - color contains mainly: blue. Hex color #3F2EDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F2EDA is #C0D125. Grayscale: #464646. Windows color (decimal): -12636454 or 14298687. OLE color: 14298687.
HSL color Cylindrical-coordinate representation of color #3F2EDA: hue angle of 245.93º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F2EDA is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 46 | 218 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.15 |
| HSL | 245.93º | 0.7% | 0.52% | - |
| HSV(B) | 245.93º | 0.79% | 0.85% | - |
| XYZ | 15.68 | 8.07 | 67.06 | - |
| YUV | 70.69 | 211.13 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 46 | 218 | 0.71 | 0.79 | 0 | 0.15 | 245.93 | 0.7 | 0.52 |
| Hex | 3F | 2E | DA | 47 | 4F | 0 | F | F6 | 46 | 34 |
| Octal | 77 | 56 | 332 | 107 | 117 | 0 | 17 | 366 | 106 | 64 |
| Binary | 111111 | 101110 | 11011010 | 1000111 | 1001111 | 0 | 1111 | 11110110 | 1000110 | 110100 |
Color Harmonies of #3F2EDA
Complementary color
Monochromatic Colors of #3F2EDA
Black with #3F2EDA
Text Example
Text Example
White with #3F2EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2EDA; }
p { color: rgb(63,46,218); }
H1.HeaderClassName
{
color: #3F2EDA;
}
.AnyTagClassName
{
color: #3F2EDA;
}
</style>
background-color css
<style>
a { background-color: #3F2EDA; }
a { background-color: rgb(63,46,218); }
div.DivClassName
{
background-color: #3F2EDA;
}
.BgClassName
{
background-color: #3F2EDA;
}
</style>
border-color css
<style>
span { border-color: #3F2EDA; }
span { border-color: rgb(63,46,218); }
td.TdClassName
{
border-color: #3F2EDA;
}
.TagClassName
{
border-color: #3F2EDA;
}
</style>