Shades of Dark Slate Blue #32289F
Tints of Dark Slate Blue #32289F
RGB
CMYK
RGB Variations
Color information
#32289F (or 0x32289F) is known color: Dark Slate Blue. HEX triplet: 32, 28 and 9F. RGB value is (50,40,159). Sum of RGB (Red+Green+Blue) = 50+40+159=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 159 (62.5% from 255 or 63.86% from 249); Max value from RGB is 159 - color contains mainly: blue. Hex color #32289F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32289F is #CDD760. Grayscale: #383838. Windows color (decimal): -13490017 or 10430514. OLE color: 10430514.
HSL color Cylindrical-coordinate representation of color #32289F: hue angle of 245.04º degrees, saturation: 0.6, 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 #32289F is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 40 | 159 | - |
| CMYK | 0.69 | 0.75 | 0 | 0.38 |
| HSL | 245.04º | 0.6% | 0.39% | - |
| HSV(B) | 245.04º | 0.75% | 0.62% | - |
| XYZ | 8.33 | 4.7 | 33.27 | - |
| YUV | 56.56 | 185.81 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 40 | 159 | 0.69 | 0.75 | 0 | 0.38 | 245.04 | 0.6 | 0.39 |
| Hex | 32 | 28 | 9F | 45 | 4B | 0 | 26 | F5 | 3C | 27 |
| Octal | 62 | 50 | 237 | 105 | 113 | 0 | 46 | 365 | 74 | 47 |
| Binary | 110010 | 101000 | 10011111 | 1000101 | 1001011 | 0 | 100110 | 11110101 | 111100 | 100111 |
Color Harmonies of #32289F
Complementary color
Monochromatic Colors of #32289F
Black with #32289F
Text Example
Text Example
White with #32289F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32289F; }
p { color: rgb(50,40,159); }
H1.HeaderClassName
{
color: #32289F;
}
.AnyTagClassName
{
color: #32289F;
}
</style>
background-color css
<style>
a { background-color: #32289F; }
a { background-color: rgb(50,40,159); }
div.DivClassName
{
background-color: #32289F;
}
.BgClassName
{
background-color: #32289F;
}
</style>
border-color css
<style>
span { border-color: #32289F; }
span { border-color: rgb(50,40,159); }
td.TdClassName
{
border-color: #32289F;
}
.TagClassName
{
border-color: #32289F;
}
</style>