Shades of Dark Slate Blue #33278F
Tints of Dark Slate Blue #33278F
RGB
CMYK
RGB Variations
Color information
#33278F (or 0x33278F) is known color: Dark Slate Blue. HEX triplet: 33, 27 and 8F. RGB value is (51,39,143). Sum of RGB (Red+Green+Blue) = 51+39+143=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 143 (56.25% from 255 or 61.37% from 233); Max value from RGB is 143 - color contains mainly: blue. Hex color #33278F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33278F is #CCD870. Grayscale: #363636. Windows color (decimal): -13424753 or 9381683. OLE color: 9381683.
HSL color Cylindrical-coordinate representation of color #33278F: hue angle of 246.92º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33278F is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 39 | 143 | - |
| CMYK | 0.64 | 0.73 | 0 | 0.44 |
| HSL | 246.92º | 0.57% | 0.36% | - |
| HSV(B) | 246.92º | 0.73% | 0.56% | - |
| XYZ | 7.05 | 4.14 | 26.41 | - |
| YUV | 54.44 | 177.98 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 39 | 143 | 0.64 | 0.73 | 0 | 0.44 | 246.92 | 0.57 | 0.36 |
| Hex | 33 | 27 | 8F | 40 | 49 | 0 | 2C | F7 | 39 | 24 |
| Octal | 63 | 47 | 217 | 100 | 111 | 0 | 54 | 367 | 71 | 44 |
| Binary | 110011 | 100111 | 10001111 | 1000000 | 1001001 | 0 | 101100 | 11110111 | 111001 | 100100 |
Color Harmonies of #33278F
Complementary color
Monochromatic Colors of #33278F
Black with #33278F
Text Example
Text Example
White with #33278F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33278F; }
p { color: rgb(51,39,143); }
H1.HeaderClassName
{
color: #33278F;
}
.AnyTagClassName
{
color: #33278F;
}
</style>
background-color css
<style>
a { background-color: #33278F; }
a { background-color: rgb(51,39,143); }
div.DivClassName
{
background-color: #33278F;
}
.BgClassName
{
background-color: #33278F;
}
</style>
border-color css
<style>
span { border-color: #33278F; }
span { border-color: rgb(51,39,143); }
td.TdClassName
{
border-color: #33278F;
}
.TagClassName
{
border-color: #33278F;
}
</style>