Shades of Dark Slate Blue #434091
Tints of Dark Slate Blue #434091
RGB
CMYK
RGB Variations
Color information
#434091 (or 0x434091) is known color: Dark Slate Blue. HEX triplet: 43, 40 and 91. RGB value is (67,64,145). Sum of RGB (Red+Green+Blue) = 67+64+145=276 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.28% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 145 (57.03% from 255 or 52.54% from 276); Max value from RGB is 145 - color contains mainly: blue. Hex color #434091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434091 is #BCBF6E. Grayscale: #494949. Windows color (decimal): -12369775 or 9519171. OLE color: 9519171.
HSL color Cylindrical-coordinate representation of color #434091: hue angle of 242.22º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #434091 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 67 | 64 | 145 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.43 |
| HSL | 242.22º | 0.39% | 0.41% | - |
| HSV(B) | 242.22º | 0.56% | 0.57% | - |
| XYZ | 9.26 | 6.9 | 27.63 | - |
| YUV | 74.13 | 167.99 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 64 | 145 | 0.54 | 0.56 | 0 | 0.43 | 242.22 | 0.39 | 0.41 |
| Hex | 43 | 40 | 91 | 36 | 38 | 0 | 2B | F2 | 27 | 29 |
| Octal | 103 | 100 | 221 | 66 | 70 | 0 | 53 | 362 | 47 | 51 |
| Binary | 1000011 | 1000000 | 10010001 | 110110 | 111000 | 0 | 101011 | 11110010 | 100111 | 101001 |
Color Harmonies of #434091
Complementary color
Monochromatic Colors of #434091
Black with #434091
Text Example
Text Example
White with #434091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434091; }
p { color: rgb(67,64,145); }
H1.HeaderClassName
{
color: #434091;
}
.AnyTagClassName
{
color: #434091;
}
</style>
background-color css
<style>
a { background-color: #434091; }
a { background-color: rgb(67,64,145); }
div.DivClassName
{
background-color: #434091;
}
.BgClassName
{
background-color: #434091;
}
</style>
border-color css
<style>
span { border-color: #434091; }
span { border-color: rgb(67,64,145); }
td.TdClassName
{
border-color: #434091;
}
.TagClassName
{
border-color: #434091;
}
</style>