Shades of Dark Slate Blue #433D9A
Tints of Dark Slate Blue #433D9A
RGB
CMYK
RGB Variations
Color information
#433D9A (or 0x433D9A) is known color: Dark Slate Blue. HEX triplet: 43, 3D and 9A. RGB value is (67,61,154). Sum of RGB (Red+Green+Blue) = 67+61+154=282 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.76% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 154 (60.55% from 255 or 54.61% from 282); Max value from RGB is 154 - color contains mainly: blue. Hex color #433D9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433D9A is #BCC265. Grayscale: #494949. Windows color (decimal): -12370534 or 10108227. OLE color: 10108227.
HSL color Cylindrical-coordinate representation of color #433D9A: hue angle of 243.87º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #433D9A is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 67 | 61 | 154 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.40 |
| HSL | 243.87º | 0.43% | 0.42% | - |
| HSV(B) | 243.87º | 0.6% | 0.6% | - |
| XYZ | 9.82 | 6.86 | 31.38 | - |
| YUV | 73.4 | 173.49 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 61 | 154 | 0.56 | 0.60 | 0 | 0.40 | 243.87 | 0.43 | 0.42 |
| Hex | 43 | 3D | 9A | 38 | 3C | 0 | 28 | F4 | 2B | 2A |
| Octal | 103 | 75 | 232 | 70 | 74 | 0 | 50 | 364 | 53 | 52 |
| Binary | 1000011 | 111101 | 10011010 | 111000 | 111100 | 0 | 101000 | 11110100 | 101011 | 101010 |
Color Harmonies of #433D9A
Complementary color
Monochromatic Colors of #433D9A
Black with #433D9A
Text Example
Text Example
White with #433D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433D9A; }
p { color: rgb(67,61,154); }
H1.HeaderClassName
{
color: #433D9A;
}
.AnyTagClassName
{
color: #433D9A;
}
</style>
background-color css
<style>
a { background-color: #433D9A; }
a { background-color: rgb(67,61,154); }
div.DivClassName
{
background-color: #433D9A;
}
.BgClassName
{
background-color: #433D9A;
}
</style>
border-color css
<style>
span { border-color: #433D9A; }
span { border-color: rgb(67,61,154); }
td.TdClassName
{
border-color: #433D9A;
}
.TagClassName
{
border-color: #433D9A;
}
</style>