Shades of Dark Slate Blue #32289D
Tints of Dark Slate Blue #32289D
RGB
CMYK
RGB Variations
Color information
#32289D (or 0x32289D) is known color: Dark Slate Blue. HEX triplet: 32, 28 and 9D. RGB value is (50,40,157). Sum of RGB (Red+Green+Blue) = 50+40+157=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 157 (61.72% from 255 or 63.56% from 247); Max value from RGB is 157 - color contains mainly: blue. Hex color #32289D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32289D is #CDD762. Grayscale: #373737. Windows color (decimal): -13490019 or 10299442. OLE color: 10299442.
HSL color Cylindrical-coordinate representation of color #32289D: hue angle of 245.13º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32289D is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 40 | 157 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.38 |
| HSL | 245.13º | 0.59% | 0.39% | - |
| HSV(B) | 245.13º | 0.75% | 0.62% | - |
| XYZ | 8.16 | 4.63 | 32.36 | - |
| YUV | 56.33 | 184.81 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 40 | 157 | 0.68 | 0.75 | 0 | 0.38 | 245.13 | 0.59 | 0.39 |
| Hex | 32 | 28 | 9D | 44 | 4B | 0 | 26 | F5 | 3B | 27 |
| Octal | 62 | 50 | 235 | 104 | 113 | 0 | 46 | 365 | 73 | 47 |
| Binary | 110010 | 101000 | 10011101 | 1000100 | 1001011 | 0 | 100110 | 11110101 | 111011 | 100111 |
Color Harmonies of #32289D
Complementary color
Monochromatic Colors of #32289D
Black with #32289D
Text Example
Text Example
White with #32289D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32289D; }
p { color: rgb(50,40,157); }
H1.HeaderClassName
{
color: #32289D;
}
.AnyTagClassName
{
color: #32289D;
}
</style>
background-color css
<style>
a { background-color: #32289D; }
a { background-color: rgb(50,40,157); }
div.DivClassName
{
background-color: #32289D;
}
.BgClassName
{
background-color: #32289D;
}
</style>
border-color css
<style>
span { border-color: #32289D; }
span { border-color: rgb(50,40,157); }
td.TdClassName
{
border-color: #32289D;
}
.TagClassName
{
border-color: #32289D;
}
</style>