Shades of Dark Slate Blue #443C7F
Tints of Dark Slate Blue #443C7F
RGB
CMYK
RGB Variations
Color information
#443C7F (or 0x443C7F) is known color: Dark Slate Blue. HEX triplet: 44, 3C and 7F. RGB value is (68,60,127). Sum of RGB (Red+Green+Blue) = 68+60+127=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 60 (23.83% from 255 or 23.53% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #443C7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443C7F is #BBC380. Grayscale: #454545. Windows color (decimal): -12305281 or 8338500. OLE color: 8338500.
HSL color Cylindrical-coordinate representation of color #443C7F: hue angle of 247.16º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #443C7F is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 60 | 127 | - |
| CMYK | 0.46 | 0.53 | 0 | 0.50 |
| HSL | 247.16º | 0.36% | 0.37% | - |
| HSV(B) | 247.16º | 0.53% | 0.5% | - |
| XYZ | 7.83 | 5.99 | 20.82 | - |
| YUV | 70.03 | 160.15 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 60 | 127 | 0.46 | 0.53 | 0 | 0.50 | 247.16 | 0.36 | 0.37 |
| Hex | 44 | 3C | 7F | 2E | 35 | 0 | 32 | F7 | 24 | 25 |
| Octal | 104 | 74 | 177 | 56 | 65 | 0 | 62 | 367 | 44 | 45 |
| Binary | 1000100 | 111100 | 1111111 | 101110 | 110101 | 0 | 110010 | 11110111 | 100100 | 100101 |
Color Harmonies of #443C7F
Complementary color
Monochromatic Colors of #443C7F
Black with #443C7F
Text Example
Text Example
White with #443C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443C7F; }
p { color: rgb(68,60,127); }
H1.HeaderClassName
{
color: #443C7F;
}
.AnyTagClassName
{
color: #443C7F;
}
</style>
background-color css
<style>
a { background-color: #443C7F; }
a { background-color: rgb(68,60,127); }
div.DivClassName
{
background-color: #443C7F;
}
.BgClassName
{
background-color: #443C7F;
}
</style>
border-color css
<style>
span { border-color: #443C7F; }
span { border-color: rgb(68,60,127); }
td.TdClassName
{
border-color: #443C7F;
}
.TagClassName
{
border-color: #443C7F;
}
</style>