Shades of Han Purple #3D00DB
Tints of Han Purple #3D00DB
RGB
CMYK
RGB Variations
Color information
#3D00DB (or 0x3D00DB) is known color: Han Purple. HEX triplet: 3D, 00 and DB. RGB value is (61,0,219). Sum of RGB (Red+Green+Blue) = 61+0+219=280 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.79% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 219 (85.94% from 255 or 78.21% from 280); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D00DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D00DB is #C2FF24. Grayscale: #2A2A2A. Windows color (decimal): -12779301 or 14352445. OLE color: 14352445.
HSL color Cylindrical-coordinate representation of color #3D00DB: hue angle of 256.71º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3D00DB is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 0 | 219 | - |
| CMYK | 0.72 | 1 | 0 | 0.14 |
| HSL | 256.71º | 1% | 0.43% | - |
| HSV(B) | 256.71º | 1% | 0.86% | - |
| XYZ | 14.71 | 6.11 | 67.42 | - |
| YUV | 43.21 | 227.21 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 0 | 219 | 0.72 | 1 | 0 | 0.14 | 256.71 | 1 | 0.43 |
| Hex | 3D | 0 | DB | 48 | 64 | 0 | E | 101 | 64 | 2B |
| Octal | 75 | 0 | 333 | 110 | 144 | 0 | 16 | 401 | 144 | 53 |
| Binary | 111101 | 0 | 11011011 | 1001000 | 1100100 | 0 | 1110 | 100000001 | 1100100 | 101011 |
Color Harmonies of #3D00DB
Complementary color
Monochromatic Colors of #3D00DB
Black with #3D00DB
Text Example
Text Example
White with #3D00DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D00DB; }
p { color: rgb(61,0,219); }
H1.HeaderClassName
{
color: #3D00DB;
}
.AnyTagClassName
{
color: #3D00DB;
}
</style>
background-color css
<style>
a { background-color: #3D00DB; }
a { background-color: rgb(61,0,219); }
div.DivClassName
{
background-color: #3D00DB;
}
.BgClassName
{
background-color: #3D00DB;
}
</style>
border-color css
<style>
span { border-color: #3D00DB; }
span { border-color: rgb(61,0,219); }
td.TdClassName
{
border-color: #3D00DB;
}
.TagClassName
{
border-color: #3D00DB;
}
</style>