Shades of Han Purple #3D2BDA
Tints of Han Purple #3D2BDA
RGB
CMYK
RGB Variations
Color information
#3D2BDA (or 0x3D2BDA) is known color: Han Purple. HEX triplet: 3D, 2B and DA. RGB value is (61,43,218). Sum of RGB (Red+Green+Blue) = 61+43+218=322 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.94% from 322); Green value is 43 (17.19% from 255 or 13.35% from 322); Blue value is 218 (85.55% from 255 or 67.70% from 322); Max value from RGB is 218 - color contains mainly: blue. Hex color #3D2BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D2BDA is #C2D425. Grayscale: #434343. Windows color (decimal): -12768294 or 14297917. OLE color: 14297917.
HSL color Cylindrical-coordinate representation of color #3D2BDA: hue angle of 246.17º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3D2BDA is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 43 | 218 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.15 |
| HSL | 246.17º | 0.7% | 0.51% | - |
| HSV(B) | 246.17º | 0.8% | 0.85% | - |
| XYZ | 15.44 | 7.78 | 67.02 | - |
| YUV | 68.33 | 212.46 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 43 | 218 | 0.72 | 0.80 | 0 | 0.15 | 246.17 | 0.7 | 0.51 |
| Hex | 3D | 2B | DA | 48 | 50 | 0 | F | F6 | 46 | 33 |
| Octal | 75 | 53 | 332 | 110 | 120 | 0 | 17 | 366 | 106 | 63 |
| Binary | 111101 | 101011 | 11011010 | 1001000 | 1010000 | 0 | 1111 | 11110110 | 1000110 | 110011 |
Color Harmonies of #3D2BDA
Complementary color
Monochromatic Colors of #3D2BDA
Black with #3D2BDA
Text Example
Text Example
White with #3D2BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2BDA; }
p { color: rgb(61,43,218); }
H1.HeaderClassName
{
color: #3D2BDA;
}
.AnyTagClassName
{
color: #3D2BDA;
}
</style>
background-color css
<style>
a { background-color: #3D2BDA; }
a { background-color: rgb(61,43,218); }
div.DivClassName
{
background-color: #3D2BDA;
}
.BgClassName
{
background-color: #3D2BDA;
}
</style>
border-color css
<style>
span { border-color: #3D2BDA; }
span { border-color: rgb(61,43,218); }
td.TdClassName
{
border-color: #3D2BDA;
}
.TagClassName
{
border-color: #3D2BDA;
}
</style>