Shades of Dark Slate Blue #43397F
Tints of Dark Slate Blue #43397F
RGB
CMYK
RGB Variations
Color information
#43397F (or 0x43397F) is known color: Dark Slate Blue. HEX triplet: 43, 39 and 7F. RGB value is (67,57,127). Sum of RGB (Red+Green+Blue) = 67+57+127=251 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.69% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 127 (50% from 255 or 50.60% from 251); Max value from RGB is 127 - color contains mainly: blue. Hex color #43397F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43397F is #BCC680. Grayscale: #434343. Windows color (decimal): -12371585 or 8337731. OLE color: 8337731.
HSL color Cylindrical-coordinate representation of color #43397F: hue angle of 248.57º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #43397F is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 67 | 57 | 127 | - |
| CMYK | 0.47 | 0.55 | 0 | 0.50 |
| HSL | 248.57º | 0.38% | 0.36% | - |
| HSV(B) | 248.57º | 0.55% | 0.5% | - |
| XYZ | 7.61 | 5.65 | 20.77 | - |
| YUV | 67.97 | 161.31 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 57 | 127 | 0.47 | 0.55 | 0 | 0.50 | 248.57 | 0.38 | 0.36 |
| Hex | 43 | 39 | 7F | 2F | 37 | 0 | 32 | F9 | 26 | 24 |
| Octal | 103 | 71 | 177 | 57 | 67 | 0 | 62 | 371 | 46 | 44 |
| Binary | 1000011 | 111001 | 1111111 | 101111 | 110111 | 0 | 110010 | 11111001 | 100110 | 100100 |
Color Harmonies of #43397F
Complementary color
Monochromatic Colors of #43397F
Black with #43397F
Text Example
Text Example
White with #43397F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43397F; }
p { color: rgb(67,57,127); }
H1.HeaderClassName
{
color: #43397F;
}
.AnyTagClassName
{
color: #43397F;
}
</style>
background-color css
<style>
a { background-color: #43397F; }
a { background-color: rgb(67,57,127); }
div.DivClassName
{
background-color: #43397F;
}
.BgClassName
{
background-color: #43397F;
}
</style>
border-color css
<style>
span { border-color: #43397F; }
span { border-color: rgb(67,57,127); }
td.TdClassName
{
border-color: #43397F;
}
.TagClassName
{
border-color: #43397F;
}
</style>