Shades of Han Purple #3828DA
Tints of Han Purple #3828DA
RGB
CMYK
RGB Variations
Color information
#3828DA (or 0x3828DA) is known color: Han Purple. HEX triplet: 38, 28 and DA. RGB value is (56,40,218). Sum of RGB (Red+Green+Blue) = 56+40+218=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 218 (85.55% from 255 or 69.43% from 314); Max value from RGB is 218 - color contains mainly: blue. Hex color #3828DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3828DA is #C7D725. Grayscale: #404040. Windows color (decimal): -13096742 or 14297144. OLE color: 14297144.
HSL color Cylindrical-coordinate representation of color #3828DA: hue angle of 245.39º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3828DA is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 40 | 218 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.15 |
| HSL | 245.39º | 0.71% | 0.51% | - |
| HSV(B) | 245.39º | 0.82% | 0.85% | - |
| XYZ | 15.04 | 7.42 | 66.97 | - |
| YUV | 65.08 | 214.3 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 40 | 218 | 0.74 | 0.82 | 0 | 0.15 | 245.39 | 0.71 | 0.51 |
| Hex | 38 | 28 | DA | 4A | 52 | 0 | F | F5 | 47 | 33 |
| Octal | 70 | 50 | 332 | 112 | 122 | 0 | 17 | 365 | 107 | 63 |
| Binary | 111000 | 101000 | 11011010 | 1001010 | 1010010 | 0 | 1111 | 11110101 | 1000111 | 110011 |
Color Harmonies of #3828DA
Complementary color
Monochromatic Colors of #3828DA
Black with #3828DA
Text Example
Text Example
White with #3828DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3828DA; }
p { color: rgb(56,40,218); }
H1.HeaderClassName
{
color: #3828DA;
}
.AnyTagClassName
{
color: #3828DA;
}
</style>
background-color css
<style>
a { background-color: #3828DA; }
a { background-color: rgb(56,40,218); }
div.DivClassName
{
background-color: #3828DA;
}
.BgClassName
{
background-color: #3828DA;
}
</style>
border-color css
<style>
span { border-color: #3828DA; }
span { border-color: rgb(56,40,218); }
td.TdClassName
{
border-color: #3828DA;
}
.TagClassName
{
border-color: #3828DA;
}
</style>