Shades of Han Purple #3F08EA
Tints of Han Purple #3F08EA
RGB
CMYK
RGB Variations
Color information
#3F08EA (or 0x3F08EA) is known color: Han Purple. HEX triplet: 3F, 08 and EA. RGB value is (63,8,234). Sum of RGB (Red+Green+Blue) = 63+8+234=305 (40% of max value = 765). Red value is 63 (25% from 255 or 20.66% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 234 (91.80% from 255 or 76.72% from 305); Max value from RGB is 234 - color contains mainly: blue. Hex color #3F08EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F08EA is #C0F715. Grayscale: #313131. Windows color (decimal): -12646166 or 15337535. OLE color: 15337535.
HSL color Cylindrical-coordinate representation of color #3F08EA: hue angle of 254.6º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F08EA is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 8 | 234 | - |
| CMYK | 0.73 | 0.97 | 0 | 0.08 |
| HSL | 254.6º | 0.93% | 0.47% | - |
| HSV(B) | 254.6º | 0.97% | 0.92% | - |
| XYZ | 16.99 | 7.17 | 78.33 | - |
| YUV | 50.21 | 231.72 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 8 | 234 | 0.73 | 0.97 | 0 | 0.08 | 254.6 | 0.93 | 0.47 |
| Hex | 3F | 8 | EA | 49 | 61 | 0 | 8 | FF | 5D | 2F |
| Octal | 77 | 10 | 352 | 111 | 141 | 0 | 10 | 377 | 135 | 57 |
| Binary | 111111 | 1000 | 11101010 | 1001001 | 1100001 | 0 | 1000 | 11111111 | 1011101 | 101111 |
Color Harmonies of #3F08EA
Complementary color
Monochromatic Colors of #3F08EA
Black with #3F08EA
Text Example
Text Example
White with #3F08EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F08EA; }
p { color: rgb(63,8,234); }
H1.HeaderClassName
{
color: #3F08EA;
}
.AnyTagClassName
{
color: #3F08EA;
}
</style>
background-color css
<style>
a { background-color: #3F08EA; }
a { background-color: rgb(63,8,234); }
div.DivClassName
{
background-color: #3F08EA;
}
.BgClassName
{
background-color: #3F08EA;
}
</style>
border-color css
<style>
span { border-color: #3F08EA; }
span { border-color: rgb(63,8,234); }
td.TdClassName
{
border-color: #3F08EA;
}
.TagClassName
{
border-color: #3F08EA;
}
</style>