Shades of Dark Slate Blue #32259B
Tints of Dark Slate Blue #32259B
RGB
CMYK
RGB Variations
Color information
#32259B (or 0x32259B) is known color: Dark Slate Blue. HEX triplet: 32, 25 and 9B. RGB value is (50,37,155). Sum of RGB (Red+Green+Blue) = 50+37+155=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 155 (60.94% from 255 or 64.05% from 242); Max value from RGB is 155 - color contains mainly: blue. Hex color #32259B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32259B is #CDDA64. Grayscale: #353535. Windows color (decimal): -13490789 or 10167602. OLE color: 10167602.
HSL color Cylindrical-coordinate representation of color #32259B: hue angle of 246.61º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32259B is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 37 | 155 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.39 |
| HSL | 246.61º | 0.61% | 0.38% | - |
| HSV(B) | 246.61º | 0.76% | 0.61% | - |
| XYZ | 7.89 | 4.37 | 31.44 | - |
| YUV | 54.34 | 184.81 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 37 | 155 | 0.68 | 0.76 | 0 | 0.39 | 246.61 | 0.61 | 0.38 |
| Hex | 32 | 25 | 9B | 44 | 4C | 0 | 27 | F7 | 3D | 26 |
| Octal | 62 | 45 | 233 | 104 | 114 | 0 | 47 | 367 | 75 | 46 |
| Binary | 110010 | 100101 | 10011011 | 1000100 | 1001100 | 0 | 100111 | 11110111 | 111101 | 100110 |
Color Harmonies of #32259B
Complementary color
Monochromatic Colors of #32259B
Black with #32259B
Text Example
Text Example
White with #32259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32259B; }
p { color: rgb(50,37,155); }
H1.HeaderClassName
{
color: #32259B;
}
.AnyTagClassName
{
color: #32259B;
}
</style>
background-color css
<style>
a { background-color: #32259B; }
a { background-color: rgb(50,37,155); }
div.DivClassName
{
background-color: #32259B;
}
.BgClassName
{
background-color: #32259B;
}
</style>
border-color css
<style>
span { border-color: #32259B; }
span { border-color: rgb(50,37,155); }
td.TdClassName
{
border-color: #32259B;
}
.TagClassName
{
border-color: #32259B;
}
</style>