Shades of Dark Slate Blue #433C88
Tints of Dark Slate Blue #433C88
RGB
CMYK
RGB Variations
Color information
#433C88 (or 0x433C88) is known color: Dark Slate Blue. HEX triplet: 43, 3C and 88. RGB value is (67,60,136). Sum of RGB (Red+Green+Blue) = 67+60+136=263 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.48% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 136 (53.52% from 255 or 51.71% from 263); Max value from RGB is 136 - color contains mainly: blue. Hex color #433C88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433C88 is #BCC377. Grayscale: #464646. Windows color (decimal): -12370808 or 8928323. OLE color: 8928323.
HSL color Cylindrical-coordinate representation of color #433C88: hue angle of 245.53º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #433C88 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 67 | 60 | 136 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.47 |
| HSL | 245.53º | 0.39% | 0.38% | - |
| HSV(B) | 245.53º | 0.56% | 0.53% | - |
| XYZ | 8.37 | 6.2 | 24.05 | - |
| YUV | 70.76 | 164.82 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 60 | 136 | 0.51 | 0.56 | 0 | 0.47 | 245.53 | 0.39 | 0.38 |
| Hex | 43 | 3C | 88 | 33 | 38 | 0 | 2F | F6 | 27 | 26 |
| Octal | 103 | 74 | 210 | 63 | 70 | 0 | 57 | 366 | 47 | 46 |
| Binary | 1000011 | 111100 | 10001000 | 110011 | 111000 | 0 | 101111 | 11110110 | 100111 | 100110 |
Color Harmonies of #433C88
Complementary color
Monochromatic Colors of #433C88
Black with #433C88
Text Example
Text Example
White with #433C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433C88; }
p { color: rgb(67,60,136); }
H1.HeaderClassName
{
color: #433C88;
}
.AnyTagClassName
{
color: #433C88;
}
</style>
background-color css
<style>
a { background-color: #433C88; }
a { background-color: rgb(67,60,136); }
div.DivClassName
{
background-color: #433C88;
}
.BgClassName
{
background-color: #433C88;
}
</style>
border-color css
<style>
span { border-color: #433C88; }
span { border-color: rgb(67,60,136); }
td.TdClassName
{
border-color: #433C88;
}
.TagClassName
{
border-color: #433C88;
}
</style>