Shades of Han Purple #3826EC
Tints of Han Purple #3826EC
RGB
CMYK
RGB Variations
Color information
#3826EC (or 0x3826EC) is known color: Han Purple. HEX triplet: 38, 26 and EC. RGB value is (56,38,236). Sum of RGB (Red+Green+Blue) = 56+38+236=330 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.97% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 236 (92.58% from 255 or 71.52% from 330); Max value from RGB is 236 - color contains mainly: blue. Hex color #3826EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3826EC is #C7D913. Grayscale: #414141. Windows color (decimal): -13097236 or 15476280. OLE color: 15476280.
HSL color Cylindrical-coordinate representation of color #3826EC: hue angle of 245.45º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3826EC is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 38 | 236 | - |
| CMYK | 0.76 | 0.84 | 0 | 0.07 |
| HSL | 245.45º | 0.84% | 0.54% | - |
| HSV(B) | 245.45º | 0.84% | 0.93% | - |
| XYZ | 17.46 | 8.28 | 80.04 | - |
| YUV | 65.95 | 223.96 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 38 | 236 | 0.76 | 0.84 | 0 | 0.07 | 245.45 | 0.84 | 0.54 |
| Hex | 38 | 26 | EC | 4C | 54 | 0 | 7 | F5 | 54 | 36 |
| Octal | 70 | 46 | 354 | 114 | 124 | 0 | 7 | 365 | 124 | 66 |
| Binary | 111000 | 100110 | 11101100 | 1001100 | 1010100 | 0 | 111 | 11110101 | 1010100 | 110110 |
Color Harmonies of #3826EC
Complementary color
Monochromatic Colors of #3826EC
Black with #3826EC
Text Example
Text Example
White with #3826EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3826EC; }
p { color: rgb(56,38,236); }
H1.HeaderClassName
{
color: #3826EC;
}
.AnyTagClassName
{
color: #3826EC;
}
</style>
background-color css
<style>
a { background-color: #3826EC; }
a { background-color: rgb(56,38,236); }
div.DivClassName
{
background-color: #3826EC;
}
.BgClassName
{
background-color: #3826EC;
}
</style>
border-color css
<style>
span { border-color: #3826EC; }
span { border-color: rgb(56,38,236); }
td.TdClassName
{
border-color: #3826EC;
}
.TagClassName
{
border-color: #3826EC;
}
</style>