Shades of Dark Slate Blue #432F86
Tints of Dark Slate Blue #432F86
RGB
CMYK
RGB Variations
Color information
#432F86 (or 0x432F86) is known color: Dark Slate Blue. HEX triplet: 43, 2F and 86. RGB value is (67,47,134). Sum of RGB (Red+Green+Blue) = 67+47+134=248 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.02% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 134 (52.73% from 255 or 54.03% from 248); Max value from RGB is 134 - color contains mainly: blue. Hex color #432F86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432F86 is #BCD079. Grayscale: #3E3E3E. Windows color (decimal): -12374138 or 8793923. OLE color: 8793923.
HSL color Cylindrical-coordinate representation of color #432F86: hue angle of 253.79º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #432F86 is Cyan = 0.5, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 67 | 47 | 134 | - |
| CMYK | 0.5 | 0.65 | 0 | 0.47 |
| HSL | 253.79º | 0.48% | 0.35% | - |
| HSV(B) | 253.79º | 0.65% | 0.53% | - |
| XYZ | 7.63 | 4.95 | 23.11 | - |
| YUV | 62.9 | 168.13 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 47 | 134 | 0.5 | 0.65 | 0 | 0.47 | 253.79 | 0.48 | 0.35 |
| Hex | 43 | 2F | 86 | 32 | 41 | 0 | 2F | FE | 30 | 23 |
| Octal | 103 | 57 | 206 | 62 | 101 | 0 | 57 | 376 | 60 | 43 |
| Binary | 1000011 | 101111 | 10000110 | 110010 | 1000001 | 0 | 101111 | 11111110 | 110000 | 100011 |
Color Harmonies of #432F86
Complementary color
Monochromatic Colors of #432F86
Black with #432F86
Text Example
Text Example
White with #432F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432F86; }
p { color: rgb(67,47,134); }
H1.HeaderClassName
{
color: #432F86;
}
.AnyTagClassName
{
color: #432F86;
}
</style>
background-color css
<style>
a { background-color: #432F86; }
a { background-color: rgb(67,47,134); }
div.DivClassName
{
background-color: #432F86;
}
.BgClassName
{
background-color: #432F86;
}
</style>
border-color css
<style>
span { border-color: #432F86; }
span { border-color: rgb(67,47,134); }
td.TdClassName
{
border-color: #432F86;
}
.TagClassName
{
border-color: #432F86;
}
</style>