Shades of Dark Slate Blue #3933A2
Tints of Dark Slate Blue #3933A2
RGB
CMYK
RGB Variations
Color information
#3933A2 (or 0x3933A2) is known color: Dark Slate Blue. HEX triplet: 39, 33 and A2. RGB value is (57,51,162). Sum of RGB (Red+Green+Blue) = 57+51+162=270 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.11% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 162 (63.67% from 255 or 60% from 270); Max value from RGB is 162 - color contains mainly: blue. Hex color #3933A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3933A2 is #C6CC5D. Grayscale: #414141. Windows color (decimal): -13028446 or 10629945. OLE color: 10629945.
HSL color Cylindrical-coordinate representation of color #3933A2: hue angle of 243.24º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3933A2 is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 57 | 51 | 162 | - |
| CMYK | 0.65 | 0.69 | 0 | 0.36 |
| HSL | 243.24º | 0.52% | 0.42% | - |
| HSV(B) | 243.24º | 0.69% | 0.64% | - |
| XYZ | 9.39 | 5.85 | 34.82 | - |
| YUV | 65.45 | 182.49 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 51 | 162 | 0.65 | 0.69 | 0 | 0.36 | 243.24 | 0.52 | 0.42 |
| Hex | 39 | 33 | A2 | 41 | 45 | 0 | 24 | F3 | 34 | 2A |
| Octal | 71 | 63 | 242 | 101 | 105 | 0 | 44 | 363 | 64 | 52 |
| Binary | 111001 | 110011 | 10100010 | 1000001 | 1000101 | 0 | 100100 | 11110011 | 110100 | 101010 |
Color Harmonies of #3933A2
Complementary color
Monochromatic Colors of #3933A2
Black with #3933A2
Text Example
Text Example
White with #3933A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3933A2; }
p { color: rgb(57,51,162); }
H1.HeaderClassName
{
color: #3933A2;
}
.AnyTagClassName
{
color: #3933A2;
}
</style>
background-color css
<style>
a { background-color: #3933A2; }
a { background-color: rgb(57,51,162); }
div.DivClassName
{
background-color: #3933A2;
}
.BgClassName
{
background-color: #3933A2;
}
</style>
border-color css
<style>
span { border-color: #3933A2; }
span { border-color: rgb(57,51,162); }
td.TdClassName
{
border-color: #3933A2;
}
.TagClassName
{
border-color: #3933A2;
}
</style>