Shades of Dark Slate Blue #3B2891
Tints of Dark Slate Blue #3B2891
RGB
CMYK
RGB Variations
Color information
#3B2891 (or 0x3B2891) is known color: Dark Slate Blue. HEX triplet: 3B, 28 and 91. RGB value is (59,40,145). Sum of RGB (Red+Green+Blue) = 59+40+145=244 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.18% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 145 (57.03% from 255 or 59.43% from 244); Max value from RGB is 145 - color contains mainly: blue. Hex color #3B2891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2891 is #C4D76E. Grayscale: #393939. Windows color (decimal): -12900207 or 9513019. OLE color: 9513019.
HSL color Cylindrical-coordinate representation of color #3B2891: hue angle of 250.86º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3B2891 is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 59 | 40 | 145 | - |
| CMYK | 0.59 | 0.72 | 0 | 0.43 |
| HSL | 250.86º | 0.57% | 0.36% | - |
| HSV(B) | 250.86º | 0.72% | 0.57% | - |
| XYZ | 7.67 | 4.49 | 27.25 | - |
| YUV | 57.65 | 177.29 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 40 | 145 | 0.59 | 0.72 | 0 | 0.43 | 250.86 | 0.57 | 0.36 |
| Hex | 3B | 28 | 91 | 3B | 48 | 0 | 2B | FB | 39 | 24 |
| Octal | 73 | 50 | 221 | 73 | 110 | 0 | 53 | 373 | 71 | 44 |
| Binary | 111011 | 101000 | 10010001 | 111011 | 1001000 | 0 | 101011 | 11111011 | 111001 | 100100 |
Color Harmonies of #3B2891
Complementary color
Monochromatic Colors of #3B2891
Black with #3B2891
Text Example
Text Example
White with #3B2891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2891; }
p { color: rgb(59,40,145); }
H1.HeaderClassName
{
color: #3B2891;
}
.AnyTagClassName
{
color: #3B2891;
}
</style>
background-color css
<style>
a { background-color: #3B2891; }
a { background-color: rgb(59,40,145); }
div.DivClassName
{
background-color: #3B2891;
}
.BgClassName
{
background-color: #3B2891;
}
</style>
border-color css
<style>
span { border-color: #3B2891; }
span { border-color: rgb(59,40,145); }
td.TdClassName
{
border-color: #3B2891;
}
.TagClassName
{
border-color: #3B2891;
}
</style>