Shades of Dark Slate Blue #43328B
Tints of Dark Slate Blue #43328B
RGB
CMYK
RGB Variations
Color information
#43328B (or 0x43328B) is known color: Dark Slate Blue. HEX triplet: 43, 32 and 8B. RGB value is (67,50,139). Sum of RGB (Red+Green+Blue) = 67+50+139=256 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.17% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #43328B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43328B is #BCCD74. Grayscale: #404040. Windows color (decimal): -12373365 or 9122371. OLE color: 9122371.
HSL color Cylindrical-coordinate representation of color #43328B: hue angle of 251.46º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #43328B is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 50 | 139 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.45 |
| HSL | 251.46º | 0.47% | 0.37% | - |
| HSV(B) | 251.46º | 0.64% | 0.55% | - |
| XYZ | 8.12 | 5.34 | 25.03 | - |
| YUV | 65.23 | 169.63 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 50 | 139 | 0.52 | 0.64 | 0 | 0.45 | 251.46 | 0.47 | 0.37 |
| Hex | 43 | 32 | 8B | 34 | 40 | 0 | 2D | FB | 2F | 25 |
| Octal | 103 | 62 | 213 | 64 | 100 | 0 | 55 | 373 | 57 | 45 |
| Binary | 1000011 | 110010 | 10001011 | 110100 | 1000000 | 0 | 101101 | 11111011 | 101111 | 100101 |
Color Harmonies of #43328B
Complementary color
Monochromatic Colors of #43328B
Black with #43328B
Text Example
Text Example
White with #43328B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43328B; }
p { color: rgb(67,50,139); }
H1.HeaderClassName
{
color: #43328B;
}
.AnyTagClassName
{
color: #43328B;
}
</style>
background-color css
<style>
a { background-color: #43328B; }
a { background-color: rgb(67,50,139); }
div.DivClassName
{
background-color: #43328B;
}
.BgClassName
{
background-color: #43328B;
}
</style>
border-color css
<style>
span { border-color: #43328B; }
span { border-color: rgb(67,50,139); }
td.TdClassName
{
border-color: #43328B;
}
.TagClassName
{
border-color: #43328B;
}
</style>