Shades of Dark Slate Blue #3124A0
Tints of Dark Slate Blue #3124A0
RGB
CMYK
RGB Variations
Color information
#3124A0 (or 0x3124A0) is known color: Dark Slate Blue. HEX triplet: 31, 24 and A0. RGB value is (49,36,160). Sum of RGB (Red+Green+Blue) = 49+36+160=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 160 (62.89% from 255 or 65.31% from 245); Max value from RGB is 160 - color contains mainly: blue. Hex color #3124A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3124A0 is #CEDB5F. Grayscale: #353535. Windows color (decimal): -13556576 or 10495025. OLE color: 10495025.
HSL color Cylindrical-coordinate representation of color #3124A0: hue angle of 246.29º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3124A0 is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 36 | 160 | - |
| CMYK | 0.69 | 0.78 | 0 | 0.37 |
| HSL | 246.29º | 0.63% | 0.38% | - |
| HSV(B) | 246.29º | 0.78% | 0.63% | - |
| XYZ | 8.24 | 4.45 | 33.68 | - |
| YUV | 54.02 | 187.81 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 36 | 160 | 0.69 | 0.78 | 0 | 0.37 | 246.29 | 0.63 | 0.38 |
| Hex | 31 | 24 | A0 | 45 | 4E | 0 | 25 | F6 | 3F | 26 |
| Octal | 61 | 44 | 240 | 105 | 116 | 0 | 45 | 366 | 77 | 46 |
| Binary | 110001 | 100100 | 10100000 | 1000101 | 1001110 | 0 | 100101 | 11110110 | 111111 | 100110 |
Color Harmonies of #3124A0
Complementary color
Monochromatic Colors of #3124A0
Black with #3124A0
Text Example
Text Example
White with #3124A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3124A0; }
p { color: rgb(49,36,160); }
H1.HeaderClassName
{
color: #3124A0;
}
.AnyTagClassName
{
color: #3124A0;
}
</style>
background-color css
<style>
a { background-color: #3124A0; }
a { background-color: rgb(49,36,160); }
div.DivClassName
{
background-color: #3124A0;
}
.BgClassName
{
background-color: #3124A0;
}
</style>
border-color css
<style>
span { border-color: #3124A0; }
span { border-color: rgb(49,36,160); }
td.TdClassName
{
border-color: #3124A0;
}
.TagClassName
{
border-color: #3124A0;
}
</style>