Shades of Han Purple #3F08CE
Tints of Han Purple #3F08CE
RGB
CMYK
RGB Variations
Color information
#3F08CE (or 0x3F08CE) is known color: Han Purple. HEX triplet: 3F, 08 and CE. RGB value is (63,8,206). Sum of RGB (Red+Green+Blue) = 63+8+206=277 (36% of max value = 765). Red value is 63 (25% from 255 or 22.74% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 206 (80.86% from 255 or 74.37% from 277); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F08CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F08CE is #C0F731. Grayscale: #2E2E2E. Windows color (decimal): -12646194 or 13502527. OLE color: 13502527.
HSL color Cylindrical-coordinate representation of color #3F08CE: hue angle of 256.67º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F08CE is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 8 | 206 | - |
| CMYK | 0.69 | 0.96 | 0 | 0.19 |
| HSL | 256.67º | 0.93% | 0.42% | - |
| HSV(B) | 256.67º | 0.96% | 0.81% | - |
| XYZ | 13.28 | 5.69 | 58.79 | - |
| YUV | 47.02 | 217.72 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 8 | 206 | 0.69 | 0.96 | 0 | 0.19 | 256.67 | 0.93 | 0.42 |
| Hex | 3F | 8 | CE | 45 | 60 | 0 | 13 | 101 | 5D | 2A |
| Octal | 77 | 10 | 316 | 105 | 140 | 0 | 23 | 401 | 135 | 52 |
| Binary | 111111 | 1000 | 11001110 | 1000101 | 1100000 | 0 | 10011 | 100000001 | 1011101 | 101010 |
Color Harmonies of #3F08CE
Complementary color
Monochromatic Colors of #3F08CE
Black with #3F08CE
Text Example
Text Example
White with #3F08CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F08CE; }
p { color: rgb(63,8,206); }
H1.HeaderClassName
{
color: #3F08CE;
}
.AnyTagClassName
{
color: #3F08CE;
}
</style>
background-color css
<style>
a { background-color: #3F08CE; }
a { background-color: rgb(63,8,206); }
div.DivClassName
{
background-color: #3F08CE;
}
.BgClassName
{
background-color: #3F08CE;
}
</style>
border-color css
<style>
span { border-color: #3F08CE; }
span { border-color: rgb(63,8,206); }
td.TdClassName
{
border-color: #3F08CE;
}
.TagClassName
{
border-color: #3F08CE;
}
</style>