Shades of Dark Slate Blue #332593
Tints of Dark Slate Blue #332593
RGB
CMYK
RGB Variations
Color information
#332593 (or 0x332593) is known color: Dark Slate Blue. HEX triplet: 33, 25 and 93. RGB value is (51,37,147). Sum of RGB (Red+Green+Blue) = 51+37+147=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 147 (57.81% from 255 or 62.55% from 235); Max value from RGB is 147 - color contains mainly: blue. Hex color #332593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332593 is #CCDA6C. Grayscale: #353535. Windows color (decimal): -13425261 or 9643315. OLE color: 9643315.
HSL color Cylindrical-coordinate representation of color #332593: hue angle of 247.64º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #332593 is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 37 | 147 | - |
| CMYK | 0.65 | 0.75 | 0 | 0.42 |
| HSL | 247.64º | 0.6% | 0.36% | - |
| HSV(B) | 247.64º | 0.75% | 0.58% | - |
| XYZ | 7.29 | 4.13 | 28.02 | - |
| YUV | 53.73 | 180.64 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 37 | 147 | 0.65 | 0.75 | 0 | 0.42 | 247.64 | 0.6 | 0.36 |
| Hex | 33 | 25 | 93 | 41 | 4B | 0 | 2A | F8 | 3C | 24 |
| Octal | 63 | 45 | 223 | 101 | 113 | 0 | 52 | 370 | 74 | 44 |
| Binary | 110011 | 100101 | 10010011 | 1000001 | 1001011 | 0 | 101010 | 11111000 | 111100 | 100100 |
Color Harmonies of #332593
Complementary color
Monochromatic Colors of #332593
Black with #332593
Text Example
Text Example
White with #332593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332593; }
p { color: rgb(51,37,147); }
H1.HeaderClassName
{
color: #332593;
}
.AnyTagClassName
{
color: #332593;
}
</style>
background-color css
<style>
a { background-color: #332593; }
a { background-color: rgb(51,37,147); }
div.DivClassName
{
background-color: #332593;
}
.BgClassName
{
background-color: #332593;
}
</style>
border-color css
<style>
span { border-color: #332593; }
span { border-color: rgb(51,37,147); }
td.TdClassName
{
border-color: #332593;
}
.TagClassName
{
border-color: #332593;
}
</style>