Shades of Han Purple #3822D7
Tints of Han Purple #3822D7
RGB
CMYK
RGB Variations
Color information
#3822D7 (or 0x3822D7) is known color: Han Purple. HEX triplet: 38, 22 and D7. RGB value is (56,34,215). Sum of RGB (Red+Green+Blue) = 56+34+215=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 215 (84.38% from 255 or 70.49% from 305); Max value from RGB is 215 - color contains mainly: blue. Hex color #3822D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3822D7 is #C7DD28. Grayscale: #3C3C3C. Windows color (decimal): -13098281 or 14099000. OLE color: 14099000.
HSL color Cylindrical-coordinate representation of color #3822D7: hue angle of 247.29º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3822D7 is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 34 | 215 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.16 |
| HSL | 247.29º | 0.73% | 0.49% | - |
| HSV(B) | 247.29º | 0.84% | 0.84% | - |
| XYZ | 14.47 | 6.89 | 64.86 | - |
| YUV | 61.21 | 214.79 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 34 | 215 | 0.74 | 0.84 | 0 | 0.16 | 247.29 | 0.73 | 0.49 |
| Hex | 38 | 22 | D7 | 4A | 54 | 0 | 10 | F7 | 49 | 31 |
| Octal | 70 | 42 | 327 | 112 | 124 | 0 | 20 | 367 | 111 | 61 |
| Binary | 111000 | 100010 | 11010111 | 1001010 | 1010100 | 0 | 10000 | 11110111 | 1001001 | 110001 |
Color Harmonies of #3822D7
Complementary color
Monochromatic Colors of #3822D7
Black with #3822D7
Text Example
Text Example
White with #3822D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3822D7; }
p { color: rgb(56,34,215); }
H1.HeaderClassName
{
color: #3822D7;
}
.AnyTagClassName
{
color: #3822D7;
}
</style>
background-color css
<style>
a { background-color: #3822D7; }
a { background-color: rgb(56,34,215); }
div.DivClassName
{
background-color: #3822D7;
}
.BgClassName
{
background-color: #3822D7;
}
</style>
border-color css
<style>
span { border-color: #3822D7; }
span { border-color: rgb(56,34,215); }
td.TdClassName
{
border-color: #3822D7;
}
.TagClassName
{
border-color: #3822D7;
}
</style>