Shades of Han Purple #3D12DB
Tints of Han Purple #3D12DB
RGB
CMYK
RGB Variations
Color information
#3D12DB (or 0x3D12DB) is known color: Han Purple. HEX triplet: 3D, 12 and DB. RGB value is (61,18,219). Sum of RGB (Red+Green+Blue) = 61+18+219=298 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.47% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 219 (85.94% from 255 or 73.49% from 298); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D12DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D12DB is #C2ED24. Grayscale: #353535. Windows color (decimal): -12774693 or 14357053. OLE color: 14357053.
HSL color Cylindrical-coordinate representation of color #3D12DB: hue angle of 252.84º 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 #3D12DB is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 18 | 219 | - |
| CMYK | 0.72 | 0.92 | 0 | 0.14 |
| HSL | 252.84º | 0.85% | 0.46% | - |
| HSV(B) | 252.84º | 0.92% | 0.86% | - |
| XYZ | 14.93 | 6.54 | 67.49 | - |
| YUV | 53.77 | 221.25 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 18 | 219 | 0.72 | 0.92 | 0 | 0.14 | 252.84 | 0.85 | 0.46 |
| Hex | 3D | 12 | DB | 48 | 5C | 0 | E | FD | 55 | 2E |
| Octal | 75 | 22 | 333 | 110 | 134 | 0 | 16 | 375 | 125 | 56 |
| Binary | 111101 | 10010 | 11011011 | 1001000 | 1011100 | 0 | 1110 | 11111101 | 1010101 | 101110 |
Color Harmonies of #3D12DB
Complementary color
Monochromatic Colors of #3D12DB
Black with #3D12DB
Text Example
Text Example
White with #3D12DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D12DB; }
p { color: rgb(61,18,219); }
H1.HeaderClassName
{
color: #3D12DB;
}
.AnyTagClassName
{
color: #3D12DB;
}
</style>
background-color css
<style>
a { background-color: #3D12DB; }
a { background-color: rgb(61,18,219); }
div.DivClassName
{
background-color: #3D12DB;
}
.BgClassName
{
background-color: #3D12DB;
}
</style>
border-color css
<style>
span { border-color: #3D12DB; }
span { border-color: rgb(61,18,219); }
td.TdClassName
{
border-color: #3D12DB;
}
.TagClassName
{
border-color: #3D12DB;
}
</style>