Shades of Dark Slate Blue #43358A
Tints of Dark Slate Blue #43358A
RGB
CMYK
RGB Variations
Color information
#43358A (or 0x43358A) is known color: Dark Slate Blue. HEX triplet: 43, 35 and 8A. RGB value is (67,53,138). Sum of RGB (Red+Green+Blue) = 67+53+138=258 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.97% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 138 (54.30% from 255 or 53.49% from 258); Max value from RGB is 138 - color contains mainly: blue. Hex color #43358A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43358A is #BCCA75. Grayscale: #424242. Windows color (decimal): -12372598 or 9057603. OLE color: 9057603.
HSL color Cylindrical-coordinate representation of color #43358A: hue angle of 249.88º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #43358A is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 67 | 53 | 138 | - |
| CMYK | 0.51 | 0.62 | 0 | 0.46 |
| HSL | 249.88º | 0.45% | 0.37% | - |
| HSV(B) | 249.88º | 0.62% | 0.54% | - |
| XYZ | 8.18 | 5.57 | 24.69 | - |
| YUV | 66.88 | 168.14 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 53 | 138 | 0.51 | 0.62 | 0 | 0.46 | 249.88 | 0.45 | 0.37 |
| Hex | 43 | 35 | 8A | 33 | 3E | 0 | 2E | FA | 2D | 25 |
| Octal | 103 | 65 | 212 | 63 | 76 | 0 | 56 | 372 | 55 | 45 |
| Binary | 1000011 | 110101 | 10001010 | 110011 | 111110 | 0 | 101110 | 11111010 | 101101 | 100101 |
Color Harmonies of #43358A
Complementary color
Monochromatic Colors of #43358A
Black with #43358A
Text Example
Text Example
White with #43358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43358A; }
p { color: rgb(67,53,138); }
H1.HeaderClassName
{
color: #43358A;
}
.AnyTagClassName
{
color: #43358A;
}
</style>
background-color css
<style>
a { background-color: #43358A; }
a { background-color: rgb(67,53,138); }
div.DivClassName
{
background-color: #43358A;
}
.BgClassName
{
background-color: #43358A;
}
</style>
border-color css
<style>
span { border-color: #43358A; }
span { border-color: rgb(67,53,138); }
td.TdClassName
{
border-color: #43358A;
}
.TagClassName
{
border-color: #43358A;
}
</style>