Shades of Dark Slate Blue #43358C
Tints of Dark Slate Blue #43358C
RGB
CMYK
RGB Variations
Color information
#43358C (or 0x43358C) is known color: Dark Slate Blue. HEX triplet: 43, 35 and 8C. RGB value is (67,53,140). Sum of RGB (Red+Green+Blue) = 67+53+140=260 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.77% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 140 (55.08% from 255 or 53.85% from 260); Max value from RGB is 140 - color contains mainly: blue. Hex color #43358C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43358C is #BCCA73. Grayscale: #424242. Windows color (decimal): -12372596 or 9188675. OLE color: 9188675.
HSL color Cylindrical-coordinate representation of color #43358C: hue angle of 249.66º 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 #43358C is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 53 | 140 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.45 |
| HSL | 249.66º | 0.45% | 0.38% | - |
| HSV(B) | 249.66º | 0.62% | 0.55% | - |
| XYZ | 8.32 | 5.63 | 25.46 | - |
| YUV | 67.1 | 169.14 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 53 | 140 | 0.52 | 0.62 | 0 | 0.45 | 249.66 | 0.45 | 0.38 |
| Hex | 43 | 35 | 8C | 34 | 3E | 0 | 2D | FA | 2D | 26 |
| Octal | 103 | 65 | 214 | 64 | 76 | 0 | 55 | 372 | 55 | 46 |
| Binary | 1000011 | 110101 | 10001100 | 110100 | 111110 | 0 | 101101 | 11111010 | 101101 | 100110 |
Color Harmonies of #43358C
Complementary color
Monochromatic Colors of #43358C
Black with #43358C
Text Example
Text Example
White with #43358C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43358C; }
p { color: rgb(67,53,140); }
H1.HeaderClassName
{
color: #43358C;
}
.AnyTagClassName
{
color: #43358C;
}
</style>
background-color css
<style>
a { background-color: #43358C; }
a { background-color: rgb(67,53,140); }
div.DivClassName
{
background-color: #43358C;
}
.BgClassName
{
background-color: #43358C;
}
</style>
border-color css
<style>
span { border-color: #43358C; }
span { border-color: rgb(67,53,140); }
td.TdClassName
{
border-color: #43358C;
}
.TagClassName
{
border-color: #43358C;
}
</style>