Shades of Han Purple #3F28ED
Tints of Han Purple #3F28ED
RGB
CMYK
RGB Variations
Color information
#3F28ED (or 0x3F28ED) is known color: Han Purple. HEX triplet: 3F, 28 and ED. RGB value is (63,40,237). Sum of RGB (Red+Green+Blue) = 63+40+237=340 (45% of max value = 765). Red value is 63 (25% from 255 or 18.53% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 237 (92.97% from 255 or 69.71% from 340); Max value from RGB is 237 - color contains mainly: blue. Hex color #3F28ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F28ED is #C0D712. Grayscale: #444444. Windows color (decimal): -12637971 or 15542335. OLE color: 15542335.
HSL color Cylindrical-coordinate representation of color #3F28ED: hue angle of 247.01º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F28ED is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 40 | 237 | - |
| CMYK | 0.73 | 0.83 | 0 | 0.07 |
| HSL | 247.01º | 0.85% | 0.54% | - |
| HSV(B) | 247.01º | 0.83% | 0.93% | - |
| XYZ | 18.09 | 8.69 | 80.84 | - |
| YUV | 69.34 | 222.62 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 40 | 237 | 0.73 | 0.83 | 0 | 0.07 | 247.01 | 0.85 | 0.54 |
| Hex | 3F | 28 | ED | 49 | 53 | 0 | 7 | F7 | 55 | 36 |
| Octal | 77 | 50 | 355 | 111 | 123 | 0 | 7 | 367 | 125 | 66 |
| Binary | 111111 | 101000 | 11101101 | 1001001 | 1010011 | 0 | 111 | 11110111 | 1010101 | 110110 |
Color Harmonies of #3F28ED
Complementary color
Monochromatic Colors of #3F28ED
Black with #3F28ED
Text Example
Text Example
White with #3F28ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F28ED; }
p { color: rgb(63,40,237); }
H1.HeaderClassName
{
color: #3F28ED;
}
.AnyTagClassName
{
color: #3F28ED;
}
</style>
background-color css
<style>
a { background-color: #3F28ED; }
a { background-color: rgb(63,40,237); }
div.DivClassName
{
background-color: #3F28ED;
}
.BgClassName
{
background-color: #3F28ED;
}
</style>
border-color css
<style>
span { border-color: #3F28ED; }
span { border-color: rgb(63,40,237); }
td.TdClassName
{
border-color: #3F28ED;
}
.TagClassName
{
border-color: #3F28ED;
}
</style>