Shades of Han Purple #3827D8
Tints of Han Purple #3827D8
RGB
CMYK
RGB Variations
Color information
#3827D8 (or 0x3827D8) is known color: Han Purple. HEX triplet: 38, 27 and D8. RGB value is (56,39,216). Sum of RGB (Red+Green+Blue) = 56+39+216=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 216 (84.77% from 255 or 69.45% from 311); Max value from RGB is 216 - color contains mainly: blue. Hex color #3827D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3827D8 is #C7D827. Grayscale: #3F3F3F. Windows color (decimal): -13097000 or 14165816. OLE color: 14165816.
HSL color Cylindrical-coordinate representation of color #3827D8: hue angle of 245.76º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3827D8 is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 39 | 216 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.15 |
| HSL | 245.76º | 0.69% | 0.5% | - |
| HSV(B) | 245.76º | 0.82% | 0.85% | - |
| XYZ | 14.75 | 7.25 | 65.59 | - |
| YUV | 64.26 | 213.63 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 39 | 216 | 0.74 | 0.82 | 0 | 0.15 | 245.76 | 0.69 | 0.5 |
| Hex | 38 | 27 | D8 | 4A | 52 | 0 | F | F6 | 45 | 32 |
| Octal | 70 | 47 | 330 | 112 | 122 | 0 | 17 | 366 | 105 | 62 |
| Binary | 111000 | 100111 | 11011000 | 1001010 | 1010010 | 0 | 1111 | 11110110 | 1000101 | 110010 |
Color Harmonies of #3827D8
Complementary color
Monochromatic Colors of #3827D8
Black with #3827D8
Text Example
Text Example
White with #3827D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3827D8; }
p { color: rgb(56,39,216); }
H1.HeaderClassName
{
color: #3827D8;
}
.AnyTagClassName
{
color: #3827D8;
}
</style>
background-color css
<style>
a { background-color: #3827D8; }
a { background-color: rgb(56,39,216); }
div.DivClassName
{
background-color: #3827D8;
}
.BgClassName
{
background-color: #3827D8;
}
</style>
border-color css
<style>
span { border-color: #3827D8; }
span { border-color: rgb(56,39,216); }
td.TdClassName
{
border-color: #3827D8;
}
.TagClassName
{
border-color: #3827D8;
}
</style>