Shades of Han Purple #3F08DD
Tints of Han Purple #3F08DD
RGB
CMYK
RGB Variations
Color information
#3F08DD (or 0x3F08DD) is known color: Han Purple. HEX triplet: 3F, 08 and DD. RGB value is (63,8,221). Sum of RGB (Red+Green+Blue) = 63+8+221=292 (38% of max value = 765). Red value is 63 (25% from 255 or 21.58% from 292); Green value is 8 (3.52% from 255 or 2.74% from 292); Blue value is 221 (86.72% from 255 or 75.68% from 292); Max value from RGB is 221 - color contains mainly: blue. Hex color #3F08DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F08DD is #C0F722. Grayscale: #2F2F2F. Windows color (decimal): -12646179 or 14485567. OLE color: 14485567.
HSL color Cylindrical-coordinate representation of color #3F08DD: hue angle of 255.49º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F08DD is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 8 | 221 | - |
| CMYK | 0.71 | 0.96 | 0 | 0.13 |
| HSL | 255.49º | 0.93% | 0.45% | - |
| HSV(B) | 255.49º | 0.96% | 0.87% | - |
| XYZ | 15.19 | 6.45 | 68.85 | - |
| YUV | 48.73 | 225.22 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 8 | 221 | 0.71 | 0.96 | 0 | 0.13 | 255.49 | 0.93 | 0.45 |
| Hex | 3F | 8 | DD | 47 | 60 | 0 | D | FF | 5D | 2D |
| Octal | 77 | 10 | 335 | 107 | 140 | 0 | 15 | 377 | 135 | 55 |
| Binary | 111111 | 1000 | 11011101 | 1000111 | 1100000 | 0 | 1101 | 11111111 | 1011101 | 101101 |
Color Harmonies of #3F08DD
Complementary color
Monochromatic Colors of #3F08DD
Black with #3F08DD
Text Example
Text Example
White with #3F08DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F08DD; }
p { color: rgb(63,8,221); }
H1.HeaderClassName
{
color: #3F08DD;
}
.AnyTagClassName
{
color: #3F08DD;
}
</style>
background-color css
<style>
a { background-color: #3F08DD; }
a { background-color: rgb(63,8,221); }
div.DivClassName
{
background-color: #3F08DD;
}
.BgClassName
{
background-color: #3F08DD;
}
</style>
border-color css
<style>
span { border-color: #3F08DD; }
span { border-color: rgb(63,8,221); }
td.TdClassName
{
border-color: #3F08DD;
}
.TagClassName
{
border-color: #3F08DD;
}
</style>