Shades of Dark Slate Blue #433D8D
Tints of Dark Slate Blue #433D8D
RGB
CMYK
RGB Variations
Color information
#433D8D (or 0x433D8D) is known color: Dark Slate Blue. HEX triplet: 43, 3D and 8D. RGB value is (67,61,141). Sum of RGB (Red+Green+Blue) = 67+61+141=269 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.91% from 269); Green value is 61 (24.22% from 255 or 22.68% from 269); Blue value is 141 (55.47% from 255 or 52.42% from 269); Max value from RGB is 141 - color contains mainly: blue. Hex color #433D8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433D8D is #BCC272. Grayscale: #474747. Windows color (decimal): -12370547 or 9256259. OLE color: 9256259.
HSL color Cylindrical-coordinate representation of color #433D8D: hue angle of 244.5º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #433D8D is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 61 | 141 | - |
| CMYK | 0.52 | 0.57 | 0 | 0.45 |
| HSL | 244.5º | 0.4% | 0.4% | - |
| HSV(B) | 244.5º | 0.57% | 0.55% | - |
| XYZ | 8.79 | 6.45 | 25.98 | - |
| YUV | 71.91 | 166.99 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 61 | 141 | 0.52 | 0.57 | 0 | 0.45 | 244.5 | 0.4 | 0.4 |
| Hex | 43 | 3D | 8D | 34 | 39 | 0 | 2D | F4 | 28 | 28 |
| Octal | 103 | 75 | 215 | 64 | 71 | 0 | 55 | 364 | 50 | 50 |
| Binary | 1000011 | 111101 | 10001101 | 110100 | 111001 | 0 | 101101 | 11110100 | 101000 | 101000 |
Color Harmonies of #433D8D
Complementary color
Monochromatic Colors of #433D8D
Black with #433D8D
Text Example
Text Example
White with #433D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433D8D; }
p { color: rgb(67,61,141); }
H1.HeaderClassName
{
color: #433D8D;
}
.AnyTagClassName
{
color: #433D8D;
}
</style>
background-color css
<style>
a { background-color: #433D8D; }
a { background-color: rgb(67,61,141); }
div.DivClassName
{
background-color: #433D8D;
}
.BgClassName
{
background-color: #433D8D;
}
</style>
border-color css
<style>
span { border-color: #433D8D; }
span { border-color: rgb(67,61,141); }
td.TdClassName
{
border-color: #433D8D;
}
.TagClassName
{
border-color: #433D8D;
}
</style>