Shades of Han Purple #3F00EB
Tints of Han Purple #3F00EB
RGB
CMYK
RGB Variations
Color information
#3F00EB (or 0x3F00EB) is known color: Han Purple. HEX triplet: 3F, 00 and EB. RGB value is (63,0,235). Sum of RGB (Red+Green+Blue) = 63+0+235=298 (39% of max value = 765). Red value is 63 (25% from 255 or 21.14% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 235 (92.19% from 255 or 78.86% from 298); Max value from RGB is 235 - color contains mainly: blue. Hex color #3F00EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F00EB is #C0FF14. Grayscale: #2C2C2C. Windows color (decimal): -12648213 or 15401023. OLE color: 15401023.
HSL color Cylindrical-coordinate representation of color #3F00EB: hue angle of 256.09º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F00EB is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 0 | 235 | - |
| CMYK | 0.73 | 1 | 0 | 0.08 |
| HSL | 256.09º | 1% | 0.46% | - |
| HSV(B) | 256.09º | 1% | 0.92% | - |
| XYZ | 17.05 | 7.05 | 79.06 | - |
| YUV | 45.63 | 234.87 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 0 | 235 | 0.73 | 1 | 0 | 0.08 | 256.09 | 1 | 0.46 |
| Hex | 3F | 0 | EB | 49 | 64 | 0 | 8 | 100 | 64 | 2E |
| Octal | 77 | 0 | 353 | 111 | 144 | 0 | 10 | 400 | 144 | 56 |
| Binary | 111111 | 0 | 11101011 | 1001001 | 1100100 | 0 | 1000 | 100000000 | 1100100 | 101110 |
Color Harmonies of #3F00EB
Complementary color
Monochromatic Colors of #3F00EB
Black with #3F00EB
Text Example
Text Example
White with #3F00EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F00EB; }
p { color: rgb(63,0,235); }
H1.HeaderClassName
{
color: #3F00EB;
}
.AnyTagClassName
{
color: #3F00EB;
}
</style>
background-color css
<style>
a { background-color: #3F00EB; }
a { background-color: rgb(63,0,235); }
div.DivClassName
{
background-color: #3F00EB;
}
.BgClassName
{
background-color: #3F00EB;
}
</style>
border-color css
<style>
span { border-color: #3F00EB; }
span { border-color: rgb(63,0,235); }
td.TdClassName
{
border-color: #3F00EB;
}
.TagClassName
{
border-color: #3F00EB;
}
</style>