Shades of Dark Slate Blue #433E8C
Tints of Dark Slate Blue #433E8C
RGB
CMYK
RGB Variations
Color information
#433E8C (or 0x433E8C) is known color: Dark Slate Blue. HEX triplet: 43, 3E and 8C. RGB value is (67,62,140). Sum of RGB (Red+Green+Blue) = 67+62+140=269 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.91% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 140 (55.08% from 255 or 52.04% from 269); Max value from RGB is 140 - color contains mainly: blue. Hex color #433E8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433E8C is #BCC173. Grayscale: #484848. Windows color (decimal): -12370292 or 9190979. OLE color: 9190979.
HSL color Cylindrical-coordinate representation of color #433E8C: hue angle of 243.85º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #433E8C is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 62 | 140 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.45 |
| HSL | 243.85º | 0.39% | 0.4% | - |
| HSV(B) | 243.85º | 0.56% | 0.55% | - |
| XYZ | 8.77 | 6.53 | 25.61 | - |
| YUV | 72.39 | 166.16 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 62 | 140 | 0.52 | 0.56 | 0 | 0.45 | 243.85 | 0.39 | 0.4 |
| Hex | 43 | 3E | 8C | 34 | 38 | 0 | 2D | F4 | 27 | 28 |
| Octal | 103 | 76 | 214 | 64 | 70 | 0 | 55 | 364 | 47 | 50 |
| Binary | 1000011 | 111110 | 10001100 | 110100 | 111000 | 0 | 101101 | 11110100 | 100111 | 101000 |
Color Harmonies of #433E8C
Complementary color
Monochromatic Colors of #433E8C
Black with #433E8C
Text Example
Text Example
White with #433E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433E8C; }
p { color: rgb(67,62,140); }
H1.HeaderClassName
{
color: #433E8C;
}
.AnyTagClassName
{
color: #433E8C;
}
</style>
background-color css
<style>
a { background-color: #433E8C; }
a { background-color: rgb(67,62,140); }
div.DivClassName
{
background-color: #433E8C;
}
.BgClassName
{
background-color: #433E8C;
}
</style>
border-color css
<style>
span { border-color: #433E8C; }
span { border-color: rgb(67,62,140); }
td.TdClassName
{
border-color: #433E8C;
}
.TagClassName
{
border-color: #433E8C;
}
</style>