Shades of Han Purple #3828DF
Tints of Han Purple #3828DF
RGB
CMYK
RGB Variations
Color information
#3828DF (or 0x3828DF) is known color: Han Purple. HEX triplet: 38, 28 and DF. RGB value is (56,40,223). Sum of RGB (Red+Green+Blue) = 56+40+223=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 223 (87.5% from 255 or 69.91% from 319); Max value from RGB is 223 - color contains mainly: blue. Hex color #3828DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3828DF is #C7D720. Grayscale: #404040. Windows color (decimal): -13096737 or 14624824. OLE color: 14624824.
HSL color Cylindrical-coordinate representation of color #3828DF: hue angle of 245.25º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3828DF is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 40 | 223 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.13 |
| HSL | 245.25º | 0.74% | 0.52% | - |
| HSV(B) | 245.25º | 0.82% | 0.87% | - |
| XYZ | 15.71 | 7.69 | 70.47 | - |
| YUV | 65.65 | 216.8 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 40 | 223 | 0.75 | 0.82 | 0 | 0.13 | 245.25 | 0.74 | 0.52 |
| Hex | 38 | 28 | DF | 4B | 52 | 0 | D | F5 | 4A | 34 |
| Octal | 70 | 50 | 337 | 113 | 122 | 0 | 15 | 365 | 112 | 64 |
| Binary | 111000 | 101000 | 11011111 | 1001011 | 1010010 | 0 | 1101 | 11110101 | 1001010 | 110100 |
Color Harmonies of #3828DF
Complementary color
Monochromatic Colors of #3828DF
Black with #3828DF
Text Example
Text Example
White with #3828DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3828DF; }
p { color: rgb(56,40,223); }
H1.HeaderClassName
{
color: #3828DF;
}
.AnyTagClassName
{
color: #3828DF;
}
</style>
background-color css
<style>
a { background-color: #3828DF; }
a { background-color: rgb(56,40,223); }
div.DivClassName
{
background-color: #3828DF;
}
.BgClassName
{
background-color: #3828DF;
}
</style>
border-color css
<style>
span { border-color: #3828DF; }
span { border-color: rgb(56,40,223); }
td.TdClassName
{
border-color: #3828DF;
}
.TagClassName
{
border-color: #3828DF;
}
</style>