Shades of Dark Slate Blue #43429D
Tints of Dark Slate Blue #43429D
RGB
CMYK
RGB Variations
Color information
#43429D (or 0x43429D) is known color: Dark Slate Blue. HEX triplet: 43, 42 and 9D. RGB value is (67,66,157). Sum of RGB (Red+Green+Blue) = 67+66+157=290 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.10% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #43429D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43429D is #BCBD62. Grayscale: #4C4C4C. Windows color (decimal): -12369251 or 10306115. OLE color: 10306115.
HSL color Cylindrical-coordinate representation of color #43429D: hue angle of 240.66º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #43429D is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 66 | 157 | - |
| CMYK | 0.57 | 0.58 | 0 | 0.38 |
| HSL | 240.66º | 0.41% | 0.44% | - |
| HSV(B) | 240.66º | 0.58% | 0.62% | - |
| XYZ | 10.35 | 7.52 | 32.81 | - |
| YUV | 76.67 | 173.33 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 66 | 157 | 0.57 | 0.58 | 0 | 0.38 | 240.66 | 0.41 | 0.44 |
| Hex | 43 | 42 | 9D | 39 | 3A | 0 | 26 | F1 | 29 | 2C |
| Octal | 103 | 102 | 235 | 71 | 72 | 0 | 46 | 361 | 51 | 54 |
| Binary | 1000011 | 1000010 | 10011101 | 111001 | 111010 | 0 | 100110 | 11110001 | 101001 | 101100 |
Color Harmonies of #43429D
Complementary color
Monochromatic Colors of #43429D
Black with #43429D
Text Example
Text Example
White with #43429D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43429D; }
p { color: rgb(67,66,157); }
H1.HeaderClassName
{
color: #43429D;
}
.AnyTagClassName
{
color: #43429D;
}
</style>
background-color css
<style>
a { background-color: #43429D; }
a { background-color: rgb(67,66,157); }
div.DivClassName
{
background-color: #43429D;
}
.BgClassName
{
background-color: #43429D;
}
</style>
border-color css
<style>
span { border-color: #43429D; }
span { border-color: rgb(67,66,157); }
td.TdClassName
{
border-color: #43429D;
}
.TagClassName
{
border-color: #43429D;
}
</style>