Shades of Han Purple #3D06DA
Tints of Han Purple #3D06DA
RGB
CMYK
RGB Variations
Color information
#3D06DA (or 0x3D06DA) is known color: Han Purple. HEX triplet: 3D, 06 and DA. RGB value is (61,6,218). Sum of RGB (Red+Green+Blue) = 61+6+218=285 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.40% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 218 (85.55% from 255 or 76.49% from 285); Max value from RGB is 218 - color contains mainly: blue. Hex color #3D06DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D06DA is #C2F925. Grayscale: #2D2D2D. Windows color (decimal): -12777766 or 14288445. OLE color: 14288445.
HSL color Cylindrical-coordinate representation of color #3D06DA: hue angle of 255.57º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3D06DA is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 6 | 218 | - |
| CMYK | 0.72 | 0.97 | 0 | 0.15 |
| HSL | 255.57º | 0.95% | 0.44% | - |
| HSV(B) | 255.57º | 0.97% | 0.85% | - |
| XYZ | 14.64 | 6.18 | 66.75 | - |
| YUV | 46.61 | 224.72 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 6 | 218 | 0.72 | 0.97 | 0 | 0.15 | 255.57 | 0.95 | 0.44 |
| Hex | 3D | 6 | DA | 48 | 61 | 0 | F | 100 | 5F | 2C |
| Octal | 75 | 6 | 332 | 110 | 141 | 0 | 17 | 400 | 137 | 54 |
| Binary | 111101 | 110 | 11011010 | 1001000 | 1100001 | 0 | 1111 | 100000000 | 1011111 | 101100 |
Color Harmonies of #3D06DA
Complementary color
Monochromatic Colors of #3D06DA
Black with #3D06DA
Text Example
Text Example
White with #3D06DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D06DA; }
p { color: rgb(61,6,218); }
H1.HeaderClassName
{
color: #3D06DA;
}
.AnyTagClassName
{
color: #3D06DA;
}
</style>
background-color css
<style>
a { background-color: #3D06DA; }
a { background-color: rgb(61,6,218); }
div.DivClassName
{
background-color: #3D06DA;
}
.BgClassName
{
background-color: #3D06DA;
}
</style>
border-color css
<style>
span { border-color: #3D06DA; }
span { border-color: rgb(61,6,218); }
td.TdClassName
{
border-color: #3D06DA;
}
.TagClassName
{
border-color: #3D06DA;
}
</style>