Shades of Han Purple #3816EA
Tints of Han Purple #3816EA
RGB
CMYK
RGB Variations
Color information
#3816EA (or 0x3816EA) is known color: Han Purple. HEX triplet: 38, 16 and EA. RGB value is (56,22,234). Sum of RGB (Red+Green+Blue) = 56+22+234=312 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.95% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 234 (91.80% from 255 or 75% from 312); Max value from RGB is 234 - color contains mainly: blue. Hex color #3816EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3816EA is #C7E915. Grayscale: #373737. Windows color (decimal): -13101334 or 15341112. OLE color: 15341112.
HSL color Cylindrical-coordinate representation of color #3816EA: hue angle of 249.62º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3816EA is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 56 | 22 | 234 | - |
| CMYK | 0.76 | 0.91 | 0 | 0.08 |
| HSL | 249.62º | 0.83% | 0.5% | - |
| HSV(B) | 249.62º | 0.91% | 0.92% | - |
| XYZ | 16.77 | 7.36 | 78.38 | - |
| YUV | 56.33 | 228.26 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 22 | 234 | 0.76 | 0.91 | 0 | 0.08 | 249.62 | 0.83 | 0.5 |
| Hex | 38 | 16 | EA | 4C | 5B | 0 | 8 | FA | 53 | 32 |
| Octal | 70 | 26 | 352 | 114 | 133 | 0 | 10 | 372 | 123 | 62 |
| Binary | 111000 | 10110 | 11101010 | 1001100 | 1011011 | 0 | 1000 | 11111010 | 1010011 | 110010 |
Color Harmonies of #3816EA
Complementary color
Monochromatic Colors of #3816EA
Black with #3816EA
Text Example
Text Example
White with #3816EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3816EA; }
p { color: rgb(56,22,234); }
H1.HeaderClassName
{
color: #3816EA;
}
.AnyTagClassName
{
color: #3816EA;
}
</style>
background-color css
<style>
a { background-color: #3816EA; }
a { background-color: rgb(56,22,234); }
div.DivClassName
{
background-color: #3816EA;
}
.BgClassName
{
background-color: #3816EA;
}
</style>
border-color css
<style>
span { border-color: #3816EA; }
span { border-color: rgb(56,22,234); }
td.TdClassName
{
border-color: #3816EA;
}
.TagClassName
{
border-color: #3816EA;
}
</style>