Shades of Dark Slate Blue #33279D
Tints of Dark Slate Blue #33279D
RGB
CMYK
RGB Variations
Color information
#33279D (or 0x33279D) is known color: Dark Slate Blue. HEX triplet: 33, 27 and 9D. RGB value is (51,39,157). Sum of RGB (Red+Green+Blue) = 51+39+157=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 39 (15.62% from 255 or 15.79% 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 #33279D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33279D is #CCD862. Grayscale: #373737. Windows color (decimal): -13424739 or 10299187. OLE color: 10299187.
HSL color Cylindrical-coordinate representation of color #33279D: hue angle of 246.1º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33279D is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 39 | 157 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.38 |
| HSL | 246.1º | 0.6% | 0.38% | - |
| HSV(B) | 246.1º | 0.75% | 0.62% | - |
| XYZ | 8.18 | 4.59 | 32.35 | - |
| YUV | 56.04 | 184.98 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 39 | 157 | 0.68 | 0.75 | 0 | 0.38 | 246.1 | 0.6 | 0.38 |
| Hex | 33 | 27 | 9D | 44 | 4B | 0 | 26 | F6 | 3C | 26 |
| Octal | 63 | 47 | 235 | 104 | 113 | 0 | 46 | 366 | 74 | 46 |
| Binary | 110011 | 100111 | 10011101 | 1000100 | 1001011 | 0 | 100110 | 11110110 | 111100 | 100110 |
Color Harmonies of #33279D
Complementary color
Monochromatic Colors of #33279D
Black with #33279D
Text Example
Text Example
White with #33279D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33279D; }
p { color: rgb(51,39,157); }
H1.HeaderClassName
{
color: #33279D;
}
.AnyTagClassName
{
color: #33279D;
}
</style>
background-color css
<style>
a { background-color: #33279D; }
a { background-color: rgb(51,39,157); }
div.DivClassName
{
background-color: #33279D;
}
.BgClassName
{
background-color: #33279D;
}
</style>
border-color css
<style>
span { border-color: #33279D; }
span { border-color: rgb(51,39,157); }
td.TdClassName
{
border-color: #33279D;
}
.TagClassName
{
border-color: #33279D;
}
</style>