Shades of Dark Slate Blue #433691
Tints of Dark Slate Blue #433691
RGB
CMYK
RGB Variations
Color information
#433691 (or 0x433691) is known color: Dark Slate Blue. HEX triplet: 43, 36 and 91. RGB value is (67,54,145). Sum of RGB (Red+Green+Blue) = 67+54+145=266 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.19% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 145 (57.03% from 255 or 54.51% from 266); Max value from RGB is 145 - color contains mainly: blue. Hex color #433691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433691 is #BCC96E. Grayscale: #434343. Windows color (decimal): -12372335 or 9516611. OLE color: 9516611.
HSL color Cylindrical-coordinate representation of color #433691: hue angle of 248.57º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #433691 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 67 | 54 | 145 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.43 |
| HSL | 248.57º | 0.46% | 0.39% | - |
| HSV(B) | 248.57º | 0.63% | 0.57% | - |
| XYZ | 8.74 | 5.88 | 27.46 | - |
| YUV | 68.26 | 171.31 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 54 | 145 | 0.54 | 0.63 | 0 | 0.43 | 248.57 | 0.46 | 0.39 |
| Hex | 43 | 36 | 91 | 36 | 3F | 0 | 2B | F9 | 2E | 27 |
| Octal | 103 | 66 | 221 | 66 | 77 | 0 | 53 | 371 | 56 | 47 |
| Binary | 1000011 | 110110 | 10010001 | 110110 | 111111 | 0 | 101011 | 11111001 | 101110 | 100111 |
Color Harmonies of #433691
Complementary color
Monochromatic Colors of #433691
Black with #433691
Text Example
Text Example
White with #433691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433691; }
p { color: rgb(67,54,145); }
H1.HeaderClassName
{
color: #433691;
}
.AnyTagClassName
{
color: #433691;
}
</style>
background-color css
<style>
a { background-color: #433691; }
a { background-color: rgb(67,54,145); }
div.DivClassName
{
background-color: #433691;
}
.BgClassName
{
background-color: #433691;
}
</style>
border-color css
<style>
span { border-color: #433691; }
span { border-color: rgb(67,54,145); }
td.TdClassName
{
border-color: #433691;
}
.TagClassName
{
border-color: #433691;
}
</style>