Shades of Han Purple #3D30DB
Tints of Han Purple #3D30DB
RGB
CMYK
RGB Variations
Color information
#3D30DB (or 0x3D30DB) is known color: Han Purple. HEX triplet: 3D, 30 and DB. RGB value is (61,48,219). Sum of RGB (Red+Green+Blue) = 61+48+219=328 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.60% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 219 (85.94% from 255 or 66.77% from 328); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D30DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D30DB is #C2CF24. Grayscale: #464646. Windows color (decimal): -12767013 or 14364733. OLE color: 14364733.
HSL color Cylindrical-coordinate representation of color #3D30DB: hue angle of 244.56º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3D30DB is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 48 | 219 | - |
| CMYK | 0.72 | 0.78 | 0 | 0.14 |
| HSL | 244.56º | 0.7% | 0.52% | - |
| HSV(B) | 244.56º | 0.78% | 0.86% | - |
| XYZ | 15.77 | 8.22 | 67.77 | - |
| YUV | 71.38 | 211.31 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 48 | 219 | 0.72 | 0.78 | 0 | 0.14 | 244.56 | 0.7 | 0.52 |
| Hex | 3D | 30 | DB | 48 | 4E | 0 | E | F5 | 46 | 34 |
| Octal | 75 | 60 | 333 | 110 | 116 | 0 | 16 | 365 | 106 | 64 |
| Binary | 111101 | 110000 | 11011011 | 1001000 | 1001110 | 0 | 1110 | 11110101 | 1000110 | 110100 |
Color Harmonies of #3D30DB
Complementary color
Monochromatic Colors of #3D30DB
Black with #3D30DB
Text Example
Text Example
White with #3D30DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D30DB; }
p { color: rgb(61,48,219); }
H1.HeaderClassName
{
color: #3D30DB;
}
.AnyTagClassName
{
color: #3D30DB;
}
</style>
background-color css
<style>
a { background-color: #3D30DB; }
a { background-color: rgb(61,48,219); }
div.DivClassName
{
background-color: #3D30DB;
}
.BgClassName
{
background-color: #3D30DB;
}
</style>
border-color css
<style>
span { border-color: #3D30DB; }
span { border-color: rgb(61,48,219); }
td.TdClassName
{
border-color: #3D30DB;
}
.TagClassName
{
border-color: #3D30DB;
}
</style>