Shades of Han Purple #3826E6
Tints of Han Purple #3826E6
RGB
CMYK
RGB Variations
Color information
#3826E6 (or 0x3826E6) is known color: Han Purple. HEX triplet: 38, 26 and E6. RGB value is (56,38,230). Sum of RGB (Red+Green+Blue) = 56+38+230=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 38 (15.23% from 255 or 11.73% from 324); Blue value is 230 (90.23% from 255 or 70.99% from 324); Max value from RGB is 230 - color contains mainly: blue. Hex color #3826E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3826E6 is #C7D919. Grayscale: #404040. Windows color (decimal): -13097242 or 15083064. OLE color: 15083064.
HSL color Cylindrical-coordinate representation of color #3826E6: hue angle of 245.62º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3826E6 is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 56 | 38 | 230 | - |
| CMYK | 0.76 | 0.83 | 0 | 0.10 |
| HSL | 245.63º | 0.79% | 0.53% | - |
| HSV(B) | 245.63º | 0.83% | 0.9% | - |
| XYZ | 16.61 | 7.94 | 75.52 | - |
| YUV | 65.27 | 220.96 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 38 | 230 | 0.76 | 0.83 | 0 | 0.10 | 245.63 | 0.79 | 0.53 |
| Hex | 38 | 26 | E6 | 4C | 53 | 0 | A | F6 | 4F | 35 |
| Octal | 70 | 46 | 346 | 114 | 123 | 0 | 12 | 366 | 117 | 65 |
| Binary | 111000 | 100110 | 11100110 | 1001100 | 1010011 | 0 | 1010 | 11110110 | 1001111 | 110101 |
Color Harmonies of #3826E6
Complementary color
Monochromatic Colors of #3826E6
Black with #3826E6
Text Example
Text Example
White with #3826E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3826E6; }
p { color: rgb(56,38,230); }
H1.HeaderClassName
{
color: #3826E6;
}
.AnyTagClassName
{
color: #3826E6;
}
</style>
background-color css
<style>
a { background-color: #3826E6; }
a { background-color: rgb(56,38,230); }
div.DivClassName
{
background-color: #3826E6;
}
.BgClassName
{
background-color: #3826E6;
}
</style>
border-color css
<style>
span { border-color: #3826E6; }
span { border-color: rgb(56,38,230); }
td.TdClassName
{
border-color: #3826E6;
}
.TagClassName
{
border-color: #3826E6;
}
</style>