Shades of Dark Slate Blue #43408A
Tints of Dark Slate Blue #43408A
RGB
CMYK
RGB Variations
Color information
#43408A (or 0x43408A) is known color: Dark Slate Blue. HEX triplet: 43, 40 and 8A. RGB value is (67,64,138). Sum of RGB (Red+Green+Blue) = 67+64+138=269 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.91% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 138 (54.30% from 255 or 51.30% from 269); Max value from RGB is 138 - color contains mainly: blue. Hex color #43408A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43408A is #BCBF75. Grayscale: #494949. Windows color (decimal): -12369782 or 9060419. OLE color: 9060419.
HSL color Cylindrical-coordinate representation of color #43408A: hue angle of 242.43º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #43408A is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 67 | 64 | 138 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.46 |
| HSL | 242.43º | 0.37% | 0.4% | - |
| HSV(B) | 242.43º | 0.54% | 0.54% | - |
| XYZ | 8.74 | 6.7 | 24.88 | - |
| YUV | 73.33 | 164.49 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 64 | 138 | 0.51 | 0.54 | 0 | 0.46 | 242.43 | 0.37 | 0.4 |
| Hex | 43 | 40 | 8A | 33 | 36 | 0 | 2E | F2 | 25 | 28 |
| Octal | 103 | 100 | 212 | 63 | 66 | 0 | 56 | 362 | 45 | 50 |
| Binary | 1000011 | 1000000 | 10001010 | 110011 | 110110 | 0 | 101110 | 11110010 | 100101 | 101000 |
Color Harmonies of #43408A
Complementary color
Monochromatic Colors of #43408A
Black with #43408A
Text Example
Text Example
White with #43408A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43408A; }
p { color: rgb(67,64,138); }
H1.HeaderClassName
{
color: #43408A;
}
.AnyTagClassName
{
color: #43408A;
}
</style>
background-color css
<style>
a { background-color: #43408A; }
a { background-color: rgb(67,64,138); }
div.DivClassName
{
background-color: #43408A;
}
.BgClassName
{
background-color: #43408A;
}
</style>
border-color css
<style>
span { border-color: #43408A; }
span { border-color: rgb(67,64,138); }
td.TdClassName
{
border-color: #43408A;
}
.TagClassName
{
border-color: #43408A;
}
</style>