Shades of Han Purple #3912DB
Tints of Han Purple #3912DB
RGB
CMYK
RGB Variations
Color information
#3912DB (or 0x3912DB) is known color: Han Purple. HEX triplet: 39, 12 and DB. RGB value is (57,18,219). Sum of RGB (Red+Green+Blue) = 57+18+219=294 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.39% from 294); Green value is 18 (7.42% from 255 or 6.12% 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 #3912DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3912DB is #C6ED24. Grayscale: #333333. Windows color (decimal): -13036837 or 14357049. OLE color: 14357049.
HSL color Cylindrical-coordinate representation of color #3912DB: hue angle of 251.64º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3912DB is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 18 | 219 | - |
| CMYK | 0.74 | 0.92 | 0 | 0.14 |
| HSL | 251.64º | 0.85% | 0.46% | - |
| HSV(B) | 251.64º | 0.92% | 0.86% | - |
| XYZ | 14.69 | 6.42 | 67.48 | - |
| YUV | 52.58 | 221.92 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 18 | 219 | 0.74 | 0.92 | 0 | 0.14 | 251.64 | 0.85 | 0.46 |
| Hex | 39 | 12 | DB | 4A | 5C | 0 | E | FC | 55 | 2E |
| Octal | 71 | 22 | 333 | 112 | 134 | 0 | 16 | 374 | 125 | 56 |
| Binary | 111001 | 10010 | 11011011 | 1001010 | 1011100 | 0 | 1110 | 11111100 | 1010101 | 101110 |
Color Harmonies of #3912DB
Complementary color
Monochromatic Colors of #3912DB
Black with #3912DB
Text Example
Text Example
White with #3912DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3912DB; }
p { color: rgb(57,18,219); }
H1.HeaderClassName
{
color: #3912DB;
}
.AnyTagClassName
{
color: #3912DB;
}
</style>
background-color css
<style>
a { background-color: #3912DB; }
a { background-color: rgb(57,18,219); }
div.DivClassName
{
background-color: #3912DB;
}
.BgClassName
{
background-color: #3912DB;
}
</style>
border-color css
<style>
span { border-color: #3912DB; }
span { border-color: rgb(57,18,219); }
td.TdClassName
{
border-color: #3912DB;
}
.TagClassName
{
border-color: #3912DB;
}
</style>