Shades of Han Purple #3F1AED
Tints of Han Purple #3F1AED
RGB
CMYK
RGB Variations
Color information
#3F1AED (or 0x3F1AED) is known color: Han Purple. HEX triplet: 3F, 1A and ED. RGB value is (63,26,237). Sum of RGB (Red+Green+Blue) = 63+26+237=326 (43% of max value = 765). Red value is 63 (25% from 255 or 19.33% from 326); Green value is 26 (10.55% from 255 or 7.98% from 326); Blue value is 237 (92.97% from 255 or 72.70% from 326); Max value from RGB is 237 - color contains mainly: blue. Hex color #3F1AED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F1AED is #C0E512. Grayscale: #3C3C3C. Windows color (decimal): -12641555 or 15538751. OLE color: 15538751.
HSL color Cylindrical-coordinate representation of color #3F1AED: hue angle of 250.52º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F1AED is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 26 | 237 | - |
| CMYK | 0.73 | 0.89 | 0 | 0.07 |
| HSL | 250.52º | 0.85% | 0.52% | - |
| HSV(B) | 250.52º | 0.89% | 0.93% | - |
| XYZ | 17.71 | 7.91 | 80.71 | - |
| YUV | 61.12 | 227.26 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 26 | 237 | 0.73 | 0.89 | 0 | 0.07 | 250.52 | 0.85 | 0.52 |
| Hex | 3F | 1A | ED | 49 | 59 | 0 | 7 | FB | 55 | 34 |
| Octal | 77 | 32 | 355 | 111 | 131 | 0 | 7 | 373 | 125 | 64 |
| Binary | 111111 | 11010 | 11101101 | 1001001 | 1011001 | 0 | 111 | 11111011 | 1010101 | 110100 |
Color Harmonies of #3F1AED
Complementary color
Monochromatic Colors of #3F1AED
Black with #3F1AED
Text Example
Text Example
White with #3F1AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1AED; }
p { color: rgb(63,26,237); }
H1.HeaderClassName
{
color: #3F1AED;
}
.AnyTagClassName
{
color: #3F1AED;
}
</style>
background-color css
<style>
a { background-color: #3F1AED; }
a { background-color: rgb(63,26,237); }
div.DivClassName
{
background-color: #3F1AED;
}
.BgClassName
{
background-color: #3F1AED;
}
</style>
border-color css
<style>
span { border-color: #3F1AED; }
span { border-color: rgb(63,26,237); }
td.TdClassName
{
border-color: #3F1AED;
}
.TagClassName
{
border-color: #3F1AED;
}
</style>