Shades of Dark Slate Blue #432F87
Tints of Dark Slate Blue #432F87
RGB
CMYK
RGB Variations
Color information
#432F87 (or 0x432F87) is known color: Dark Slate Blue. HEX triplet: 43, 2F and 87. RGB value is (67,47,135). Sum of RGB (Red+Green+Blue) = 67+47+135=249 (32% of max value = 765). Red value is 67 (26.56% from 255 or 26.91% from 249); Green value is 47 (18.75% from 255 or 18.88% from 249); Blue value is 135 (53.12% from 255 or 54.22% from 249); Max value from RGB is 135 - color contains mainly: blue. Hex color #432F87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432F87 is #BCD078. Grayscale: #3E3E3E. Windows color (decimal): -12374137 or 8859459. OLE color: 8859459.
HSL color Cylindrical-coordinate representation of color #432F87: hue angle of 253.64º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #432F87 is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 67 | 47 | 135 | - |
| CMYK | 0.50 | 0.65 | 0 | 0.47 |
| HSL | 253.64º | 0.48% | 0.36% | - |
| HSV(B) | 253.64º | 0.65% | 0.53% | - |
| XYZ | 7.7 | 4.98 | 23.48 | - |
| YUV | 63.01 | 168.63 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 47 | 135 | 0.50 | 0.65 | 0 | 0.47 | 253.64 | 0.48 | 0.36 |
| Hex | 43 | 2F | 87 | 32 | 41 | 0 | 2F | FE | 30 | 24 |
| Octal | 103 | 57 | 207 | 62 | 101 | 0 | 57 | 376 | 60 | 44 |
| Binary | 1000011 | 101111 | 10000111 | 110010 | 1000001 | 0 | 101111 | 11111110 | 110000 | 100100 |
Color Harmonies of #432F87
Complementary color
Monochromatic Colors of #432F87
Black with #432F87
Text Example
Text Example
White with #432F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432F87; }
p { color: rgb(67,47,135); }
H1.HeaderClassName
{
color: #432F87;
}
.AnyTagClassName
{
color: #432F87;
}
</style>
background-color css
<style>
a { background-color: #432F87; }
a { background-color: rgb(67,47,135); }
div.DivClassName
{
background-color: #432F87;
}
.BgClassName
{
background-color: #432F87;
}
</style>
border-color css
<style>
span { border-color: #432F87; }
span { border-color: rgb(67,47,135); }
td.TdClassName
{
border-color: #432F87;
}
.TagClassName
{
border-color: #432F87;
}
</style>