Shades of Dark Slate Blue #433C84
Tints of Dark Slate Blue #433C84
RGB
CMYK
RGB Variations
Color information
#433C84 (or 0x433C84) is known color: Dark Slate Blue. HEX triplet: 43, 3C and 84. RGB value is (67,60,132). Sum of RGB (Red+Green+Blue) = 67+60+132=259 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.87% from 259); Green value is 60 (23.83% from 255 or 23.17% from 259); Blue value is 132 (51.95% from 255 or 50.97% from 259); Max value from RGB is 132 - color contains mainly: blue. Hex color #433C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433C84 is #BCC37B. Grayscale: #464646. Windows color (decimal): -12370812 or 8666179. OLE color: 8666179.
HSL color Cylindrical-coordinate representation of color #433C84: hue angle of 245.83º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #433C84 is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 67 | 60 | 132 | - |
| CMYK | 0.49 | 0.55 | 0 | 0.48 |
| HSL | 245.83º | 0.38% | 0.38% | - |
| HSV(B) | 245.83º | 0.55% | 0.52% | - |
| XYZ | 8.1 | 6.09 | 22.58 | - |
| YUV | 70.3 | 162.82 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 60 | 132 | 0.49 | 0.55 | 0 | 0.48 | 245.83 | 0.38 | 0.38 |
| Hex | 43 | 3C | 84 | 31 | 37 | 0 | 30 | F6 | 26 | 26 |
| Octal | 103 | 74 | 204 | 61 | 67 | 0 | 60 | 366 | 46 | 46 |
| Binary | 1000011 | 111100 | 10000100 | 110001 | 110111 | 0 | 110000 | 11110110 | 100110 | 100110 |
Color Harmonies of #433C84
Complementary color
Monochromatic Colors of #433C84
Black with #433C84
Text Example
Text Example
White with #433C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433C84; }
p { color: rgb(67,60,132); }
H1.HeaderClassName
{
color: #433C84;
}
.AnyTagClassName
{
color: #433C84;
}
</style>
background-color css
<style>
a { background-color: #433C84; }
a { background-color: rgb(67,60,132); }
div.DivClassName
{
background-color: #433C84;
}
.BgClassName
{
background-color: #433C84;
}
</style>
border-color css
<style>
span { border-color: #433C84; }
span { border-color: rgb(67,60,132); }
td.TdClassName
{
border-color: #433C84;
}
.TagClassName
{
border-color: #433C84;
}
</style>