Shades of Dark Slate Blue #433894
Tints of Dark Slate Blue #433894
RGB
CMYK
RGB Variations
Color information
#433894 (or 0x433894) is known color: Dark Slate Blue. HEX triplet: 43, 38 and 94. RGB value is (67,56,148). Sum of RGB (Red+Green+Blue) = 67+56+148=271 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.72% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 148 (58.20% from 255 or 54.61% from 271); Max value from RGB is 148 - color contains mainly: blue. Hex color #433894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433894 is #BCC76B. Grayscale: #454545. Windows color (decimal): -12371820 or 9713731. OLE color: 9713731.
HSL color Cylindrical-coordinate representation of color #433894: hue angle of 247.17º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #433894 is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 56 | 148 | - |
| CMYK | 0.55 | 0.62 | 0 | 0.42 |
| HSL | 247.17º | 0.45% | 0.4% | - |
| HSV(B) | 247.17º | 0.62% | 0.58% | - |
| XYZ | 9.07 | 6.16 | 28.73 | - |
| YUV | 69.78 | 172.14 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 56 | 148 | 0.55 | 0.62 | 0 | 0.42 | 247.17 | 0.45 | 0.4 |
| Hex | 43 | 38 | 94 | 37 | 3E | 0 | 2A | F7 | 2D | 28 |
| Octal | 103 | 70 | 224 | 67 | 76 | 0 | 52 | 367 | 55 | 50 |
| Binary | 1000011 | 111000 | 10010100 | 110111 | 111110 | 0 | 101010 | 11110111 | 101101 | 101000 |
Color Harmonies of #433894
Complementary color
Monochromatic Colors of #433894
Black with #433894
Text Example
Text Example
White with #433894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433894; }
p { color: rgb(67,56,148); }
H1.HeaderClassName
{
color: #433894;
}
.AnyTagClassName
{
color: #433894;
}
</style>
background-color css
<style>
a { background-color: #433894; }
a { background-color: rgb(67,56,148); }
div.DivClassName
{
background-color: #433894;
}
.BgClassName
{
background-color: #433894;
}
</style>
border-color css
<style>
span { border-color: #433894; }
span { border-color: rgb(67,56,148); }
td.TdClassName
{
border-color: #433894;
}
.TagClassName
{
border-color: #433894;
}
</style>