Shades of Dark Slate Blue #332D9F
Tints of Dark Slate Blue #332D9F
RGB
CMYK
RGB Variations
Color information
#332D9F (or 0x332D9F) is known color: Dark Slate Blue. HEX triplet: 33, 2D and 9F. RGB value is (51,45,159). Sum of RGB (Red+Green+Blue) = 51+45+159=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 45 (17.97% from 255 or 17.65% from 255); Blue value is 159 (62.5% from 255 or 62.35% from 255); Max value from RGB is 159 - color contains mainly: blue. Hex color #332D9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332D9F is #CCD260. Grayscale: #3B3B3B. Windows color (decimal): -13423201 or 10431795. OLE color: 10431795.
HSL color Cylindrical-coordinate representation of color #332D9F: hue angle of 243.16º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #332D9F is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 45 | 159 | - |
| CMYK | 0.68 | 0.72 | 0 | 0.38 |
| HSL | 243.16º | 0.56% | 0.4% | - |
| HSV(B) | 243.16º | 0.72% | 0.62% | - |
| XYZ | 8.56 | 5.08 | 33.33 | - |
| YUV | 59.79 | 183.99 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 45 | 159 | 0.68 | 0.72 | 0 | 0.38 | 243.16 | 0.56 | 0.4 |
| Hex | 33 | 2D | 9F | 44 | 48 | 0 | 26 | F3 | 38 | 28 |
| Octal | 63 | 55 | 237 | 104 | 110 | 0 | 46 | 363 | 70 | 50 |
| Binary | 110011 | 101101 | 10011111 | 1000100 | 1001000 | 0 | 100110 | 11110011 | 111000 | 101000 |
Color Harmonies of #332D9F
Complementary color
Monochromatic Colors of #332D9F
Black with #332D9F
Text Example
Text Example
White with #332D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332D9F; }
p { color: rgb(51,45,159); }
H1.HeaderClassName
{
color: #332D9F;
}
.AnyTagClassName
{
color: #332D9F;
}
</style>
background-color css
<style>
a { background-color: #332D9F; }
a { background-color: rgb(51,45,159); }
div.DivClassName
{
background-color: #332D9F;
}
.BgClassName
{
background-color: #332D9F;
}
</style>
border-color css
<style>
span { border-color: #332D9F; }
span { border-color: rgb(51,45,159); }
td.TdClassName
{
border-color: #332D9F;
}
.TagClassName
{
border-color: #332D9F;
}
</style>