Shades of Dark Slate Blue #433980
Tints of Dark Slate Blue #433980
RGB
CMYK
RGB Variations
Color information
#433980 (or 0x433980) is known color: Dark Slate Blue. HEX triplet: 43, 39 and 80. RGB value is (67,57,128). Sum of RGB (Red+Green+Blue) = 67+57+128=252 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.59% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 128 (50.39% from 255 or 50.79% from 252); Max value from RGB is 128 - color contains mainly: blue. Hex color #433980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433980 is #BCC67F. Grayscale: #434343. Windows color (decimal): -12371584 or 8403267. OLE color: 8403267.
HSL color Cylindrical-coordinate representation of color #433980: hue angle of 248.45º 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 #433980 is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 67 | 57 | 128 | - |
| CMYK | 0.48 | 0.55 | 0 | 0.50 |
| HSL | 248.45º | 0.38% | 0.36% | - |
| HSV(B) | 248.45º | 0.55% | 0.5% | - |
| XYZ | 7.67 | 5.68 | 21.11 | - |
| YUV | 68.08 | 161.81 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 57 | 128 | 0.48 | 0.55 | 0 | 0.50 | 248.45 | 0.38 | 0.36 |
| Hex | 43 | 39 | 80 | 30 | 37 | 0 | 32 | F8 | 26 | 24 |
| Octal | 103 | 71 | 200 | 60 | 67 | 0 | 62 | 370 | 46 | 44 |
| Binary | 1000011 | 111001 | 10000000 | 110000 | 110111 | 0 | 110010 | 11111000 | 100110 | 100100 |
Color Harmonies of #433980
Complementary color
Monochromatic Colors of #433980
Black with #433980
Text Example
Text Example
White with #433980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433980; }
p { color: rgb(67,57,128); }
H1.HeaderClassName
{
color: #433980;
}
.AnyTagClassName
{
color: #433980;
}
</style>
background-color css
<style>
a { background-color: #433980; }
a { background-color: rgb(67,57,128); }
div.DivClassName
{
background-color: #433980;
}
.BgClassName
{
background-color: #433980;
}
</style>
border-color css
<style>
span { border-color: #433980; }
span { border-color: rgb(67,57,128); }
td.TdClassName
{
border-color: #433980;
}
.TagClassName
{
border-color: #433980;
}
</style>