Shades of Han Purple #3B16CF
Tints of Han Purple #3B16CF
RGB
CMYK
RGB Variations
Color information
#3B16CF (or 0x3B16CF) is known color: Han Purple. HEX triplet: 3B, 16 and CF. RGB value is (59,22,207). Sum of RGB (Red+Green+Blue) = 59+22+207=288 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.49% from 288); Green value is 22 (8.98% from 255 or 7.64% from 288); Blue value is 207 (81.25% from 255 or 71.88% from 288); Max value from RGB is 207 - color contains mainly: blue. Hex color #3B16CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B16CF is #C4E930. Grayscale: #353535. Windows color (decimal): -12904753 or 13571643. OLE color: 13571643.
HSL color Cylindrical-coordinate representation of color #3B16CF: hue angle of 252º 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 #3B16CF is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 22 | 207 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.19 |
| HSL | 252º | 0.81% | 0.45% | - |
| HSV(B) | 252º | 0.89% | 0.81% | - |
| XYZ | 13.35 | 6.01 | 59.49 | - |
| YUV | 54.15 | 214.26 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 22 | 207 | 0.71 | 0.89 | 0 | 0.19 | 252 | 0.81 | 0.45 |
| Hex | 3B | 16 | CF | 47 | 59 | 0 | 13 | FC | 51 | 2D |
| Octal | 73 | 26 | 317 | 107 | 131 | 0 | 23 | 374 | 121 | 55 |
| Binary | 111011 | 10110 | 11001111 | 1000111 | 1011001 | 0 | 10011 | 11111100 | 1010001 | 101101 |
Color Harmonies of #3B16CF
Complementary color
Monochromatic Colors of #3B16CF
Black with #3B16CF
Text Example
Text Example
White with #3B16CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B16CF; }
p { color: rgb(59,22,207); }
H1.HeaderClassName
{
color: #3B16CF;
}
.AnyTagClassName
{
color: #3B16CF;
}
</style>
background-color css
<style>
a { background-color: #3B16CF; }
a { background-color: rgb(59,22,207); }
div.DivClassName
{
background-color: #3B16CF;
}
.BgClassName
{
background-color: #3B16CF;
}
</style>
border-color css
<style>
span { border-color: #3B16CF; }
span { border-color: rgb(59,22,207); }
td.TdClassName
{
border-color: #3B16CF;
}
.TagClassName
{
border-color: #3B16CF;
}
</style>