Shades of Han Purple #3D10DB
Tints of Han Purple #3D10DB
RGB
CMYK
RGB Variations
Color information
#3D10DB (or 0x3D10DB) is known color: Han Purple. HEX triplet: 3D, 10 and DB. RGB value is (61,16,219). Sum of RGB (Red+Green+Blue) = 61+16+219=296 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.61% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 219 (85.94% from 255 or 73.99% from 296); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D10DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D10DB is #C2EF24. Grayscale: #333333. Windows color (decimal): -12775205 or 14356541. OLE color: 14356541.
HSL color Cylindrical-coordinate representation of color #3D10DB: hue angle of 253.3º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3D10DB is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 16 | 219 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.14 |
| HSL | 253.3º | 0.86% | 0.46% | - |
| HSV(B) | 253.3º | 0.93% | 0.86% | - |
| XYZ | 14.9 | 6.48 | 67.48 | - |
| YUV | 52.6 | 221.91 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 16 | 219 | 0.72 | 0.93 | 0 | 0.14 | 253.3 | 0.86 | 0.46 |
| Hex | 3D | 10 | DB | 48 | 5D | 0 | E | FD | 56 | 2E |
| Octal | 75 | 20 | 333 | 110 | 135 | 0 | 16 | 375 | 126 | 56 |
| Binary | 111101 | 10000 | 11011011 | 1001000 | 1011101 | 0 | 1110 | 11111101 | 1010110 | 101110 |
Color Harmonies of #3D10DB
Complementary color
Monochromatic Colors of #3D10DB
Black with #3D10DB
Text Example
Text Example
White with #3D10DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D10DB; }
p { color: rgb(61,16,219); }
H1.HeaderClassName
{
color: #3D10DB;
}
.AnyTagClassName
{
color: #3D10DB;
}
</style>
background-color css
<style>
a { background-color: #3D10DB; }
a { background-color: rgb(61,16,219); }
div.DivClassName
{
background-color: #3D10DB;
}
.BgClassName
{
background-color: #3D10DB;
}
</style>
border-color css
<style>
span { border-color: #3D10DB; }
span { border-color: rgb(61,16,219); }
td.TdClassName
{
border-color: #3D10DB;
}
.TagClassName
{
border-color: #3D10DB;
}
</style>