Shades of Han Purple #3F0FDA
Tints of Han Purple #3F0FDA
RGB
CMYK
RGB Variations
Color information
#3F0FDA (or 0x3F0FDA) is known color: Han Purple. HEX triplet: 3F, 0F and DA. RGB value is (63,15,218). Sum of RGB (Red+Green+Blue) = 63+15+218=296 (39% of max value = 765). Red value is 63 (25% from 255 or 21.28% from 296); Green value is 15 (6.25% from 255 or 5.07% from 296); Blue value is 218 (85.55% from 255 or 73.65% from 296); Max value from RGB is 218 - color contains mainly: blue. Hex color #3F0FDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0FDA is #C0F025. Grayscale: #333333. Windows color (decimal): -12644390 or 14290751. OLE color: 14290751.
HSL color Cylindrical-coordinate representation of color #3F0FDA: hue angle of 254.19º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F0FDA is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 15 | 218 | - |
| CMYK | 0.71 | 0.93 | 0 | 0.15 |
| HSL | 254.19º | 0.87% | 0.46% | - |
| HSV(B) | 254.19º | 0.93% | 0.85% | - |
| XYZ | 14.88 | 6.46 | 66.79 | - |
| YUV | 52.49 | 221.4 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 15 | 218 | 0.71 | 0.93 | 0 | 0.15 | 254.19 | 0.87 | 0.46 |
| Hex | 3F | F | DA | 47 | 5D | 0 | F | FE | 57 | 2E |
| Octal | 77 | 17 | 332 | 107 | 135 | 0 | 17 | 376 | 127 | 56 |
| Binary | 111111 | 1111 | 11011010 | 1000111 | 1011101 | 0 | 1111 | 11111110 | 1010111 | 101110 |
Color Harmonies of #3F0FDA
Complementary color
Monochromatic Colors of #3F0FDA
Black with #3F0FDA
Text Example
Text Example
White with #3F0FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0FDA; }
p { color: rgb(63,15,218); }
H1.HeaderClassName
{
color: #3F0FDA;
}
.AnyTagClassName
{
color: #3F0FDA;
}
</style>
background-color css
<style>
a { background-color: #3F0FDA; }
a { background-color: rgb(63,15,218); }
div.DivClassName
{
background-color: #3F0FDA;
}
.BgClassName
{
background-color: #3F0FDA;
}
</style>
border-color css
<style>
span { border-color: #3F0FDA; }
span { border-color: rgb(63,15,218); }
td.TdClassName
{
border-color: #3F0FDA;
}
.TagClassName
{
border-color: #3F0FDA;
}
</style>