Shades of Han Purple #3F28EE
Tints of Han Purple #3F28EE
RGB
CMYK
RGB Variations
Color information
#3F28EE (or 0x3F28EE) is known color: Han Purple. HEX triplet: 3F, 28 and EE. RGB value is (63,40,238). Sum of RGB (Red+Green+Blue) = 63+40+238=341 (45% of max value = 765). Red value is 63 (25% from 255 or 18.48% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 238 (93.36% from 255 or 69.79% from 341); Max value from RGB is 238 - color contains mainly: blue. Hex color #3F28EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F28EE is #C0D711. Grayscale: #444444. Windows color (decimal): -12637970 or 15607871. OLE color: 15607871.
HSL color Cylindrical-coordinate representation of color #3F28EE: hue angle of 246.97º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F28EE is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 40 | 238 | - |
| CMYK | 0.74 | 0.83 | 0 | 0.07 |
| HSL | 246.97º | 0.85% | 0.55% | - |
| HSV(B) | 246.97º | 0.83% | 0.93% | - |
| XYZ | 18.24 | 8.75 | 81.62 | - |
| YUV | 69.45 | 223.12 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 40 | 238 | 0.74 | 0.83 | 0 | 0.07 | 246.97 | 0.85 | 0.55 |
| Hex | 3F | 28 | EE | 4A | 53 | 0 | 7 | F7 | 55 | 37 |
| Octal | 77 | 50 | 356 | 112 | 123 | 0 | 7 | 367 | 125 | 67 |
| Binary | 111111 | 101000 | 11101110 | 1001010 | 1010011 | 0 | 111 | 11110111 | 1010101 | 110111 |
Color Harmonies of #3F28EE
Complementary color
Monochromatic Colors of #3F28EE
Black with #3F28EE
Text Example
Text Example
White with #3F28EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F28EE; }
p { color: rgb(63,40,238); }
H1.HeaderClassName
{
color: #3F28EE;
}
.AnyTagClassName
{
color: #3F28EE;
}
</style>
background-color css
<style>
a { background-color: #3F28EE; }
a { background-color: rgb(63,40,238); }
div.DivClassName
{
background-color: #3F28EE;
}
.BgClassName
{
background-color: #3F28EE;
}
</style>
border-color css
<style>
span { border-color: #3F28EE; }
span { border-color: rgb(63,40,238); }
td.TdClassName
{
border-color: #3F28EE;
}
.TagClassName
{
border-color: #3F28EE;
}
</style>