Shades of Dark Slate Blue #32278B
Tints of Dark Slate Blue #32278B
RGB
CMYK
RGB Variations
Color information
#32278B (or 0x32278B) is known color: Dark Slate Blue. HEX triplet: 32, 27 and 8B. RGB value is (50,39,139). Sum of RGB (Red+Green+Blue) = 50+39+139=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 139 (54.69% from 255 or 60.96% from 228); Max value from RGB is 139 - color contains mainly: blue. Hex color #32278B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32278B is #CDD874. Grayscale: #353535. Windows color (decimal): -13490293 or 9119538. OLE color: 9119538.
HSL color Cylindrical-coordinate representation of color #32278B: hue angle of 246.6º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32278B is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 39 | 139 | - |
| CMYK | 0.64 | 0.72 | 0 | 0.45 |
| HSL | 246.6º | 0.56% | 0.35% | - |
| HSV(B) | 246.6º | 0.72% | 0.55% | - |
| XYZ | 6.7 | 3.99 | 24.84 | - |
| YUV | 53.69 | 176.14 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 39 | 139 | 0.64 | 0.72 | 0 | 0.45 | 246.6 | 0.56 | 0.35 |
| Hex | 32 | 27 | 8B | 40 | 48 | 0 | 2D | F7 | 38 | 23 |
| Octal | 62 | 47 | 213 | 100 | 110 | 0 | 55 | 367 | 70 | 43 |
| Binary | 110010 | 100111 | 10001011 | 1000000 | 1001000 | 0 | 101101 | 11110111 | 111000 | 100011 |
Color Harmonies of #32278B
Complementary color
Monochromatic Colors of #32278B
Black with #32278B
Text Example
Text Example
White with #32278B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32278B; }
p { color: rgb(50,39,139); }
H1.HeaderClassName
{
color: #32278B;
}
.AnyTagClassName
{
color: #32278B;
}
</style>
background-color css
<style>
a { background-color: #32278B; }
a { background-color: rgb(50,39,139); }
div.DivClassName
{
background-color: #32278B;
}
.BgClassName
{
background-color: #32278B;
}
</style>
border-color css
<style>
span { border-color: #32278B; }
span { border-color: rgb(50,39,139); }
td.TdClassName
{
border-color: #32278B;
}
.TagClassName
{
border-color: #32278B;
}
</style>