Shades of Dark Slate Blue #433F92
Tints of Dark Slate Blue #433F92
RGB
CMYK
RGB Variations
Color information
#433F92 (or 0x433F92) is known color: Dark Slate Blue. HEX triplet: 43, 3F and 92. RGB value is (67,63,146). Sum of RGB (Red+Green+Blue) = 67+63+146=276 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.28% from 276); Green value is 63 (25% from 255 or 22.83% from 276); Blue value is 146 (57.42% from 255 or 52.90% from 276); Max value from RGB is 146 - color contains mainly: blue. Hex color #433F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433F92 is #BCC06D. Grayscale: #494949. Windows color (decimal): -12370030 or 9584451. OLE color: 9584451.
HSL color Cylindrical-coordinate representation of color #433F92: hue angle of 242.89º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #433F92 is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 67 | 63 | 146 | - |
| CMYK | 0.54 | 0.57 | 0 | 0.43 |
| HSL | 242.89º | 0.4% | 0.41% | - |
| HSV(B) | 242.89º | 0.57% | 0.57% | - |
| XYZ | 9.28 | 6.82 | 28.02 | - |
| YUV | 73.66 | 168.83 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 63 | 146 | 0.54 | 0.57 | 0 | 0.43 | 242.89 | 0.4 | 0.41 |
| Hex | 43 | 3F | 92 | 36 | 39 | 0 | 2B | F3 | 28 | 29 |
| Octal | 103 | 77 | 222 | 66 | 71 | 0 | 53 | 363 | 50 | 51 |
| Binary | 1000011 | 111111 | 10010010 | 110110 | 111001 | 0 | 101011 | 11110011 | 101000 | 101001 |
Color Harmonies of #433F92
Complementary color
Monochromatic Colors of #433F92
Black with #433F92
Text Example
Text Example
White with #433F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433F92; }
p { color: rgb(67,63,146); }
H1.HeaderClassName
{
color: #433F92;
}
.AnyTagClassName
{
color: #433F92;
}
</style>
background-color css
<style>
a { background-color: #433F92; }
a { background-color: rgb(67,63,146); }
div.DivClassName
{
background-color: #433F92;
}
.BgClassName
{
background-color: #433F92;
}
</style>
border-color css
<style>
span { border-color: #433F92; }
span { border-color: rgb(67,63,146); }
td.TdClassName
{
border-color: #433F92;
}
.TagClassName
{
border-color: #433F92;
}
</style>