Shades of Han Purple #3F0AE2
Tints of Han Purple #3F0AE2
RGB
CMYK
RGB Variations
Color information
#3F0AE2 (or 0x3F0AE2) is known color: Han Purple. HEX triplet: 3F, 0A and E2. RGB value is (63,10,226). Sum of RGB (Red+Green+Blue) = 63+10+226=299 (39% of max value = 765). Red value is 63 (25% from 255 or 21.07% from 299); Green value is 10 (4.30% from 255 or 3.34% from 299); Blue value is 226 (88.67% from 255 or 75.59% from 299); Max value from RGB is 226 - color contains mainly: blue. Hex color #3F0AE2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0AE2 is #C0F51D. Grayscale: #313131. Windows color (decimal): -12645662 or 14813759. OLE color: 14813759.
HSL color Cylindrical-coordinate representation of color #3F0AE2: hue angle of 254.72º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F0AE2 is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 63 | 10 | 226 | - |
| CMYK | 0.72 | 0.96 | 0 | 0.11 |
| HSL | 254.72º | 0.92% | 0.46% | - |
| HSV(B) | 254.72º | 0.96% | 0.89% | - |
| XYZ | 15.89 | 6.76 | 72.42 | - |
| YUV | 50.47 | 227.06 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 10 | 226 | 0.72 | 0.96 | 0 | 0.11 | 254.72 | 0.92 | 0.46 |
| Hex | 3F | A | E2 | 48 | 60 | 0 | B | FF | 5C | 2E |
| Octal | 77 | 12 | 342 | 110 | 140 | 0 | 13 | 377 | 134 | 56 |
| Binary | 111111 | 1010 | 11100010 | 1001000 | 1100000 | 0 | 1011 | 11111111 | 1011100 | 101110 |
Color Harmonies of #3F0AE2
Complementary color
Monochromatic Colors of #3F0AE2
Black with #3F0AE2
Text Example
Text Example
White with #3F0AE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0AE2; }
p { color: rgb(63,10,226); }
H1.HeaderClassName
{
color: #3F0AE2;
}
.AnyTagClassName
{
color: #3F0AE2;
}
</style>
background-color css
<style>
a { background-color: #3F0AE2; }
a { background-color: rgb(63,10,226); }
div.DivClassName
{
background-color: #3F0AE2;
}
.BgClassName
{
background-color: #3F0AE2;
}
</style>
border-color css
<style>
span { border-color: #3F0AE2; }
span { border-color: rgb(63,10,226); }
td.TdClassName
{
border-color: #3F0AE2;
}
.TagClassName
{
border-color: #3F0AE2;
}
</style>