Shades of Han Purple #3828DD
Tints of Han Purple #3828DD
RGB
CMYK
RGB Variations
Color information
#3828DD (or 0x3828DD) is known color: Han Purple. HEX triplet: 38, 28 and DD. RGB value is (56,40,221). Sum of RGB (Red+Green+Blue) = 56+40+221=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 221 (86.72% from 255 or 69.72% from 317); Max value from RGB is 221 - color contains mainly: blue. Hex color #3828DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3828DD is #C7D722. Grayscale: #404040. Windows color (decimal): -13096739 or 14493752. OLE color: 14493752.
HSL color Cylindrical-coordinate representation of color #3828DD: hue angle of 245.3º 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 #3828DD is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 40 | 221 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.13 |
| HSL | 245.3º | 0.73% | 0.51% | - |
| HSV(B) | 245.3º | 0.82% | 0.87% | - |
| XYZ | 15.44 | 7.58 | 69.06 | - |
| YUV | 65.42 | 215.8 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 40 | 221 | 0.75 | 0.82 | 0 | 0.13 | 245.3 | 0.73 | 0.51 |
| Hex | 38 | 28 | DD | 4B | 52 | 0 | D | F5 | 49 | 33 |
| Octal | 70 | 50 | 335 | 113 | 122 | 0 | 15 | 365 | 111 | 63 |
| Binary | 111000 | 101000 | 11011101 | 1001011 | 1010010 | 0 | 1101 | 11110101 | 1001001 | 110011 |
Color Harmonies of #3828DD
Complementary color
Monochromatic Colors of #3828DD
Black with #3828DD
Text Example
Text Example
White with #3828DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3828DD; }
p { color: rgb(56,40,221); }
H1.HeaderClassName
{
color: #3828DD;
}
.AnyTagClassName
{
color: #3828DD;
}
</style>
background-color css
<style>
a { background-color: #3828DD; }
a { background-color: rgb(56,40,221); }
div.DivClassName
{
background-color: #3828DD;
}
.BgClassName
{
background-color: #3828DD;
}
</style>
border-color css
<style>
span { border-color: #3828DD; }
span { border-color: rgb(56,40,221); }
td.TdClassName
{
border-color: #3828DD;
}
.TagClassName
{
border-color: #3828DD;
}
</style>