Shades of Dark Slate Blue #433C94
Tints of Dark Slate Blue #433C94
RGB
CMYK
RGB Variations
Color information
#433C94 (or 0x433C94) is known color: Dark Slate Blue. HEX triplet: 43, 3C and 94. RGB value is (67,60,148). Sum of RGB (Red+Green+Blue) = 67+60+148=275 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.36% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 148 (58.20% from 255 or 53.82% from 275); Max value from RGB is 148 - color contains mainly: blue. Hex color #433C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433C94 is #BCC36B. Grayscale: #474747. Windows color (decimal): -12370796 or 9714755. OLE color: 9714755.
HSL color Cylindrical-coordinate representation of color #433C94: hue angle of 244.77º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #433C94 is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 60 | 148 | - |
| CMYK | 0.55 | 0.59 | 0 | 0.42 |
| HSL | 244.77º | 0.42% | 0.41% | - |
| HSV(B) | 244.77º | 0.59% | 0.58% | - |
| XYZ | 9.28 | 6.56 | 28.79 | - |
| YUV | 72.13 | 170.82 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 60 | 148 | 0.55 | 0.59 | 0 | 0.42 | 244.77 | 0.42 | 0.41 |
| Hex | 43 | 3C | 94 | 37 | 3B | 0 | 2A | F5 | 2A | 29 |
| Octal | 103 | 74 | 224 | 67 | 73 | 0 | 52 | 365 | 52 | 51 |
| Binary | 1000011 | 111100 | 10010100 | 110111 | 111011 | 0 | 101010 | 11110101 | 101010 | 101001 |
Color Harmonies of #433C94
Complementary color
Monochromatic Colors of #433C94
Black with #433C94
Text Example
Text Example
White with #433C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433C94; }
p { color: rgb(67,60,148); }
H1.HeaderClassName
{
color: #433C94;
}
.AnyTagClassName
{
color: #433C94;
}
</style>
background-color css
<style>
a { background-color: #433C94; }
a { background-color: rgb(67,60,148); }
div.DivClassName
{
background-color: #433C94;
}
.BgClassName
{
background-color: #433C94;
}
</style>
border-color css
<style>
span { border-color: #433C94; }
span { border-color: rgb(67,60,148); }
td.TdClassName
{
border-color: #433C94;
}
.TagClassName
{
border-color: #433C94;
}
</style>