Shades of Dark Slate Blue #43377F
Tints of Dark Slate Blue #43377F
RGB
CMYK
RGB Variations
Color information
#43377F (or 0x43377F) is known color: Dark Slate Blue. HEX triplet: 43, 37 and 7F. RGB value is (67,55,127). Sum of RGB (Red+Green+Blue) = 67+55+127=249 (32% of max value = 765). Red value is 67 (26.56% from 255 or 26.91% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 127 (50% from 255 or 51.00% from 249); Max value from RGB is 127 - color contains mainly: blue. Hex color #43377F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43377F is #BCC880. Grayscale: #424242. Windows color (decimal): -12372097 or 8337219. OLE color: 8337219.
HSL color Cylindrical-coordinate representation of color #43377F: hue angle of 250º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #43377F is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 67 | 55 | 127 | - |
| CMYK | 0.47 | 0.57 | 0 | 0.50 |
| HSL | 250º | 0.4% | 0.36% | - |
| HSV(B) | 250º | 0.57% | 0.5% | - |
| XYZ | 7.51 | 5.46 | 20.74 | - |
| YUV | 66.8 | 161.98 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 55 | 127 | 0.47 | 0.57 | 0 | 0.50 | 250 | 0.4 | 0.36 |
| Hex | 43 | 37 | 7F | 2F | 39 | 0 | 32 | FA | 28 | 24 |
| Octal | 103 | 67 | 177 | 57 | 71 | 0 | 62 | 372 | 50 | 44 |
| Binary | 1000011 | 110111 | 1111111 | 101111 | 111001 | 0 | 110010 | 11111010 | 101000 | 100100 |
Color Harmonies of #43377F
Complementary color
Monochromatic Colors of #43377F
Black with #43377F
Text Example
Text Example
White with #43377F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43377F; }
p { color: rgb(67,55,127); }
H1.HeaderClassName
{
color: #43377F;
}
.AnyTagClassName
{
color: #43377F;
}
</style>
background-color css
<style>
a { background-color: #43377F; }
a { background-color: rgb(67,55,127); }
div.DivClassName
{
background-color: #43377F;
}
.BgClassName
{
background-color: #43377F;
}
</style>
border-color css
<style>
span { border-color: #43377F; }
span { border-color: rgb(67,55,127); }
td.TdClassName
{
border-color: #43377F;
}
.TagClassName
{
border-color: #43377F;
}
</style>