Shades of Han Purple #3826DC
Tints of Han Purple #3826DC
RGB
CMYK
RGB Variations
Color information
#3826DC (or 0x3826DC) is known color: Han Purple. HEX triplet: 38, 26 and DC. RGB value is (56,38,220). Sum of RGB (Red+Green+Blue) = 56+38+220=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 220 (86.33% from 255 or 70.06% from 314); Max value from RGB is 220 - color contains mainly: blue. Hex color #3826DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3826DC is #C7D923. Grayscale: #3F3F3F. Windows color (decimal): -13097252 or 14427704. OLE color: 14427704.
HSL color Cylindrical-coordinate representation of color #3826DC: hue angle of 245.93º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3826DC is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 38 | 220 | - |
| CMYK | 0.75 | 0.83 | 0 | 0.14 |
| HSL | 245.93º | 0.72% | 0.51% | - |
| HSV(B) | 245.93º | 0.83% | 0.86% | - |
| XYZ | 15.24 | 7.39 | 68.33 | - |
| YUV | 64.13 | 215.96 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 38 | 220 | 0.75 | 0.83 | 0 | 0.14 | 245.93 | 0.72 | 0.51 |
| Hex | 38 | 26 | DC | 4B | 53 | 0 | E | F6 | 48 | 33 |
| Octal | 70 | 46 | 334 | 113 | 123 | 0 | 16 | 366 | 110 | 63 |
| Binary | 111000 | 100110 | 11011100 | 1001011 | 1010011 | 0 | 1110 | 11110110 | 1001000 | 110011 |
Color Harmonies of #3826DC
Complementary color
Monochromatic Colors of #3826DC
Black with #3826DC
Text Example
Text Example
White with #3826DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3826DC; }
p { color: rgb(56,38,220); }
H1.HeaderClassName
{
color: #3826DC;
}
.AnyTagClassName
{
color: #3826DC;
}
</style>
background-color css
<style>
a { background-color: #3826DC; }
a { background-color: rgb(56,38,220); }
div.DivClassName
{
background-color: #3826DC;
}
.BgClassName
{
background-color: #3826DC;
}
</style>
border-color css
<style>
span { border-color: #3826DC; }
span { border-color: rgb(56,38,220); }
td.TdClassName
{
border-color: #3826DC;
}
.TagClassName
{
border-color: #3826DC;
}
</style>