Shades of Han Purple #3800EC
Tints of Han Purple #3800EC
RGB
CMYK
RGB Variations
Color information
#3800EC (or 0x3800EC) is known color: Han Purple. HEX triplet: 38, 00 and EC. RGB value is (56,0,236). Sum of RGB (Red+Green+Blue) = 56+0+236=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 236 (92.58% from 255 or 80.82% from 292); Max value from RGB is 236 - color contains mainly: blue. Hex color #3800EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3800EC is #C7FF13. Grayscale: #2A2A2A. Windows color (decimal): -13106964 or 15466552. OLE color: 15466552.
HSL color Cylindrical-coordinate representation of color #3800EC: hue angle of 254.24º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3800EC is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 0 | 236 | - |
| CMYK | 0.76 | 1 | 0 | 0.07 |
| HSL | 254.24º | 1% | 0.46% | - |
| HSV(B) | 254.24º | 1% | 0.93% | - |
| XYZ | 16.77 | 6.9 | 79.8 | - |
| YUV | 43.65 | 236.55 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 0 | 236 | 0.76 | 1 | 0 | 0.07 | 254.24 | 1 | 0.46 |
| Hex | 38 | 0 | EC | 4C | 64 | 0 | 7 | FE | 64 | 2E |
| Octal | 70 | 0 | 354 | 114 | 144 | 0 | 7 | 376 | 144 | 56 |
| Binary | 111000 | 0 | 11101100 | 1001100 | 1100100 | 0 | 111 | 11111110 | 1100100 | 101110 |
Color Harmonies of #3800EC
Complementary color
Monochromatic Colors of #3800EC
Black with #3800EC
Text Example
Text Example
White with #3800EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3800EC; }
p { color: rgb(56,0,236); }
H1.HeaderClassName
{
color: #3800EC;
}
.AnyTagClassName
{
color: #3800EC;
}
</style>
background-color css
<style>
a { background-color: #3800EC; }
a { background-color: rgb(56,0,236); }
div.DivClassName
{
background-color: #3800EC;
}
.BgClassName
{
background-color: #3800EC;
}
</style>
border-color css
<style>
span { border-color: #3800EC; }
span { border-color: rgb(56,0,236); }
td.TdClassName
{
border-color: #3800EC;
}
.TagClassName
{
border-color: #3800EC;
}
</style>