Shades of Han Purple #3828DC
Tints of Han Purple #3828DC
RGB
CMYK
RGB Variations
Color information
#3828DC (or 0x3828DC) is known color: Han Purple. HEX triplet: 38, 28 and DC. RGB value is (56,40,220). Sum of RGB (Red+Green+Blue) = 56+40+220=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 220 (86.33% from 255 or 69.62% from 316); Max value from RGB is 220 - color contains mainly: blue. Hex color #3828DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3828DC is #C7D723. Grayscale: #404040. Windows color (decimal): -13096740 or 14428216. OLE color: 14428216.
HSL color Cylindrical-coordinate representation of color #3828DC: hue angle of 245.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3828DC is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 40 | 220 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.14 |
| HSL | 245.33º | 0.72% | 0.51% | - |
| HSV(B) | 245.33º | 0.82% | 0.86% | - |
| XYZ | 15.31 | 7.53 | 68.36 | - |
| YUV | 65.3 | 215.3 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 40 | 220 | 0.75 | 0.82 | 0 | 0.14 | 245.33 | 0.72 | 0.51 |
| Hex | 38 | 28 | DC | 4B | 52 | 0 | E | F5 | 48 | 33 |
| Octal | 70 | 50 | 334 | 113 | 122 | 0 | 16 | 365 | 110 | 63 |
| Binary | 111000 | 101000 | 11011100 | 1001011 | 1010010 | 0 | 1110 | 11110101 | 1001000 | 110011 |
Color Harmonies of #3828DC
Complementary color
Monochromatic Colors of #3828DC
Black with #3828DC
Text Example
Text Example
White with #3828DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3828DC; }
p { color: rgb(56,40,220); }
H1.HeaderClassName
{
color: #3828DC;
}
.AnyTagClassName
{
color: #3828DC;
}
</style>
background-color css
<style>
a { background-color: #3828DC; }
a { background-color: rgb(56,40,220); }
div.DivClassName
{
background-color: #3828DC;
}
.BgClassName
{
background-color: #3828DC;
}
</style>
border-color css
<style>
span { border-color: #3828DC; }
span { border-color: rgb(56,40,220); }
td.TdClassName
{
border-color: #3828DC;
}
.TagClassName
{
border-color: #3828DC;
}
</style>