Shades of Han Purple #3D05DB
Tints of Han Purple #3D05DB
RGB
CMYK
RGB Variations
Color information
#3D05DB (or 0x3D05DB) is known color: Han Purple. HEX triplet: 3D, 05 and DB. RGB value is (61,5,219). Sum of RGB (Red+Green+Blue) = 61+5+219=285 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.40% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 219 (85.94% from 255 or 76.84% from 285); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D05DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D05DB is #C2FA24. Grayscale: #2D2D2D. Windows color (decimal): -12778021 or 14353725. OLE color: 14353725.
HSL color Cylindrical-coordinate representation of color #3D05DB: hue angle of 255.7º 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 #3D05DB is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 5 | 219 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.14 |
| HSL | 255.7º | 0.96% | 0.44% | - |
| HSV(B) | 255.7º | 0.98% | 0.86% | - |
| XYZ | 14.76 | 6.22 | 67.44 | - |
| YUV | 46.14 | 225.55 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 5 | 219 | 0.72 | 0.98 | 0 | 0.14 | 255.7 | 0.96 | 0.44 |
| Hex | 3D | 5 | DB | 48 | 62 | 0 | E | 100 | 60 | 2C |
| Octal | 75 | 5 | 333 | 110 | 142 | 0 | 16 | 400 | 140 | 54 |
| Binary | 111101 | 101 | 11011011 | 1001000 | 1100010 | 0 | 1110 | 100000000 | 1100000 | 101100 |
Color Harmonies of #3D05DB
Complementary color
Monochromatic Colors of #3D05DB
Black with #3D05DB
Text Example
Text Example
White with #3D05DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D05DB; }
p { color: rgb(61,5,219); }
H1.HeaderClassName
{
color: #3D05DB;
}
.AnyTagClassName
{
color: #3D05DB;
}
</style>
background-color css
<style>
a { background-color: #3D05DB; }
a { background-color: rgb(61,5,219); }
div.DivClassName
{
background-color: #3D05DB;
}
.BgClassName
{
background-color: #3D05DB;
}
</style>
border-color css
<style>
span { border-color: #3D05DB; }
span { border-color: rgb(61,5,219); }
td.TdClassName
{
border-color: #3D05DB;
}
.TagClassName
{
border-color: #3D05DB;
}
</style>