Shades of Han Purple #3816D8
Tints of Han Purple #3816D8
RGB
CMYK
RGB Variations
Color information
#3816D8 (or 0x3816D8) is known color: Han Purple. HEX triplet: 38, 16 and D8. RGB value is (56,22,216). Sum of RGB (Red+Green+Blue) = 56+22+216=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 216 (84.77% from 255 or 73.47% from 294); Max value from RGB is 216 - color contains mainly: blue. Hex color #3816D8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3816D8 is #C7E927. Grayscale: #353535. Windows color (decimal): -13101352 or 14161464. OLE color: 14161464.
HSL color Cylindrical-coordinate representation of color #3816D8: hue angle of 250.52º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3816D8 is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 22 | 216 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.15 |
| HSL | 250.52º | 0.82% | 0.47% | - |
| HSV(B) | 250.52º | 0.9% | 0.85% | - |
| XYZ | 14.31 | 6.37 | 65.44 | - |
| YUV | 54.28 | 219.26 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 22 | 216 | 0.74 | 0.90 | 0 | 0.15 | 250.52 | 0.82 | 0.47 |
| Hex | 38 | 16 | D8 | 4A | 5A | 0 | F | FB | 52 | 2F |
| Octal | 70 | 26 | 330 | 112 | 132 | 0 | 17 | 373 | 122 | 57 |
| Binary | 111000 | 10110 | 11011000 | 1001010 | 1011010 | 0 | 1111 | 11111011 | 1010010 | 101111 |
Color Harmonies of #3816D8
Complementary color
Monochromatic Colors of #3816D8
Black with #3816D8
Text Example
Text Example
White with #3816D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3816D8; }
p { color: rgb(56,22,216); }
H1.HeaderClassName
{
color: #3816D8;
}
.AnyTagClassName
{
color: #3816D8;
}
</style>
background-color css
<style>
a { background-color: #3816D8; }
a { background-color: rgb(56,22,216); }
div.DivClassName
{
background-color: #3816D8;
}
.BgClassName
{
background-color: #3816D8;
}
</style>
border-color css
<style>
span { border-color: #3816D8; }
span { border-color: rgb(56,22,216); }
td.TdClassName
{
border-color: #3816D8;
}
.TagClassName
{
border-color: #3816D8;
}
</style>