Shades of Dark Slate Blue #332D91
Tints of Dark Slate Blue #332D91
RGB
CMYK
RGB Variations
Color information
#332D91 (or 0x332D91) is known color: Dark Slate Blue. HEX triplet: 33, 2D and 91. RGB value is (51,45,145). Sum of RGB (Red+Green+Blue) = 51+45+145=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 145 (57.03% from 255 or 60.17% from 241); Max value from RGB is 145 - color contains mainly: blue. Hex color #332D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332D91 is #CCD26E. Grayscale: #393939. Windows color (decimal): -13423215 or 9514291. OLE color: 9514291.
HSL color Cylindrical-coordinate representation of color #332D91: hue angle of 243.6º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #332D91 is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 51 | 45 | 145 | - |
| CMYK | 0.65 | 0.69 | 0 | 0.43 |
| HSL | 243.6º | 0.53% | 0.37% | - |
| HSV(B) | 243.6º | 0.69% | 0.57% | - |
| XYZ | 7.41 | 4.62 | 27.29 | - |
| YUV | 58.19 | 176.99 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 45 | 145 | 0.65 | 0.69 | 0 | 0.43 | 243.6 | 0.53 | 0.37 |
| Hex | 33 | 2D | 91 | 41 | 45 | 0 | 2B | F4 | 35 | 25 |
| Octal | 63 | 55 | 221 | 101 | 105 | 0 | 53 | 364 | 65 | 45 |
| Binary | 110011 | 101101 | 10010001 | 1000001 | 1000101 | 0 | 101011 | 11110100 | 110101 | 100101 |
Color Harmonies of #332D91
Complementary color
Monochromatic Colors of #332D91
Black with #332D91
Text Example
Text Example
White with #332D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332D91; }
p { color: rgb(51,45,145); }
H1.HeaderClassName
{
color: #332D91;
}
.AnyTagClassName
{
color: #332D91;
}
</style>
background-color css
<style>
a { background-color: #332D91; }
a { background-color: rgb(51,45,145); }
div.DivClassName
{
background-color: #332D91;
}
.BgClassName
{
background-color: #332D91;
}
</style>
border-color css
<style>
span { border-color: #332D91; }
span { border-color: rgb(51,45,145); }
td.TdClassName
{
border-color: #332D91;
}
.TagClassName
{
border-color: #332D91;
}
</style>