Shades of Han Purple #3D00DA
Tints of Han Purple #3D00DA
RGB
CMYK
RGB Variations
Color information
#3D00DA (or 0x3D00DA) is known color: Han Purple. HEX triplet: 3D, 00 and DA. RGB value is (61,0,218). Sum of RGB (Red+Green+Blue) = 61+0+218=279 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.86% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 218 (85.55% from 255 or 78.14% from 279); Max value from RGB is 218 - color contains mainly: blue. Hex color #3D00DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D00DA is #C2FF25. Grayscale: #2A2A2A. Windows color (decimal): -12779302 or 14286909. OLE color: 14286909.
HSL color Cylindrical-coordinate representation of color #3D00DA: hue angle of 256.79º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3D00DA is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 0 | 218 | - |
| CMYK | 0.72 | 1 | 0 | 0.15 |
| HSL | 256.79º | 1% | 0.43% | - |
| HSV(B) | 256.79º | 1% | 0.85% | - |
| XYZ | 14.58 | 6.05 | 66.73 | - |
| YUV | 43.09 | 226.71 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 0 | 218 | 0.72 | 1 | 0 | 0.15 | 256.79 | 1 | 0.43 |
| Hex | 3D | 0 | DA | 48 | 64 | 0 | F | 101 | 64 | 2B |
| Octal | 75 | 0 | 332 | 110 | 144 | 0 | 17 | 401 | 144 | 53 |
| Binary | 111101 | 0 | 11011010 | 1001000 | 1100100 | 0 | 1111 | 100000001 | 1100100 | 101011 |
Color Harmonies of #3D00DA
Complementary color
Monochromatic Colors of #3D00DA
Black with #3D00DA
Text Example
Text Example
White with #3D00DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D00DA; }
p { color: rgb(61,0,218); }
H1.HeaderClassName
{
color: #3D00DA;
}
.AnyTagClassName
{
color: #3D00DA;
}
</style>
background-color css
<style>
a { background-color: #3D00DA; }
a { background-color: rgb(61,0,218); }
div.DivClassName
{
background-color: #3D00DA;
}
.BgClassName
{
background-color: #3D00DA;
}
</style>
border-color css
<style>
span { border-color: #3D00DA; }
span { border-color: rgb(61,0,218); }
td.TdClassName
{
border-color: #3D00DA;
}
.TagClassName
{
border-color: #3D00DA;
}
</style>