Shades of Han Purple #3816ED
Tints of Han Purple #3816ED
RGB
CMYK
RGB Variations
Color information
#3816ED (or 0x3816ED) is known color: Han Purple. HEX triplet: 38, 16 and ED. RGB value is (56,22,237). Sum of RGB (Red+Green+Blue) = 56+22+237=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 237 (92.97% from 255 or 75.24% from 315); Max value from RGB is 237 - color contains mainly: blue. Hex color #3816ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3816ED is #C7E912. Grayscale: #373737. Windows color (decimal): -13101331 or 15537720. OLE color: 15537720.
HSL color Cylindrical-coordinate representation of color #3816ED: hue angle of 249.49º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3816ED is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 22 | 237 | - |
| CMYK | 0.76 | 0.91 | 0 | 0.07 |
| HSL | 249.49º | 0.86% | 0.51% | - |
| HSV(B) | 249.49º | 0.91% | 0.93% | - |
| XYZ | 17.2 | 7.53 | 80.67 | - |
| YUV | 56.68 | 229.76 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 22 | 237 | 0.76 | 0.91 | 0 | 0.07 | 249.49 | 0.86 | 0.51 |
| Hex | 38 | 16 | ED | 4C | 5B | 0 | 7 | F9 | 56 | 33 |
| Octal | 70 | 26 | 355 | 114 | 133 | 0 | 7 | 371 | 126 | 63 |
| Binary | 111000 | 10110 | 11101101 | 1001100 | 1011011 | 0 | 111 | 11111001 | 1010110 | 110011 |
Color Harmonies of #3816ED
Complementary color
Monochromatic Colors of #3816ED
Black with #3816ED
Text Example
Text Example
White with #3816ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3816ED; }
p { color: rgb(56,22,237); }
H1.HeaderClassName
{
color: #3816ED;
}
.AnyTagClassName
{
color: #3816ED;
}
</style>
background-color css
<style>
a { background-color: #3816ED; }
a { background-color: rgb(56,22,237); }
div.DivClassName
{
background-color: #3816ED;
}
.BgClassName
{
background-color: #3816ED;
}
</style>
border-color css
<style>
span { border-color: #3816ED; }
span { border-color: rgb(56,22,237); }
td.TdClassName
{
border-color: #3816ED;
}
.TagClassName
{
border-color: #3816ED;
}
</style>