Shades of Dark Slate Blue #443D82
Tints of Dark Slate Blue #443D82
RGB
CMYK
RGB Variations
Color information
#443D82 (or 0x443D82) is known color: Dark Slate Blue. HEX triplet: 44, 3D and 82. RGB value is (68,61,130). Sum of RGB (Red+Green+Blue) = 68+61+130=259 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.25% from 259); Green value is 61 (24.22% from 255 or 23.55% from 259); Blue value is 130 (51.17% from 255 or 50.19% from 259); Max value from RGB is 130 - color contains mainly: blue. Hex color #443D82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443D82 is #BBC27D. Grayscale: #464646. Windows color (decimal): -12305022 or 8535364. OLE color: 8535364.
HSL color Cylindrical-coordinate representation of color #443D82: hue angle of 246.09º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #443D82 is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 61 | 130 | - |
| CMYK | 0.48 | 0.53 | 0 | 0.49 |
| HSL | 246.09º | 0.36% | 0.37% | - |
| HSV(B) | 246.09º | 0.53% | 0.51% | - |
| XYZ | 8.08 | 6.18 | 21.89 | - |
| YUV | 70.96 | 161.32 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 61 | 130 | 0.48 | 0.53 | 0 | 0.49 | 246.09 | 0.36 | 0.37 |
| Hex | 44 | 3D | 82 | 30 | 35 | 0 | 31 | F6 | 24 | 25 |
| Octal | 104 | 75 | 202 | 60 | 65 | 0 | 61 | 366 | 44 | 45 |
| Binary | 1000100 | 111101 | 10000010 | 110000 | 110101 | 0 | 110001 | 11110110 | 100100 | 100101 |
Color Harmonies of #443D82
Complementary color
Monochromatic Colors of #443D82
Black with #443D82
Text Example
Text Example
White with #443D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443D82; }
p { color: rgb(68,61,130); }
H1.HeaderClassName
{
color: #443D82;
}
.AnyTagClassName
{
color: #443D82;
}
</style>
background-color css
<style>
a { background-color: #443D82; }
a { background-color: rgb(68,61,130); }
div.DivClassName
{
background-color: #443D82;
}
.BgClassName
{
background-color: #443D82;
}
</style>
border-color css
<style>
span { border-color: #443D82; }
span { border-color: rgb(68,61,130); }
td.TdClassName
{
border-color: #443D82;
}
.TagClassName
{
border-color: #443D82;
}
</style>