Shades of Dark Slate Blue #443184
Tints of Dark Slate Blue #443184
RGB
CMYK
RGB Variations
Color information
#443184 (or 0x443184) is known color: Dark Slate Blue. HEX triplet: 44, 31 and 84. RGB value is (68,49,132). Sum of RGB (Red+Green+Blue) = 68+49+132=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 132 (51.95% from 255 or 53.01% from 249); Max value from RGB is 132 - color contains mainly: blue. Hex color #443184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443184 is #BBCE7B. Grayscale: #3F3F3F. Windows color (decimal): -12308092 or 8663364. OLE color: 8663364.
HSL color Cylindrical-coordinate representation of color #443184: hue angle of 253.73º 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 #443184 is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 68 | 49 | 132 | - |
| CMYK | 0.48 | 0.63 | 0 | 0.48 |
| HSL | 253.73º | 0.46% | 0.35% | - |
| HSV(B) | 253.73º | 0.63% | 0.52% | - |
| XYZ | 7.65 | 5.09 | 22.41 | - |
| YUV | 64.14 | 166.29 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 49 | 132 | 0.48 | 0.63 | 0 | 0.48 | 253.73 | 0.46 | 0.35 |
| Hex | 44 | 31 | 84 | 30 | 3F | 0 | 30 | FE | 2E | 23 |
| Octal | 104 | 61 | 204 | 60 | 77 | 0 | 60 | 376 | 56 | 43 |
| Binary | 1000100 | 110001 | 10000100 | 110000 | 111111 | 0 | 110000 | 11111110 | 101110 | 100011 |
Color Harmonies of #443184
Complementary color
Monochromatic Colors of #443184
Black with #443184
Text Example
Text Example
White with #443184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443184; }
p { color: rgb(68,49,132); }
H1.HeaderClassName
{
color: #443184;
}
.AnyTagClassName
{
color: #443184;
}
</style>
background-color css
<style>
a { background-color: #443184; }
a { background-color: rgb(68,49,132); }
div.DivClassName
{
background-color: #443184;
}
.BgClassName
{
background-color: #443184;
}
</style>
border-color css
<style>
span { border-color: #443184; }
span { border-color: rgb(68,49,132); }
td.TdClassName
{
border-color: #443184;
}
.TagClassName
{
border-color: #443184;
}
</style>