Shades of Han Purple #3D16DA
Tints of Han Purple #3D16DA
RGB
CMYK
RGB Variations
Color information
#3D16DA (or 0x3D16DA) is known color: Han Purple. HEX triplet: 3D, 16 and DA. RGB value is (61,22,218). Sum of RGB (Red+Green+Blue) = 61+22+218=301 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.27% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 218 (85.55% from 255 or 72.43% from 301); Max value from RGB is 218 - color contains mainly: blue. Hex color #3D16DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D16DA is #C2E925. Grayscale: #373737. Windows color (decimal): -12773670 or 14292541. OLE color: 14292541.
HSL color Cylindrical-coordinate representation of color #3D16DA: hue angle of 251.94º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D16DA is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 22 | 218 | - |
| CMYK | 0.72 | 0.90 | 0 | 0.15 |
| HSL | 251.94º | 0.82% | 0.47% | - |
| HSV(B) | 251.94º | 0.9% | 0.85% | - |
| XYZ | 14.87 | 6.63 | 66.83 | - |
| YUV | 56.01 | 219.42 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 22 | 218 | 0.72 | 0.90 | 0 | 0.15 | 251.94 | 0.82 | 0.47 |
| Hex | 3D | 16 | DA | 48 | 5A | 0 | F | FC | 52 | 2F |
| Octal | 75 | 26 | 332 | 110 | 132 | 0 | 17 | 374 | 122 | 57 |
| Binary | 111101 | 10110 | 11011010 | 1001000 | 1011010 | 0 | 1111 | 11111100 | 1010010 | 101111 |
Color Harmonies of #3D16DA
Complementary color
Monochromatic Colors of #3D16DA
Black with #3D16DA
Text Example
Text Example
White with #3D16DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D16DA; }
p { color: rgb(61,22,218); }
H1.HeaderClassName
{
color: #3D16DA;
}
.AnyTagClassName
{
color: #3D16DA;
}
</style>
background-color css
<style>
a { background-color: #3D16DA; }
a { background-color: rgb(61,22,218); }
div.DivClassName
{
background-color: #3D16DA;
}
.BgClassName
{
background-color: #3D16DA;
}
</style>
border-color css
<style>
span { border-color: #3D16DA; }
span { border-color: rgb(61,22,218); }
td.TdClassName
{
border-color: #3D16DA;
}
.TagClassName
{
border-color: #3D16DA;
}
</style>