Shades of Dark Slate Blue #43388D
Tints of Dark Slate Blue #43388D
RGB
CMYK
RGB Variations
Color information
#43388D (or 0x43388D) is known color: Dark Slate Blue. HEX triplet: 43, 38 and 8D. RGB value is (67,56,141). Sum of RGB (Red+Green+Blue) = 67+56+141=264 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.38% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #43388D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43388D is #BCC772. Grayscale: #444444. Windows color (decimal): -12371827 or 9254979. OLE color: 9254979.
HSL color Cylindrical-coordinate representation of color #43388D: hue angle of 247.76º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #43388D is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 56 | 141 | - |
| CMYK | 0.52 | 0.60 | 0 | 0.45 |
| HSL | 247.76º | 0.43% | 0.39% | - |
| HSV(B) | 247.76º | 0.6% | 0.55% | - |
| XYZ | 8.54 | 5.94 | 25.9 | - |
| YUV | 68.98 | 168.64 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 56 | 141 | 0.52 | 0.60 | 0 | 0.45 | 247.76 | 0.43 | 0.39 |
| Hex | 43 | 38 | 8D | 34 | 3C | 0 | 2D | F8 | 2B | 27 |
| Octal | 103 | 70 | 215 | 64 | 74 | 0 | 55 | 370 | 53 | 47 |
| Binary | 1000011 | 111000 | 10001101 | 110100 | 111100 | 0 | 101101 | 11111000 | 101011 | 100111 |
Color Harmonies of #43388D
Complementary color
Monochromatic Colors of #43388D
Black with #43388D
Text Example
Text Example
White with #43388D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43388D; }
p { color: rgb(67,56,141); }
H1.HeaderClassName
{
color: #43388D;
}
.AnyTagClassName
{
color: #43388D;
}
</style>
background-color css
<style>
a { background-color: #43388D; }
a { background-color: rgb(67,56,141); }
div.DivClassName
{
background-color: #43388D;
}
.BgClassName
{
background-color: #43388D;
}
</style>
border-color css
<style>
span { border-color: #43388D; }
span { border-color: rgb(67,56,141); }
td.TdClassName
{
border-color: #43388D;
}
.TagClassName
{
border-color: #43388D;
}
</style>