Shades of Dark Slate Blue #43387F
Tints of Dark Slate Blue #43387F
RGB
CMYK
RGB Variations
Color information
#43387F (or 0x43387F) is known color: Dark Slate Blue. HEX triplet: 43, 38 and 7F. RGB value is (67,56,127). Sum of RGB (Red+Green+Blue) = 67+56+127=250 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.8% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #43387F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43387F is #BCC780. Grayscale: #434343. Windows color (decimal): -12371841 or 8337475. OLE color: 8337475.
HSL color Cylindrical-coordinate representation of color #43387F: hue angle of 249.3º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #43387F is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 67 | 56 | 127 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.50 |
| HSL | 249.3º | 0.39% | 0.36% | - |
| HSV(B) | 249.3º | 0.56% | 0.5% | - |
| XYZ | 7.56 | 5.55 | 20.75 | - |
| YUV | 67.38 | 161.64 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 56 | 127 | 0.47 | 0.56 | 0 | 0.50 | 249.3 | 0.39 | 0.36 |
| Hex | 43 | 38 | 7F | 2F | 38 | 0 | 32 | F9 | 27 | 24 |
| Octal | 103 | 70 | 177 | 57 | 70 | 0 | 62 | 371 | 47 | 44 |
| Binary | 1000011 | 111000 | 1111111 | 101111 | 111000 | 0 | 110010 | 11111001 | 100111 | 100100 |
Color Harmonies of #43387F
Complementary color
Monochromatic Colors of #43387F
Black with #43387F
Text Example
Text Example
White with #43387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43387F; }
p { color: rgb(67,56,127); }
H1.HeaderClassName
{
color: #43387F;
}
.AnyTagClassName
{
color: #43387F;
}
</style>
background-color css
<style>
a { background-color: #43387F; }
a { background-color: rgb(67,56,127); }
div.DivClassName
{
background-color: #43387F;
}
.BgClassName
{
background-color: #43387F;
}
</style>
border-color css
<style>
span { border-color: #43387F; }
span { border-color: rgb(67,56,127); }
td.TdClassName
{
border-color: #43387F;
}
.TagClassName
{
border-color: #43387F;
}
</style>