Shades of Han Purple #3D04DB
Tints of Han Purple #3D04DB
RGB
CMYK
RGB Variations
Color information
#3D04DB (or 0x3D04DB) is known color: Han Purple. HEX triplet: 3D, 04 and DB. RGB value is (61,4,219). Sum of RGB (Red+Green+Blue) = 61+4+219=284 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.48% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 219 (85.94% from 255 or 77.11% from 284); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D04DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D04DB is #C2FB24. Grayscale: #2C2C2C. Windows color (decimal): -12778277 or 14353469. OLE color: 14353469.
HSL color Cylindrical-coordinate representation of color #3D04DB: hue angle of 255.91º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D04DB is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 4 | 219 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.14 |
| HSL | 255.91º | 0.96% | 0.44% | - |
| HSV(B) | 255.91º | 0.98% | 0.86% | - |
| XYZ | 14.75 | 6.19 | 67.44 | - |
| YUV | 45.55 | 225.88 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 4 | 219 | 0.72 | 0.98 | 0 | 0.14 | 255.91 | 0.96 | 0.44 |
| Hex | 3D | 4 | DB | 48 | 62 | 0 | E | 100 | 60 | 2C |
| Octal | 75 | 4 | 333 | 110 | 142 | 0 | 16 | 400 | 140 | 54 |
| Binary | 111101 | 100 | 11011011 | 1001000 | 1100010 | 0 | 1110 | 100000000 | 1100000 | 101100 |
Color Harmonies of #3D04DB
Complementary color
Monochromatic Colors of #3D04DB
Black with #3D04DB
Text Example
Text Example
White with #3D04DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D04DB; }
p { color: rgb(61,4,219); }
H1.HeaderClassName
{
color: #3D04DB;
}
.AnyTagClassName
{
color: #3D04DB;
}
</style>
background-color css
<style>
a { background-color: #3D04DB; }
a { background-color: rgb(61,4,219); }
div.DivClassName
{
background-color: #3D04DB;
}
.BgClassName
{
background-color: #3D04DB;
}
</style>
border-color css
<style>
span { border-color: #3D04DB; }
span { border-color: rgb(61,4,219); }
td.TdClassName
{
border-color: #3D04DB;
}
.TagClassName
{
border-color: #3D04DB;
}
</style>