Shades of Han Purple #3820E5
Tints of Han Purple #3820E5
RGB
CMYK
RGB Variations
Color information
#3820E5 (or 0x3820E5) is known color: Han Purple. HEX triplet: 38, 20 and E5. RGB value is (56,32,229). Sum of RGB (Red+Green+Blue) = 56+32+229=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 229 (89.84% from 255 or 72.24% from 317); Max value from RGB is 229 - color contains mainly: blue. Hex color #3820E5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3820E5 is #C7DF1A. Grayscale: #3C3C3C. Windows color (decimal): -13098779 or 15015992. OLE color: 15015992.
HSL color Cylindrical-coordinate representation of color #3820E5: hue angle of 247.31º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3820E5 is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 56 | 32 | 229 | - |
| CMYK | 0.76 | 0.86 | 0 | 0.10 |
| HSL | 247.31º | 0.79% | 0.51% | - |
| HSV(B) | 247.31º | 0.86% | 0.9% | - |
| XYZ | 16.29 | 7.53 | 74.72 | - |
| YUV | 61.63 | 222.45 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 32 | 229 | 0.76 | 0.86 | 0 | 0.10 | 247.31 | 0.79 | 0.51 |
| Hex | 38 | 20 | E5 | 4C | 56 | 0 | A | F7 | 4F | 33 |
| Octal | 70 | 40 | 345 | 114 | 126 | 0 | 12 | 367 | 117 | 63 |
| Binary | 111000 | 100000 | 11100101 | 1001100 | 1010110 | 0 | 1010 | 11110111 | 1001111 | 110011 |
Color Harmonies of #3820E5
Complementary color
Monochromatic Colors of #3820E5
Black with #3820E5
Text Example
Text Example
White with #3820E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3820E5; }
p { color: rgb(56,32,229); }
H1.HeaderClassName
{
color: #3820E5;
}
.AnyTagClassName
{
color: #3820E5;
}
</style>
background-color css
<style>
a { background-color: #3820E5; }
a { background-color: rgb(56,32,229); }
div.DivClassName
{
background-color: #3820E5;
}
.BgClassName
{
background-color: #3820E5;
}
</style>
border-color css
<style>
span { border-color: #3820E5; }
span { border-color: rgb(56,32,229); }
td.TdClassName
{
border-color: #3820E5;
}
.TagClassName
{
border-color: #3820E5;
}
</style>