Shades of Dark Slate Blue #443381
Tints of Dark Slate Blue #443381
RGB
CMYK
RGB Variations
Color information
#443381 (or 0x443381) is known color: Dark Slate Blue. HEX triplet: 44, 33 and 81. RGB value is (68,51,129). Sum of RGB (Red+Green+Blue) = 68+51+129=248 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.42% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 129 (50.78% from 255 or 52.02% from 248); Max value from RGB is 129 - color contains mainly: blue. Hex color #443381 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443381 is #BBCC7E. Grayscale: #404040. Windows color (decimal): -12307583 or 8467268. OLE color: 8467268.
HSL color Cylindrical-coordinate representation of color #443381: hue angle of 253.08º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #443381 is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 51 | 129 | - |
| CMYK | 0.47 | 0.60 | 0 | 0.49 |
| HSL | 253.08º | 0.43% | 0.35% | - |
| HSV(B) | 253.08º | 0.6% | 0.51% | - |
| XYZ | 7.53 | 5.18 | 21.37 | - |
| YUV | 64.98 | 164.13 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 51 | 129 | 0.47 | 0.60 | 0 | 0.49 | 253.08 | 0.43 | 0.35 |
| Hex | 44 | 33 | 81 | 2F | 3C | 0 | 31 | FD | 2B | 23 |
| Octal | 104 | 63 | 201 | 57 | 74 | 0 | 61 | 375 | 53 | 43 |
| Binary | 1000100 | 110011 | 10000001 | 101111 | 111100 | 0 | 110001 | 11111101 | 101011 | 100011 |
Color Harmonies of #443381
Complementary color
Monochromatic Colors of #443381
Black with #443381
Text Example
Text Example
White with #443381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443381; }
p { color: rgb(68,51,129); }
H1.HeaderClassName
{
color: #443381;
}
.AnyTagClassName
{
color: #443381;
}
</style>
background-color css
<style>
a { background-color: #443381; }
a { background-color: rgb(68,51,129); }
div.DivClassName
{
background-color: #443381;
}
.BgClassName
{
background-color: #443381;
}
</style>
border-color css
<style>
span { border-color: #443381; }
span { border-color: rgb(68,51,129); }
td.TdClassName
{
border-color: #443381;
}
.TagClassName
{
border-color: #443381;
}
</style>