Shades of Han Purple #3F1CDD
Tints of Han Purple #3F1CDD
RGB
CMYK
RGB Variations
Color information
#3F1CDD (or 0x3F1CDD) is known color: Han Purple. HEX triplet: 3F, 1C and DD. RGB value is (63,28,221). Sum of RGB (Red+Green+Blue) = 63+28+221=312 (41% of max value = 765). Red value is 63 (25% from 255 or 20.19% from 312); Green value is 28 (11.33% from 255 or 8.97% from 312); Blue value is 221 (86.72% from 255 or 70.83% from 312); Max value from RGB is 221 - color contains mainly: blue. Hex color #3F1CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F1CDD is #C0E322. Grayscale: #3B3B3B. Windows color (decimal): -12641059 or 14490687. OLE color: 14490687.
HSL color Cylindrical-coordinate representation of color #3F1CDD: hue angle of 250.88º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F1CDD is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 28 | 221 | - |
| CMYK | 0.71 | 0.87 | 0 | 0.13 |
| HSL | 250.88º | 0.78% | 0.49% | - |
| HSV(B) | 250.88º | 0.87% | 0.87% | - |
| XYZ | 15.52 | 7.11 | 68.96 | - |
| YUV | 60.47 | 218.6 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 28 | 221 | 0.71 | 0.87 | 0 | 0.13 | 250.88 | 0.78 | 0.49 |
| Hex | 3F | 1C | DD | 47 | 57 | 0 | D | FB | 4E | 31 |
| Octal | 77 | 34 | 335 | 107 | 127 | 0 | 15 | 373 | 116 | 61 |
| Binary | 111111 | 11100 | 11011101 | 1000111 | 1010111 | 0 | 1101 | 11111011 | 1001110 | 110001 |
Color Harmonies of #3F1CDD
Complementary color
Monochromatic Colors of #3F1CDD
Black with #3F1CDD
Text Example
Text Example
White with #3F1CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1CDD; }
p { color: rgb(63,28,221); }
H1.HeaderClassName
{
color: #3F1CDD;
}
.AnyTagClassName
{
color: #3F1CDD;
}
</style>
background-color css
<style>
a { background-color: #3F1CDD; }
a { background-color: rgb(63,28,221); }
div.DivClassName
{
background-color: #3F1CDD;
}
.BgClassName
{
background-color: #3F1CDD;
}
</style>
border-color css
<style>
span { border-color: #3F1CDD; }
span { border-color: rgb(63,28,221); }
td.TdClassName
{
border-color: #3F1CDD;
}
.TagClassName
{
border-color: #3F1CDD;
}
</style>