Shades of Han Purple #3816D1
Tints of Han Purple #3816D1
RGB
CMYK
RGB Variations
Color information
#3816D1 (or 0x3816D1) is known color: Han Purple. HEX triplet: 38, 16 and D1. RGB value is (56,22,209). Sum of RGB (Red+Green+Blue) = 56+22+209=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 209 (82.03% from 255 or 72.82% from 287); Max value from RGB is 209 - color contains mainly: blue. Hex color #3816D1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3816D1 is #C7E92E. Grayscale: #343434. Windows color (decimal): -13101359 or 13702712. OLE color: 13702712.
HSL color Cylindrical-coordinate representation of color #3816D1: hue angle of 250.91º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3816D1 is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 22 | 209 | - |
| CMYK | 0.73 | 0.89 | 0 | 0.18 |
| HSL | 250.91º | 0.81% | 0.45% | - |
| HSV(B) | 250.91º | 0.89% | 0.82% | - |
| XYZ | 13.43 | 6.02 | 60.78 | - |
| YUV | 53.48 | 215.76 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 22 | 209 | 0.73 | 0.89 | 0 | 0.18 | 250.91 | 0.81 | 0.45 |
| Hex | 38 | 16 | D1 | 49 | 59 | 0 | 12 | FB | 51 | 2D |
| Octal | 70 | 26 | 321 | 111 | 131 | 0 | 22 | 373 | 121 | 55 |
| Binary | 111000 | 10110 | 11010001 | 1001001 | 1011001 | 0 | 10010 | 11111011 | 1010001 | 101101 |
Color Harmonies of #3816D1
Complementary color
Monochromatic Colors of #3816D1
Black with #3816D1
Text Example
Text Example
White with #3816D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3816D1; }
p { color: rgb(56,22,209); }
H1.HeaderClassName
{
color: #3816D1;
}
.AnyTagClassName
{
color: #3816D1;
}
</style>
background-color css
<style>
a { background-color: #3816D1; }
a { background-color: rgb(56,22,209); }
div.DivClassName
{
background-color: #3816D1;
}
.BgClassName
{
background-color: #3816D1;
}
</style>
border-color css
<style>
span { border-color: #3816D1; }
span { border-color: rgb(56,22,209); }
td.TdClassName
{
border-color: #3816D1;
}
.TagClassName
{
border-color: #3816D1;
}
</style>