Shades of Han Purple #3F1BDF
Tints of Han Purple #3F1BDF
RGB
CMYK
RGB Variations
Color information
#3F1BDF (or 0x3F1BDF) is known color: Han Purple. HEX triplet: 3F, 1B and DF. RGB value is (63,27,223). Sum of RGB (Red+Green+Blue) = 63+27+223=313 (41% of max value = 765). Red value is 63 (25% from 255 or 20.13% from 313); Green value is 27 (10.94% from 255 or 8.63% from 313); Blue value is 223 (87.5% from 255 or 71.25% from 313); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F1BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F1BDF is #C0E420. Grayscale: #3B3B3B. Windows color (decimal): -12641313 or 14621503. OLE color: 14621503.
HSL color Cylindrical-coordinate representation of color #3F1BDF: hue angle of 251.02º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3F1BDF is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 27 | 223 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.13 |
| HSL | 251.02º | 0.78% | 0.49% | - |
| HSV(B) | 251.02º | 0.88% | 0.87% | - |
| XYZ | 15.76 | 7.17 | 70.36 | - |
| YUV | 60.11 | 219.93 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 27 | 223 | 0.72 | 0.88 | 0 | 0.13 | 251.02 | 0.78 | 0.49 |
| Hex | 3F | 1B | DF | 48 | 58 | 0 | D | FB | 4E | 31 |
| Octal | 77 | 33 | 337 | 110 | 130 | 0 | 15 | 373 | 116 | 61 |
| Binary | 111111 | 11011 | 11011111 | 1001000 | 1011000 | 0 | 1101 | 11111011 | 1001110 | 110001 |
Color Harmonies of #3F1BDF
Complementary color
Monochromatic Colors of #3F1BDF
Black with #3F1BDF
Text Example
Text Example
White with #3F1BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1BDF; }
p { color: rgb(63,27,223); }
H1.HeaderClassName
{
color: #3F1BDF;
}
.AnyTagClassName
{
color: #3F1BDF;
}
</style>
background-color css
<style>
a { background-color: #3F1BDF; }
a { background-color: rgb(63,27,223); }
div.DivClassName
{
background-color: #3F1BDF;
}
.BgClassName
{
background-color: #3F1BDF;
}
</style>
border-color css
<style>
span { border-color: #3F1BDF; }
span { border-color: rgb(63,27,223); }
td.TdClassName
{
border-color: #3F1BDF;
}
.TagClassName
{
border-color: #3F1BDF;
}
</style>