Shades of Dark Slate Blue #43358B
Tints of Dark Slate Blue #43358B
RGB
CMYK
RGB Variations
Color information
#43358B (or 0x43358B) is known color: Dark Slate Blue. HEX triplet: 43, 35 and 8B. RGB value is (67,53,139). Sum of RGB (Red+Green+Blue) = 67+53+139=259 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.87% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 139 (54.69% from 255 or 53.67% from 259); Max value from RGB is 139 - color contains mainly: blue. Hex color #43358B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43358B is #BCCA74. Grayscale: #424242. Windows color (decimal): -12372597 or 9123139. OLE color: 9123139.
HSL color Cylindrical-coordinate representation of color #43358B: hue angle of 249.77º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #43358B is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 53 | 139 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.45 |
| HSL | 249.77º | 0.45% | 0.38% | - |
| HSV(B) | 249.77º | 0.62% | 0.55% | - |
| XYZ | 8.25 | 5.6 | 25.07 | - |
| YUV | 66.99 | 168.64 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 53 | 139 | 0.52 | 0.62 | 0 | 0.45 | 249.77 | 0.45 | 0.38 |
| Hex | 43 | 35 | 8B | 34 | 3E | 0 | 2D | FA | 2D | 26 |
| Octal | 103 | 65 | 213 | 64 | 76 | 0 | 55 | 372 | 55 | 46 |
| Binary | 1000011 | 110101 | 10001011 | 110100 | 111110 | 0 | 101101 | 11111010 | 101101 | 100110 |
Color Harmonies of #43358B
Complementary color
Monochromatic Colors of #43358B
Black with #43358B
Text Example
Text Example
White with #43358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43358B; }
p { color: rgb(67,53,139); }
H1.HeaderClassName
{
color: #43358B;
}
.AnyTagClassName
{
color: #43358B;
}
</style>
background-color css
<style>
a { background-color: #43358B; }
a { background-color: rgb(67,53,139); }
div.DivClassName
{
background-color: #43358B;
}
.BgClassName
{
background-color: #43358B;
}
</style>
border-color css
<style>
span { border-color: #43358B; }
span { border-color: rgb(67,53,139); }
td.TdClassName
{
border-color: #43358B;
}
.TagClassName
{
border-color: #43358B;
}
</style>