Shades of Han Purple #3826EF
Tints of Han Purple #3826EF
RGB
CMYK
RGB Variations
Color information
#3826EF (or 0x3826EF) is known color: Han Purple. HEX triplet: 38, 26 and EF. RGB value is (56,38,239). Sum of RGB (Red+Green+Blue) = 56+38+239=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 239 (93.75% from 255 or 71.77% from 333); Max value from RGB is 239 - color contains mainly: blue. Hex color #3826EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3826EF is #C7D910. Grayscale: #414141. Windows color (decimal): -13097233 or 15672888. OLE color: 15672888.
HSL color Cylindrical-coordinate representation of color #3826EF: hue angle of 245.37º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3826EF is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 38 | 239 | - |
| CMYK | 0.77 | 0.84 | 0 | 0.06 |
| HSL | 245.37º | 0.86% | 0.54% | - |
| HSV(B) | 245.37º | 0.84% | 0.94% | - |
| XYZ | 17.9 | 8.46 | 82.35 | - |
| YUV | 66.3 | 225.46 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 38 | 239 | 0.77 | 0.84 | 0 | 0.06 | 245.37 | 0.86 | 0.54 |
| Hex | 38 | 26 | EF | 4D | 54 | 0 | 6 | F5 | 56 | 36 |
| Octal | 70 | 46 | 357 | 115 | 124 | 0 | 6 | 365 | 126 | 66 |
| Binary | 111000 | 100110 | 11101111 | 1001101 | 1010100 | 0 | 110 | 11110101 | 1010110 | 110110 |
Color Harmonies of #3826EF
Complementary color
Monochromatic Colors of #3826EF
Black with #3826EF
Text Example
Text Example
White with #3826EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3826EF; }
p { color: rgb(56,38,239); }
H1.HeaderClassName
{
color: #3826EF;
}
.AnyTagClassName
{
color: #3826EF;
}
</style>
background-color css
<style>
a { background-color: #3826EF; }
a { background-color: rgb(56,38,239); }
div.DivClassName
{
background-color: #3826EF;
}
.BgClassName
{
background-color: #3826EF;
}
</style>
border-color css
<style>
span { border-color: #3826EF; }
span { border-color: rgb(56,38,239); }
td.TdClassName
{
border-color: #3826EF;
}
.TagClassName
{
border-color: #3826EF;
}
</style>