Shades of Han Purple #3821DB
Tints of Han Purple #3821DB
RGB
CMYK
RGB Variations
Color information
#3821DB (or 0x3821DB) is known color: Han Purple. HEX triplet: 38, 21 and DB. RGB value is (56,33,219). Sum of RGB (Red+Green+Blue) = 56+33+219=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 219 (85.94% from 255 or 71.10% from 308); Max value from RGB is 219 - color contains mainly: blue. Hex color #3821DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3821DB is #C7DE24. Grayscale: #3C3C3C. Windows color (decimal): -13098533 or 14360888. OLE color: 14360888.
HSL color Cylindrical-coordinate representation of color #3821DB: hue angle of 247.42º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3821DB is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 33 | 219 | - |
| CMYK | 0.74 | 0.85 | 0 | 0.14 |
| HSL | 247.42º | 0.74% | 0.49% | - |
| HSV(B) | 247.42º | 0.85% | 0.86% | - |
| XYZ | 14.96 | 7.04 | 67.59 | - |
| YUV | 61.08 | 217.12 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 33 | 219 | 0.74 | 0.85 | 0 | 0.14 | 247.42 | 0.74 | 0.49 |
| Hex | 38 | 21 | DB | 4A | 55 | 0 | E | F7 | 4A | 31 |
| Octal | 70 | 41 | 333 | 112 | 125 | 0 | 16 | 367 | 112 | 61 |
| Binary | 111000 | 100001 | 11011011 | 1001010 | 1010101 | 0 | 1110 | 11110111 | 1001010 | 110001 |
Color Harmonies of #3821DB
Complementary color
Monochromatic Colors of #3821DB
Black with #3821DB
Text Example
Text Example
White with #3821DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3821DB; }
p { color: rgb(56,33,219); }
H1.HeaderClassName
{
color: #3821DB;
}
.AnyTagClassName
{
color: #3821DB;
}
</style>
background-color css
<style>
a { background-color: #3821DB; }
a { background-color: rgb(56,33,219); }
div.DivClassName
{
background-color: #3821DB;
}
.BgClassName
{
background-color: #3821DB;
}
</style>
border-color css
<style>
span { border-color: #3821DB; }
span { border-color: rgb(56,33,219); }
td.TdClassName
{
border-color: #3821DB;
}
.TagClassName
{
border-color: #3821DB;
}
</style>