Shades of Han Purple #3D28DC
Tints of Han Purple #3D28DC
RGB
CMYK
RGB Variations
Color information
#3D28DC (or 0x3D28DC) is known color: Han Purple. HEX triplet: 3D, 28 and DC. RGB value is (61,40,220). Sum of RGB (Red+Green+Blue) = 61+40+220=321 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.00% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 220 (86.33% from 255 or 68.54% from 321); Max value from RGB is 220 - color contains mainly: blue. Hex color #3D28DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D28DC is #C2D723. Grayscale: #424242. Windows color (decimal): -12769060 or 14428221. OLE color: 14428221.
HSL color Cylindrical-coordinate representation of color #3D28DC: hue angle of 247º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D28DC is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 40 | 220 | - |
| CMYK | 0.72 | 0.82 | 0 | 0.14 |
| HSL | 247º | 0.72% | 0.51% | - |
| HSV(B) | 247º | 0.82% | 0.86% | - |
| XYZ | 15.6 | 7.68 | 68.37 | - |
| YUV | 66.8 | 214.46 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 40 | 220 | 0.72 | 0.82 | 0 | 0.14 | 247 | 0.72 | 0.51 |
| Hex | 3D | 28 | DC | 48 | 52 | 0 | E | F7 | 48 | 33 |
| Octal | 75 | 50 | 334 | 110 | 122 | 0 | 16 | 367 | 110 | 63 |
| Binary | 111101 | 101000 | 11011100 | 1001000 | 1010010 | 0 | 1110 | 11110111 | 1001000 | 110011 |
Color Harmonies of #3D28DC
Complementary color
Monochromatic Colors of #3D28DC
Black with #3D28DC
Text Example
Text Example
White with #3D28DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D28DC; }
p { color: rgb(61,40,220); }
H1.HeaderClassName
{
color: #3D28DC;
}
.AnyTagClassName
{
color: #3D28DC;
}
</style>
background-color css
<style>
a { background-color: #3D28DC; }
a { background-color: rgb(61,40,220); }
div.DivClassName
{
background-color: #3D28DC;
}
.BgClassName
{
background-color: #3D28DC;
}
</style>
border-color css
<style>
span { border-color: #3D28DC; }
span { border-color: rgb(61,40,220); }
td.TdClassName
{
border-color: #3D28DC;
}
.TagClassName
{
border-color: #3D28DC;
}
</style>