Shades of Dark Slate Blue #433185
Tints of Dark Slate Blue #433185
RGB
CMYK
RGB Variations
Color information
#433185 (or 0x433185) is known color: Dark Slate Blue. HEX triplet: 43, 31 and 85. RGB value is (67,49,133). Sum of RGB (Red+Green+Blue) = 67+49+133=249 (32% of max value = 765). Red value is 67 (26.56% from 255 or 26.91% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #433185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433185 is #BCCE7A. Grayscale: #3F3F3F. Windows color (decimal): -12373627 or 8728899. OLE color: 8728899.
HSL color Cylindrical-coordinate representation of color #433185: hue angle of 252.86º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #433185 is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 67 | 49 | 133 | - |
| CMYK | 0.50 | 0.63 | 0 | 0.48 |
| HSL | 252.86º | 0.46% | 0.36% | - |
| HSV(B) | 252.86º | 0.63% | 0.52% | - |
| XYZ | 7.65 | 5.08 | 22.77 | - |
| YUV | 63.96 | 166.96 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 49 | 133 | 0.50 | 0.63 | 0 | 0.48 | 252.86 | 0.46 | 0.36 |
| Hex | 43 | 31 | 85 | 32 | 3F | 0 | 30 | FD | 2E | 24 |
| Octal | 103 | 61 | 205 | 62 | 77 | 0 | 60 | 375 | 56 | 44 |
| Binary | 1000011 | 110001 | 10000101 | 110010 | 111111 | 0 | 110000 | 11111101 | 101110 | 100100 |
Color Harmonies of #433185
Complementary color
Monochromatic Colors of #433185
Black with #433185
Text Example
Text Example
White with #433185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433185; }
p { color: rgb(67,49,133); }
H1.HeaderClassName
{
color: #433185;
}
.AnyTagClassName
{
color: #433185;
}
</style>
background-color css
<style>
a { background-color: #433185; }
a { background-color: rgb(67,49,133); }
div.DivClassName
{
background-color: #433185;
}
.BgClassName
{
background-color: #433185;
}
</style>
border-color css
<style>
span { border-color: #433185; }
span { border-color: rgb(67,49,133); }
td.TdClassName
{
border-color: #433185;
}
.TagClassName
{
border-color: #433185;
}
</style>