Shades of Han Purple #3813DB
Tints of Han Purple #3813DB
RGB
CMYK
RGB Variations
Color information
#3813DB (or 0x3813DB) is known color: Han Purple. HEX triplet: 38, 13 and DB. RGB value is (56,19,219). Sum of RGB (Red+Green+Blue) = 56+19+219=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 219 (85.94% from 255 or 74.49% from 294); Max value from RGB is 219 - color contains mainly: blue. Hex color #3813DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3813DB is #C7EC24. Grayscale: #343434. Windows color (decimal): -13102117 or 14357304. OLE color: 14357304.
HSL color Cylindrical-coordinate representation of color #3813DB: hue angle of 251.1º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3813DB is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 19 | 219 | - |
| CMYK | 0.74 | 0.91 | 0 | 0.14 |
| HSL | 251.1º | 0.84% | 0.47% | - |
| HSV(B) | 251.1º | 0.91% | 0.86% | - |
| XYZ | 14.65 | 6.42 | 67.49 | - |
| YUV | 52.86 | 221.76 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 19 | 219 | 0.74 | 0.91 | 0 | 0.14 | 251.1 | 0.84 | 0.47 |
| Hex | 38 | 13 | DB | 4A | 5B | 0 | E | FB | 54 | 2F |
| Octal | 70 | 23 | 333 | 112 | 133 | 0 | 16 | 373 | 124 | 57 |
| Binary | 111000 | 10011 | 11011011 | 1001010 | 1011011 | 0 | 1110 | 11111011 | 1010100 | 101111 |
Color Harmonies of #3813DB
Complementary color
Monochromatic Colors of #3813DB
Black with #3813DB
Text Example
Text Example
White with #3813DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3813DB; }
p { color: rgb(56,19,219); }
H1.HeaderClassName
{
color: #3813DB;
}
.AnyTagClassName
{
color: #3813DB;
}
</style>
background-color css
<style>
a { background-color: #3813DB; }
a { background-color: rgb(56,19,219); }
div.DivClassName
{
background-color: #3813DB;
}
.BgClassName
{
background-color: #3813DB;
}
</style>
border-color css
<style>
span { border-color: #3813DB; }
span { border-color: rgb(56,19,219); }
td.TdClassName
{
border-color: #3813DB;
}
.TagClassName
{
border-color: #3813DB;
}
</style>