Shades of Dark Slate Blue #434195
Tints of Dark Slate Blue #434195
RGB
CMYK
RGB Variations
Color information
#434195 (or 0x434195) is known color: Dark Slate Blue. HEX triplet: 43, 41 and 95. RGB value is (67,65,149). Sum of RGB (Red+Green+Blue) = 67+65+149=281 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.84% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #434195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434195 is #BCBE6A. Grayscale: #4A4A4A. Windows color (decimal): -12369515 or 9781571. OLE color: 9781571.
HSL color Cylindrical-coordinate representation of color #434195: hue angle of 241.43º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #434195 is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 65 | 149 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.42 |
| HSL | 241.43º | 0.39% | 0.42% | - |
| HSV(B) | 241.43º | 0.56% | 0.58% | - |
| XYZ | 9.63 | 7.14 | 29.31 | - |
| YUV | 75.17 | 169.66 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 65 | 149 | 0.55 | 0.56 | 0 | 0.42 | 241.43 | 0.39 | 0.42 |
| Hex | 43 | 41 | 95 | 37 | 38 | 0 | 2A | F1 | 27 | 2A |
| Octal | 103 | 101 | 225 | 67 | 70 | 0 | 52 | 361 | 47 | 52 |
| Binary | 1000011 | 1000001 | 10010101 | 110111 | 111000 | 0 | 101010 | 11110001 | 100111 | 101010 |
Color Harmonies of #434195
Complementary color
Monochromatic Colors of #434195
Black with #434195
Text Example
Text Example
White with #434195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434195; }
p { color: rgb(67,65,149); }
H1.HeaderClassName
{
color: #434195;
}
.AnyTagClassName
{
color: #434195;
}
</style>
background-color css
<style>
a { background-color: #434195; }
a { background-color: rgb(67,65,149); }
div.DivClassName
{
background-color: #434195;
}
.BgClassName
{
background-color: #434195;
}
</style>
border-color css
<style>
span { border-color: #434195; }
span { border-color: rgb(67,65,149); }
td.TdClassName
{
border-color: #434195;
}
.TagClassName
{
border-color: #434195;
}
</style>