Shades of Han Purple #3816E6
Tints of Han Purple #3816E6
RGB
CMYK
RGB Variations
Color information
#3816E6 (or 0x3816E6) is known color: Han Purple. HEX triplet: 38, 16 and E6. RGB value is (56,22,230). Sum of RGB (Red+Green+Blue) = 56+22+230=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 230 (90.23% from 255 or 74.68% from 308); Max value from RGB is 230 - color contains mainly: blue. Hex color #3816E6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3816E6 is #C7E919. Grayscale: #373737. Windows color (decimal): -13101338 or 15078968. OLE color: 15078968.
HSL color Cylindrical-coordinate representation of color #3816E6: hue angle of 249.81º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3816E6 is Cyan = 0.76, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 56 | 22 | 230 | - |
| CMYK | 0.76 | 0.90 | 0 | 0.10 |
| HSL | 249.81º | 0.83% | 0.49% | - |
| HSV(B) | 249.81º | 0.9% | 0.9% | - |
| XYZ | 16.2 | 7.13 | 75.38 | - |
| YUV | 55.88 | 226.26 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 22 | 230 | 0.76 | 0.90 | 0 | 0.10 | 249.81 | 0.83 | 0.49 |
| Hex | 38 | 16 | E6 | 4C | 5A | 0 | A | FA | 53 | 31 |
| Octal | 70 | 26 | 346 | 114 | 132 | 0 | 12 | 372 | 123 | 61 |
| Binary | 111000 | 10110 | 11100110 | 1001100 | 1011010 | 0 | 1010 | 11111010 | 1010011 | 110001 |
Color Harmonies of #3816E6
Complementary color
Monochromatic Colors of #3816E6
Black with #3816E6
Text Example
Text Example
White with #3816E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3816E6; }
p { color: rgb(56,22,230); }
H1.HeaderClassName
{
color: #3816E6;
}
.AnyTagClassName
{
color: #3816E6;
}
</style>
background-color css
<style>
a { background-color: #3816E6; }
a { background-color: rgb(56,22,230); }
div.DivClassName
{
background-color: #3816E6;
}
.BgClassName
{
background-color: #3816E6;
}
</style>
border-color css
<style>
span { border-color: #3816E6; }
span { border-color: rgb(56,22,230); }
td.TdClassName
{
border-color: #3816E6;
}
.TagClassName
{
border-color: #3816E6;
}
</style>