Shades of Dark Slate Blue #32278D
Tints of Dark Slate Blue #32278D
RGB
CMYK
RGB Variations
Color information
#32278D (or 0x32278D) is known color: Dark Slate Blue. HEX triplet: 32, 27 and 8D. RGB value is (50,39,141). Sum of RGB (Red+Green+Blue) = 50+39+141=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 141 (55.47% from 255 or 61.30% from 230); Max value from RGB is 141 - color contains mainly: blue. Hex color #32278D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32278D is #CDD872. Grayscale: #353535. Windows color (decimal): -13490291 or 9250610. OLE color: 9250610.
HSL color Cylindrical-coordinate representation of color #32278D: hue angle of 246.47º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32278D is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 39 | 141 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.45 |
| HSL | 246.47º | 0.57% | 0.35% | - |
| HSV(B) | 246.47º | 0.72% | 0.55% | - |
| XYZ | 6.85 | 4.05 | 25.62 | - |
| YUV | 53.92 | 177.14 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 39 | 141 | 0.65 | 0.72 | 0 | 0.45 | 246.47 | 0.57 | 0.35 |
| Hex | 32 | 27 | 8D | 41 | 48 | 0 | 2D | F6 | 39 | 23 |
| Octal | 62 | 47 | 215 | 101 | 110 | 0 | 55 | 366 | 71 | 43 |
| Binary | 110010 | 100111 | 10001101 | 1000001 | 1001000 | 0 | 101101 | 11110110 | 111001 | 100011 |
Color Harmonies of #32278D
Complementary color
Monochromatic Colors of #32278D
Black with #32278D
Text Example
Text Example
White with #32278D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32278D; }
p { color: rgb(50,39,141); }
H1.HeaderClassName
{
color: #32278D;
}
.AnyTagClassName
{
color: #32278D;
}
</style>
background-color css
<style>
a { background-color: #32278D; }
a { background-color: rgb(50,39,141); }
div.DivClassName
{
background-color: #32278D;
}
.BgClassName
{
background-color: #32278D;
}
</style>
border-color css
<style>
span { border-color: #32278D; }
span { border-color: rgb(50,39,141); }
td.TdClassName
{
border-color: #32278D;
}
.TagClassName
{
border-color: #32278D;
}
</style>