Shades of Han Purple #3F00CE
Tints of Han Purple #3F00CE
RGB
CMYK
RGB Variations
Color information
#3F00CE (or 0x3F00CE) is known color: Han Purple. HEX triplet: 3F, 00 and CE. RGB value is (63,0,206). Sum of RGB (Red+Green+Blue) = 63+0+206=269 (35% of max value = 765). Red value is 63 (25% from 255 or 23.42% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 206 (80.86% from 255 or 76.58% from 269); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F00CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F00CE is #C0FF31. Grayscale: #292929. Windows color (decimal): -12648242 or 13500479. OLE color: 13500479.
HSL color Cylindrical-coordinate representation of color #3F00CE: hue angle of 258.35º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F00CE is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 0 | 206 | - |
| CMYK | 0.69 | 1 | 0 | 0.19 |
| HSL | 258.35º | 1% | 0.4% | - |
| HSV(B) | 258.35º | 1% | 0.81% | - |
| XYZ | 13.19 | 5.51 | 58.76 | - |
| YUV | 42.32 | 220.37 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 0 | 206 | 0.69 | 1 | 0 | 0.19 | 258.35 | 1 | 0.4 |
| Hex | 3F | 0 | CE | 45 | 64 | 0 | 13 | 102 | 64 | 28 |
| Octal | 77 | 0 | 316 | 105 | 144 | 0 | 23 | 402 | 144 | 50 |
| Binary | 111111 | 0 | 11001110 | 1000101 | 1100100 | 0 | 10011 | 100000010 | 1100100 | 101000 |
Color Harmonies of #3F00CE
Complementary color
Monochromatic Colors of #3F00CE
Black with #3F00CE
Text Example
Text Example
White with #3F00CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F00CE; }
p { color: rgb(63,0,206); }
H1.HeaderClassName
{
color: #3F00CE;
}
.AnyTagClassName
{
color: #3F00CE;
}
</style>
background-color css
<style>
a { background-color: #3F00CE; }
a { background-color: rgb(63,0,206); }
div.DivClassName
{
background-color: #3F00CE;
}
.BgClassName
{
background-color: #3F00CE;
}
</style>
border-color css
<style>
span { border-color: #3F00CE; }
span { border-color: rgb(63,0,206); }
td.TdClassName
{
border-color: #3F00CE;
}
.TagClassName
{
border-color: #3F00CE;
}
</style>