Shades of Han Purple #3D13DB
Tints of Han Purple #3D13DB
RGB
CMYK
RGB Variations
Color information
#3D13DB (or 0x3D13DB) is known color: Han Purple. HEX triplet: 3D, 13 and DB. RGB value is (61,19,219). Sum of RGB (Red+Green+Blue) = 61+19+219=299 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.40% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 219 (85.94% from 255 or 73.24% from 299); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D13DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D13DB is #C2EC24. Grayscale: #353535. Windows color (decimal): -12774437 or 14357309. OLE color: 14357309.
HSL color Cylindrical-coordinate representation of color #3D13DB: hue angle of 252.6º 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 #3D13DB is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 19 | 219 | - |
| CMYK | 0.72 | 0.91 | 0 | 0.14 |
| HSL | 252.6º | 0.84% | 0.47% | - |
| HSV(B) | 252.6º | 0.91% | 0.86% | - |
| XYZ | 14.94 | 6.57 | 67.5 | - |
| YUV | 54.36 | 220.91 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 19 | 219 | 0.72 | 0.91 | 0 | 0.14 | 252.6 | 0.84 | 0.47 |
| Hex | 3D | 13 | DB | 48 | 5B | 0 | E | FD | 54 | 2F |
| Octal | 75 | 23 | 333 | 110 | 133 | 0 | 16 | 375 | 124 | 57 |
| Binary | 111101 | 10011 | 11011011 | 1001000 | 1011011 | 0 | 1110 | 11111101 | 1010100 | 101111 |
Color Harmonies of #3D13DB
Complementary color
Monochromatic Colors of #3D13DB
Black with #3D13DB
Text Example
Text Example
White with #3D13DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D13DB; }
p { color: rgb(61,19,219); }
H1.HeaderClassName
{
color: #3D13DB;
}
.AnyTagClassName
{
color: #3D13DB;
}
</style>
background-color css
<style>
a { background-color: #3D13DB; }
a { background-color: rgb(61,19,219); }
div.DivClassName
{
background-color: #3D13DB;
}
.BgClassName
{
background-color: #3D13DB;
}
</style>
border-color css
<style>
span { border-color: #3D13DB; }
span { border-color: rgb(61,19,219); }
td.TdClassName
{
border-color: #3D13DB;
}
.TagClassName
{
border-color: #3D13DB;
}
</style>