Shades of Dark Slate Blue #433D8B
Tints of Dark Slate Blue #433D8B
RGB
CMYK
RGB Variations
Color information
#433D8B (or 0x433D8B) is known color: Dark Slate Blue. HEX triplet: 43, 3D and 8B. RGB value is (67,61,139). Sum of RGB (Red+Green+Blue) = 67+61+139=267 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.09% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #433D8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433D8B is #BCC274. Grayscale: #474747. Windows color (decimal): -12370549 or 9125187. OLE color: 9125187.
HSL color Cylindrical-coordinate representation of color #433D8B: hue angle of 244.62º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #433D8B is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 61 | 139 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.45 |
| HSL | 244.62º | 0.39% | 0.39% | - |
| HSV(B) | 244.62º | 0.56% | 0.55% | - |
| XYZ | 8.64 | 6.39 | 25.2 | - |
| YUV | 71.69 | 165.99 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 61 | 139 | 0.52 | 0.56 | 0 | 0.45 | 244.62 | 0.39 | 0.39 |
| Hex | 43 | 3D | 8B | 34 | 38 | 0 | 2D | F5 | 27 | 27 |
| Octal | 103 | 75 | 213 | 64 | 70 | 0 | 55 | 365 | 47 | 47 |
| Binary | 1000011 | 111101 | 10001011 | 110100 | 111000 | 0 | 101101 | 11110101 | 100111 | 100111 |
Color Harmonies of #433D8B
Complementary color
Monochromatic Colors of #433D8B
Black with #433D8B
Text Example
Text Example
White with #433D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433D8B; }
p { color: rgb(67,61,139); }
H1.HeaderClassName
{
color: #433D8B;
}
.AnyTagClassName
{
color: #433D8B;
}
</style>
background-color css
<style>
a { background-color: #433D8B; }
a { background-color: rgb(67,61,139); }
div.DivClassName
{
background-color: #433D8B;
}
.BgClassName
{
background-color: #433D8B;
}
</style>
border-color css
<style>
span { border-color: #433D8B; }
span { border-color: rgb(67,61,139); }
td.TdClassName
{
border-color: #433D8B;
}
.TagClassName
{
border-color: #433D8B;
}
</style>