Shades of Dark Slate Blue #433184
Tints of Dark Slate Blue #433184
RGB
CMYK
RGB Variations
Color information
#433184 (or 0x433184) is known color: Dark Slate Blue. HEX triplet: 43, 31 and 84. RGB value is (67,49,132). Sum of RGB (Red+Green+Blue) = 67+49+132=248 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.02% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 132 (51.95% from 255 or 53.23% from 248); Max value from RGB is 132 - color contains mainly: blue. Hex color #433184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433184 is #BCCE7B. Grayscale: #3F3F3F. Windows color (decimal): -12373628 or 8663363. OLE color: 8663363.
HSL color Cylindrical-coordinate representation of color #433184: hue angle of 253.01º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #433184 is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 67 | 49 | 132 | - |
| CMYK | 0.49 | 0.63 | 0 | 0.48 |
| HSL | 253.01º | 0.46% | 0.35% | - |
| HSV(B) | 253.01º | 0.63% | 0.52% | - |
| XYZ | 7.58 | 5.06 | 22.41 | - |
| YUV | 63.84 | 166.46 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 49 | 132 | 0.49 | 0.63 | 0 | 0.48 | 253.01 | 0.46 | 0.35 |
| Hex | 43 | 31 | 84 | 31 | 3F | 0 | 30 | FD | 2E | 23 |
| Octal | 103 | 61 | 204 | 61 | 77 | 0 | 60 | 375 | 56 | 43 |
| Binary | 1000011 | 110001 | 10000100 | 110001 | 111111 | 0 | 110000 | 11111101 | 101110 | 100011 |
Color Harmonies of #433184
Complementary color
Monochromatic Colors of #433184
Black with #433184
Text Example
Text Example
White with #433184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433184; }
p { color: rgb(67,49,132); }
H1.HeaderClassName
{
color: #433184;
}
.AnyTagClassName
{
color: #433184;
}
</style>
background-color css
<style>
a { background-color: #433184; }
a { background-color: rgb(67,49,132); }
div.DivClassName
{
background-color: #433184;
}
.BgClassName
{
background-color: #433184;
}
</style>
border-color css
<style>
span { border-color: #433184; }
span { border-color: rgb(67,49,132); }
td.TdClassName
{
border-color: #433184;
}
.TagClassName
{
border-color: #433184;
}
</style>