Shades of Dark Slate Blue #434591
Tints of Dark Slate Blue #434591
RGB
CMYK
RGB Variations
Color information
#434591 (or 0x434591) is known color: Dark Slate Blue. HEX triplet: 43, 45 and 91. RGB value is (67,69,145). Sum of RGB (Red+Green+Blue) = 67+69+145=281 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.84% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 145 (57.03% from 255 or 51.60% from 281); Max value from RGB is 145 - color contains mainly: blue. Hex color #434591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434591 is #BCBA6E. Grayscale: #4C4C4C. Windows color (decimal): -12368495 or 9520451. OLE color: 9520451.
HSL color Cylindrical-coordinate representation of color #434591: hue angle of 238.46º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #434591 is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 67 | 69 | 145 | - |
| CMYK | 0.54 | 0.52 | 0 | 0.43 |
| HSL | 238.46º | 0.37% | 0.42% | - |
| HSV(B) | 238.46º | 0.54% | 0.57% | - |
| XYZ | 9.55 | 7.49 | 27.73 | - |
| YUV | 77.07 | 166.34 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 69 | 145 | 0.54 | 0.52 | 0 | 0.43 | 238.46 | 0.37 | 0.42 |
| Hex | 43 | 45 | 91 | 36 | 34 | 0 | 2B | EE | 25 | 2A |
| Octal | 103 | 105 | 221 | 66 | 64 | 0 | 53 | 356 | 45 | 52 |
| Binary | 1000011 | 1000101 | 10010001 | 110110 | 110100 | 0 | 101011 | 11101110 | 100101 | 101010 |
Color Harmonies of #434591
Complementary color
Monochromatic Colors of #434591
Black with #434591
Text Example
Text Example
White with #434591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434591; }
p { color: rgb(67,69,145); }
H1.HeaderClassName
{
color: #434591;
}
.AnyTagClassName
{
color: #434591;
}
</style>
background-color css
<style>
a { background-color: #434591; }
a { background-color: rgb(67,69,145); }
div.DivClassName
{
background-color: #434591;
}
.BgClassName
{
background-color: #434591;
}
</style>
border-color css
<style>
span { border-color: #434591; }
span { border-color: rgb(67,69,145); }
td.TdClassName
{
border-color: #434591;
}
.TagClassName
{
border-color: #434591;
}
</style>