Shades of Dark Slate Blue #433D99
Tints of Dark Slate Blue #433D99
RGB
CMYK
RGB Variations
Color information
#433D99 (or 0x433D99) is known color: Dark Slate Blue. HEX triplet: 43, 3D and 99. RGB value is (67,61,153). Sum of RGB (Red+Green+Blue) = 67+61+153=281 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.84% from 281); Green value is 61 (24.22% from 255 or 21.71% from 281); Blue value is 153 (60.16% from 255 or 54.45% from 281); Max value from RGB is 153 - color contains mainly: blue. Hex color #433D99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433D99 is #BCC266. Grayscale: #484848. Windows color (decimal): -12370535 or 10042691. OLE color: 10042691.
HSL color Cylindrical-coordinate representation of color #433D99: hue angle of 243.91º 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 #433D99 is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 67 | 61 | 153 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.4 |
| HSL | 243.91º | 0.43% | 0.42% | - |
| HSV(B) | 243.91º | 0.6% | 0.6% | - |
| XYZ | 9.73 | 6.83 | 30.94 | - |
| YUV | 73.28 | 172.99 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 61 | 153 | 0.56 | 0.60 | 0 | 0.4 | 243.91 | 0.43 | 0.42 |
| Hex | 43 | 3D | 99 | 38 | 3C | 0 | 28 | F4 | 2B | 2A |
| Octal | 103 | 75 | 231 | 70 | 74 | 0 | 50 | 364 | 53 | 52 |
| Binary | 1000011 | 111101 | 10011001 | 111000 | 111100 | 0 | 101000 | 11110100 | 101011 | 101010 |
Color Harmonies of #433D99
Complementary color
Monochromatic Colors of #433D99
Black with #433D99
Text Example
Text Example
White with #433D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433D99; }
p { color: rgb(67,61,153); }
H1.HeaderClassName
{
color: #433D99;
}
.AnyTagClassName
{
color: #433D99;
}
</style>
background-color css
<style>
a { background-color: #433D99; }
a { background-color: rgb(67,61,153); }
div.DivClassName
{
background-color: #433D99;
}
.BgClassName
{
background-color: #433D99;
}
</style>
border-color css
<style>
span { border-color: #433D99; }
span { border-color: rgb(67,61,153); }
td.TdClassName
{
border-color: #433D99;
}
.TagClassName
{
border-color: #433D99;
}
</style>