Shades of Han Purple #3F28EA
Tints of Han Purple #3F28EA
RGB
CMYK
RGB Variations
Color information
#3F28EA (or 0x3F28EA) is known color: Han Purple. HEX triplet: 3F, 28 and EA. RGB value is (63,40,234). Sum of RGB (Red+Green+Blue) = 63+40+234=337 (44% of max value = 765). Red value is 63 (25% from 255 or 18.69% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 234 (91.80% from 255 or 69.44% from 337); Max value from RGB is 234 - color contains mainly: blue. Hex color #3F28EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F28EA is #C0D715. Grayscale: #444444. Windows color (decimal): -12637974 or 15345727. OLE color: 15345727.
HSL color Cylindrical-coordinate representation of color #3F28EA: hue angle of 247.11º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F28EA is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 40 | 234 | - |
| CMYK | 0.73 | 0.83 | 0 | 0.08 |
| HSL | 247.11º | 0.82% | 0.54% | - |
| HSV(B) | 247.11º | 0.83% | 0.92% | - |
| XYZ | 17.66 | 8.51 | 78.55 | - |
| YUV | 68.99 | 221.12 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 40 | 234 | 0.73 | 0.83 | 0 | 0.08 | 247.11 | 0.82 | 0.54 |
| Hex | 3F | 28 | EA | 49 | 53 | 0 | 8 | F7 | 52 | 36 |
| Octal | 77 | 50 | 352 | 111 | 123 | 0 | 10 | 367 | 122 | 66 |
| Binary | 111111 | 101000 | 11101010 | 1001001 | 1010011 | 0 | 1000 | 11110111 | 1010010 | 110110 |
Color Harmonies of #3F28EA
Complementary color
Monochromatic Colors of #3F28EA
Black with #3F28EA
Text Example
Text Example
White with #3F28EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F28EA; }
p { color: rgb(63,40,234); }
H1.HeaderClassName
{
color: #3F28EA;
}
.AnyTagClassName
{
color: #3F28EA;
}
</style>
background-color css
<style>
a { background-color: #3F28EA; }
a { background-color: rgb(63,40,234); }
div.DivClassName
{
background-color: #3F28EA;
}
.BgClassName
{
background-color: #3F28EA;
}
</style>
border-color css
<style>
span { border-color: #3F28EA; }
span { border-color: rgb(63,40,234); }
td.TdClassName
{
border-color: #3F28EA;
}
.TagClassName
{
border-color: #3F28EA;
}
</style>