Shades of Han Purple #3828E7
Tints of Han Purple #3828E7
RGB
CMYK
RGB Variations
Color information
#3828E7 (or 0x3828E7) is known color: Han Purple. HEX triplet: 38, 28 and E7. RGB value is (56,40,231). Sum of RGB (Red+Green+Blue) = 56+40+231=327 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.13% from 327); Green value is 40 (16.02% from 255 or 12.23% from 327); Blue value is 231 (90.62% from 255 or 70.64% from 327); Max value from RGB is 231 - color contains mainly: blue. Hex color #3828E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3828E7 is #C7D718. Grayscale: #414141. Windows color (decimal): -13096729 or 15149112. OLE color: 15149112.
HSL color Cylindrical-coordinate representation of color #3828E7: hue angle of 245.03º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3828E7 is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 56 | 40 | 231 | - |
| CMYK | 0.76 | 0.83 | 0 | 0.09 |
| HSL | 245.03º | 0.8% | 0.53% | - |
| HSV(B) | 245.03º | 0.83% | 0.91% | - |
| XYZ | 16.81 | 8.13 | 76.28 | - |
| YUV | 66.56 | 220.8 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 40 | 231 | 0.76 | 0.83 | 0 | 0.09 | 245.03 | 0.8 | 0.53 |
| Hex | 38 | 28 | E7 | 4C | 53 | 0 | 9 | F5 | 50 | 35 |
| Octal | 70 | 50 | 347 | 114 | 123 | 0 | 11 | 365 | 120 | 65 |
| Binary | 111000 | 101000 | 11100111 | 1001100 | 1010011 | 0 | 1001 | 11110101 | 1010000 | 110101 |
Color Harmonies of #3828E7
Complementary color
Monochromatic Colors of #3828E7
Black with #3828E7
Text Example
Text Example
White with #3828E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3828E7; }
p { color: rgb(56,40,231); }
H1.HeaderClassName
{
color: #3828E7;
}
.AnyTagClassName
{
color: #3828E7;
}
</style>
background-color css
<style>
a { background-color: #3828E7; }
a { background-color: rgb(56,40,231); }
div.DivClassName
{
background-color: #3828E7;
}
.BgClassName
{
background-color: #3828E7;
}
</style>
border-color css
<style>
span { border-color: #3828E7; }
span { border-color: rgb(56,40,231); }
td.TdClassName
{
border-color: #3828E7;
}
.TagClassName
{
border-color: #3828E7;
}
</style>