Shades of Dark Slate Blue #332C93
Tints of Dark Slate Blue #332C93
RGB
CMYK
RGB Variations
Color information
#332C93 (or 0x332C93) is known color: Dark Slate Blue. HEX triplet: 33, 2C and 93. RGB value is (51,44,147). Sum of RGB (Red+Green+Blue) = 51+44+147=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 147 (57.81% from 255 or 60.74% from 242); Max value from RGB is 147 - color contains mainly: blue. Hex color #332C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332C93 is #CCD36C. Grayscale: #393939. Windows color (decimal): -13423469 or 9645107. OLE color: 9645107.
HSL color Cylindrical-coordinate representation of color #332C93: hue angle of 244.08º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #332C93 is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 44 | 147 | - |
| CMYK | 0.65 | 0.70 | 0 | 0.42 |
| HSL | 244.08º | 0.54% | 0.37% | - |
| HSV(B) | 244.08º | 0.7% | 0.58% | - |
| XYZ | 7.53 | 4.61 | 28.1 | - |
| YUV | 57.84 | 178.32 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 44 | 147 | 0.65 | 0.70 | 0 | 0.42 | 244.08 | 0.54 | 0.37 |
| Hex | 33 | 2C | 93 | 41 | 46 | 0 | 2A | F4 | 36 | 25 |
| Octal | 63 | 54 | 223 | 101 | 106 | 0 | 52 | 364 | 66 | 45 |
| Binary | 110011 | 101100 | 10010011 | 1000001 | 1000110 | 0 | 101010 | 11110100 | 110110 | 100101 |
Color Harmonies of #332C93
Complementary color
Monochromatic Colors of #332C93
Black with #332C93
Text Example
Text Example
White with #332C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332C93; }
p { color: rgb(51,44,147); }
H1.HeaderClassName
{
color: #332C93;
}
.AnyTagClassName
{
color: #332C93;
}
</style>
background-color css
<style>
a { background-color: #332C93; }
a { background-color: rgb(51,44,147); }
div.DivClassName
{
background-color: #332C93;
}
.BgClassName
{
background-color: #332C93;
}
</style>
border-color css
<style>
span { border-color: #332C93; }
span { border-color: rgb(51,44,147); }
td.TdClassName
{
border-color: #332C93;
}
.TagClassName
{
border-color: #332C93;
}
</style>