Shades of Han Purple #3828DE
Tints of Han Purple #3828DE
RGB
CMYK
RGB Variations
Color information
#3828DE (or 0x3828DE) is known color: Han Purple. HEX triplet: 38, 28 and DE. RGB value is (56,40,222). Sum of RGB (Red+Green+Blue) = 56+40+222=318 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.61% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 222 (87.11% from 255 or 69.81% from 318); Max value from RGB is 222 - color contains mainly: blue. Hex color #3828DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3828DE is #C7D721. Grayscale: #404040. Windows color (decimal): -13096738 or 14559288. OLE color: 14559288.
HSL color Cylindrical-coordinate representation of color #3828DE: hue angle of 245.27º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3828DE is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 40 | 222 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.13 |
| HSL | 245.27º | 0.73% | 0.51% | - |
| HSV(B) | 245.27º | 0.82% | 0.87% | - |
| XYZ | 15.57 | 7.63 | 69.76 | - |
| YUV | 65.53 | 216.3 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 40 | 222 | 0.75 | 0.82 | 0 | 0.13 | 245.27 | 0.73 | 0.51 |
| Hex | 38 | 28 | DE | 4B | 52 | 0 | D | F5 | 49 | 33 |
| Octal | 70 | 50 | 336 | 113 | 122 | 0 | 15 | 365 | 111 | 63 |
| Binary | 111000 | 101000 | 11011110 | 1001011 | 1010010 | 0 | 1101 | 11110101 | 1001001 | 110011 |
Color Harmonies of #3828DE
Complementary color
Monochromatic Colors of #3828DE
Black with #3828DE
Text Example
Text Example
White with #3828DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3828DE; }
p { color: rgb(56,40,222); }
H1.HeaderClassName
{
color: #3828DE;
}
.AnyTagClassName
{
color: #3828DE;
}
</style>
background-color css
<style>
a { background-color: #3828DE; }
a { background-color: rgb(56,40,222); }
div.DivClassName
{
background-color: #3828DE;
}
.BgClassName
{
background-color: #3828DE;
}
</style>
border-color css
<style>
span { border-color: #3828DE; }
span { border-color: rgb(56,40,222); }
td.TdClassName
{
border-color: #3828DE;
}
.TagClassName
{
border-color: #3828DE;
}
</style>