Shades of Dark Slate Blue #33259B
Tints of Dark Slate Blue #33259B
RGB
CMYK
RGB Variations
Color information
#33259B (or 0x33259B) is known color: Dark Slate Blue. HEX triplet: 33, 25 and 9B. RGB value is (51,37,155). Sum of RGB (Red+Green+Blue) = 51+37+155=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 155 (60.94% from 255 or 63.79% from 243); Max value from RGB is 155 - color contains mainly: blue. Hex color #33259B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33259B is #CCDA64. Grayscale: #363636. Windows color (decimal): -13425253 or 10167603. OLE color: 10167603.
HSL color Cylindrical-coordinate representation of color #33259B: hue angle of 247.12º 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 #33259B is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 37 | 155 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.39 |
| HSL | 247.12º | 0.61% | 0.38% | - |
| HSV(B) | 247.12º | 0.76% | 0.61% | - |
| XYZ | 7.94 | 4.39 | 31.44 | - |
| YUV | 54.64 | 184.64 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 37 | 155 | 0.67 | 0.76 | 0 | 0.39 | 247.12 | 0.61 | 0.38 |
| Hex | 33 | 25 | 9B | 43 | 4C | 0 | 27 | F7 | 3D | 26 |
| Octal | 63 | 45 | 233 | 103 | 114 | 0 | 47 | 367 | 75 | 46 |
| Binary | 110011 | 100101 | 10011011 | 1000011 | 1001100 | 0 | 100111 | 11110111 | 111101 | 100110 |
Color Harmonies of #33259B
Complementary color
Monochromatic Colors of #33259B
Black with #33259B
Text Example
Text Example
White with #33259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33259B; }
p { color: rgb(51,37,155); }
H1.HeaderClassName
{
color: #33259B;
}
.AnyTagClassName
{
color: #33259B;
}
</style>
background-color css
<style>
a { background-color: #33259B; }
a { background-color: rgb(51,37,155); }
div.DivClassName
{
background-color: #33259B;
}
.BgClassName
{
background-color: #33259B;
}
</style>
border-color css
<style>
span { border-color: #33259B; }
span { border-color: rgb(51,37,155); }
td.TdClassName
{
border-color: #33259B;
}
.TagClassName
{
border-color: #33259B;
}
</style>