Shades of Dark Slate Blue #43398B
Tints of Dark Slate Blue #43398B
RGB
CMYK
RGB Variations
Color information
#43398B (or 0x43398B) is known color: Dark Slate Blue. HEX triplet: 43, 39 and 8B. RGB value is (67,57,139). Sum of RGB (Red+Green+Blue) = 67+57+139=263 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.48% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 139 (54.69% from 255 or 52.85% from 263); Max value from RGB is 139 - color contains mainly: blue. Hex color #43398B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43398B is #BCC674. Grayscale: #454545. Windows color (decimal): -12371573 or 9124163. OLE color: 9124163.
HSL color Cylindrical-coordinate representation of color #43398B: hue angle of 247.32º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #43398B is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 57 | 139 | - |
| CMYK | 0.52 | 0.59 | 0 | 0.45 |
| HSL | 247.32º | 0.42% | 0.38% | - |
| HSV(B) | 247.32º | 0.59% | 0.55% | - |
| XYZ | 8.44 | 5.98 | 25.14 | - |
| YUV | 69.34 | 167.31 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 57 | 139 | 0.52 | 0.59 | 0 | 0.45 | 247.32 | 0.42 | 0.38 |
| Hex | 43 | 39 | 8B | 34 | 3B | 0 | 2D | F7 | 2A | 26 |
| Octal | 103 | 71 | 213 | 64 | 73 | 0 | 55 | 367 | 52 | 46 |
| Binary | 1000011 | 111001 | 10001011 | 110100 | 111011 | 0 | 101101 | 11110111 | 101010 | 100110 |
Color Harmonies of #43398B
Complementary color
Monochromatic Colors of #43398B
Black with #43398B
Text Example
Text Example
White with #43398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43398B; }
p { color: rgb(67,57,139); }
H1.HeaderClassName
{
color: #43398B;
}
.AnyTagClassName
{
color: #43398B;
}
</style>
background-color css
<style>
a { background-color: #43398B; }
a { background-color: rgb(67,57,139); }
div.DivClassName
{
background-color: #43398B;
}
.BgClassName
{
background-color: #43398B;
}
</style>
border-color css
<style>
span { border-color: #43398B; }
span { border-color: rgb(67,57,139); }
td.TdClassName
{
border-color: #43398B;
}
.TagClassName
{
border-color: #43398B;
}
</style>