Shades of Dark Slate Blue #43378D
Tints of Dark Slate Blue #43378D
RGB
CMYK
RGB Variations
Color information
#43378D (or 0x43378D) is known color: Dark Slate Blue. HEX triplet: 43, 37 and 8D. RGB value is (67,55,141). Sum of RGB (Red+Green+Blue) = 67+55+141=263 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.48% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 141 (55.47% from 255 or 53.61% from 263); Max value from RGB is 141 - color contains mainly: blue. Hex color #43378D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43378D is #BCC872. Grayscale: #444444. Windows color (decimal): -12372083 or 9254723. OLE color: 9254723.
HSL color Cylindrical-coordinate representation of color #43378D: hue angle of 248.37º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #43378D is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 55 | 141 | - |
| CMYK | 0.52 | 0.61 | 0 | 0.45 |
| HSL | 248.37º | 0.44% | 0.38% | - |
| HSV(B) | 248.37º | 0.61% | 0.55% | - |
| XYZ | 8.49 | 5.85 | 25.88 | - |
| YUV | 68.39 | 168.98 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 55 | 141 | 0.52 | 0.61 | 0 | 0.45 | 248.37 | 0.44 | 0.38 |
| Hex | 43 | 37 | 8D | 34 | 3D | 0 | 2D | F8 | 2C | 26 |
| Octal | 103 | 67 | 215 | 64 | 75 | 0 | 55 | 370 | 54 | 46 |
| Binary | 1000011 | 110111 | 10001101 | 110100 | 111101 | 0 | 101101 | 11111000 | 101100 | 100110 |
Color Harmonies of #43378D
Complementary color
Monochromatic Colors of #43378D
Black with #43378D
Text Example
Text Example
White with #43378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43378D; }
p { color: rgb(67,55,141); }
H1.HeaderClassName
{
color: #43378D;
}
.AnyTagClassName
{
color: #43378D;
}
</style>
background-color css
<style>
a { background-color: #43378D; }
a { background-color: rgb(67,55,141); }
div.DivClassName
{
background-color: #43378D;
}
.BgClassName
{
background-color: #43378D;
}
</style>
border-color css
<style>
span { border-color: #43378D; }
span { border-color: rgb(67,55,141); }
td.TdClassName
{
border-color: #43378D;
}
.TagClassName
{
border-color: #43378D;
}
</style>