Shades of Dark Slate Blue #332598
Tints of Dark Slate Blue #332598
RGB
CMYK
RGB Variations
Color information
#332598 (or 0x332598) is known color: Dark Slate Blue. HEX triplet: 33, 25 and 98. RGB value is (51,37,152). Sum of RGB (Red+Green+Blue) = 51+37+152=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 152 (59.77% from 255 or 63.33% from 240); Max value from RGB is 152 - color contains mainly: blue. Hex color #332598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332598 is #CCDA67. Grayscale: #353535. Windows color (decimal): -13425256 or 9970995. OLE color: 9970995.
HSL color Cylindrical-coordinate representation of color #332598: hue angle of 247.3º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #332598 is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 37 | 152 | - |
| CMYK | 0.66 | 0.76 | 0 | 0.40 |
| HSL | 247.3º | 0.61% | 0.37% | - |
| HSV(B) | 247.3º | 0.76% | 0.6% | - |
| XYZ | 7.69 | 4.29 | 30.13 | - |
| YUV | 54.3 | 183.14 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 37 | 152 | 0.66 | 0.76 | 0 | 0.40 | 247.3 | 0.61 | 0.37 |
| Hex | 33 | 25 | 98 | 42 | 4C | 0 | 28 | F7 | 3D | 25 |
| Octal | 63 | 45 | 230 | 102 | 114 | 0 | 50 | 367 | 75 | 45 |
| Binary | 110011 | 100101 | 10011000 | 1000010 | 1001100 | 0 | 101000 | 11110111 | 111101 | 100101 |
Color Harmonies of #332598
Complementary color
Monochromatic Colors of #332598
Black with #332598
Text Example
Text Example
White with #332598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332598; }
p { color: rgb(51,37,152); }
H1.HeaderClassName
{
color: #332598;
}
.AnyTagClassName
{
color: #332598;
}
</style>
background-color css
<style>
a { background-color: #332598; }
a { background-color: rgb(51,37,152); }
div.DivClassName
{
background-color: #332598;
}
.BgClassName
{
background-color: #332598;
}
</style>
border-color css
<style>
span { border-color: #332598; }
span { border-color: rgb(51,37,152); }
td.TdClassName
{
border-color: #332598;
}
.TagClassName
{
border-color: #332598;
}
</style>