Shades of Han Purple #3D16CF
Tints of Han Purple #3D16CF
RGB
CMYK
RGB Variations
Color information
#3D16CF (or 0x3D16CF) is known color: Han Purple. HEX triplet: 3D, 16 and CF. RGB value is (61,22,207). Sum of RGB (Red+Green+Blue) = 61+22+207=290 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.03% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 207 (81.25% from 255 or 71.38% from 290); Max value from RGB is 207 - color contains mainly: blue. Hex color #3D16CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D16CF is #C2E930. Grayscale: #363636. Windows color (decimal): -12773681 or 13571645. OLE color: 13571645.
HSL color Cylindrical-coordinate representation of color #3D16CF: hue angle of 252.65º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3D16CF is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 22 | 207 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.19 |
| HSL | 252.65º | 0.81% | 0.45% | - |
| HSV(B) | 252.65º | 0.89% | 0.81% | - |
| XYZ | 13.47 | 6.07 | 59.49 | - |
| YUV | 54.75 | 213.92 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 22 | 207 | 0.71 | 0.89 | 0 | 0.19 | 252.65 | 0.81 | 0.45 |
| Hex | 3D | 16 | CF | 47 | 59 | 0 | 13 | FD | 51 | 2D |
| Octal | 75 | 26 | 317 | 107 | 131 | 0 | 23 | 375 | 121 | 55 |
| Binary | 111101 | 10110 | 11001111 | 1000111 | 1011001 | 0 | 10011 | 11111101 | 1010001 | 101101 |
Color Harmonies of #3D16CF
Complementary color
Monochromatic Colors of #3D16CF
Black with #3D16CF
Text Example
Text Example
White with #3D16CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D16CF; }
p { color: rgb(61,22,207); }
H1.HeaderClassName
{
color: #3D16CF;
}
.AnyTagClassName
{
color: #3D16CF;
}
</style>
background-color css
<style>
a { background-color: #3D16CF; }
a { background-color: rgb(61,22,207); }
div.DivClassName
{
background-color: #3D16CF;
}
.BgClassName
{
background-color: #3D16CF;
}
</style>
border-color css
<style>
span { border-color: #3D16CF; }
span { border-color: rgb(61,22,207); }
td.TdClassName
{
border-color: #3D16CF;
}
.TagClassName
{
border-color: #3D16CF;
}
</style>