Shades of Dark Slate Blue #434197
Tints of Dark Slate Blue #434197
RGB
CMYK
RGB Variations
Color information
#434197 (or 0x434197) is known color: Dark Slate Blue. HEX triplet: 43, 41 and 97. RGB value is (67,65,151). Sum of RGB (Red+Green+Blue) = 67+65+151=283 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.67% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 151 (59.38% from 255 or 53.36% from 283); Max value from RGB is 151 - color contains mainly: blue. Hex color #434197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434197 is #BCBE68. Grayscale: #4B4B4B. Windows color (decimal): -12369513 or 9912643. OLE color: 9912643.
HSL color Cylindrical-coordinate representation of color #434197: hue angle of 241.4º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #434197 is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 67 | 65 | 151 | - |
| CMYK | 0.56 | 0.57 | 0 | 0.41 |
| HSL | 241.4º | 0.4% | 0.42% | - |
| HSV(B) | 241.4º | 0.57% | 0.59% | - |
| XYZ | 9.79 | 7.21 | 30.15 | - |
| YUV | 75.4 | 170.66 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 65 | 151 | 0.56 | 0.57 | 0 | 0.41 | 241.4 | 0.4 | 0.42 |
| Hex | 43 | 41 | 97 | 38 | 39 | 0 | 29 | F1 | 28 | 2A |
| Octal | 103 | 101 | 227 | 70 | 71 | 0 | 51 | 361 | 50 | 52 |
| Binary | 1000011 | 1000001 | 10010111 | 111000 | 111001 | 0 | 101001 | 11110001 | 101000 | 101010 |
Color Harmonies of #434197
Complementary color
Monochromatic Colors of #434197
Black with #434197
Text Example
Text Example
White with #434197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434197; }
p { color: rgb(67,65,151); }
H1.HeaderClassName
{
color: #434197;
}
.AnyTagClassName
{
color: #434197;
}
</style>
background-color css
<style>
a { background-color: #434197; }
a { background-color: rgb(67,65,151); }
div.DivClassName
{
background-color: #434197;
}
.BgClassName
{
background-color: #434197;
}
</style>
border-color css
<style>
span { border-color: #434197; }
span { border-color: rgb(67,65,151); }
td.TdClassName
{
border-color: #434197;
}
.TagClassName
{
border-color: #434197;
}
</style>