Shades of Dark Slate Blue #433C82
Tints of Dark Slate Blue #433C82
RGB
CMYK
RGB Variations
Color information
#433C82 (or 0x433C82) is known color: Dark Slate Blue. HEX triplet: 43, 3C and 82. RGB value is (67,60,130). Sum of RGB (Red+Green+Blue) = 67+60+130=257 (34% of max value = 765). Red value is 67 (26.56% from 255 or 26.07% from 257); Green value is 60 (23.83% from 255 or 23.35% from 257); Blue value is 130 (51.17% from 255 or 50.58% from 257); Max value from RGB is 130 - color contains mainly: blue. Hex color #433C82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433C82 is #BCC37D. Grayscale: #454545. Windows color (decimal): -12370814 or 8535107. OLE color: 8535107.
HSL color Cylindrical-coordinate representation of color #433C82: hue angle of 246º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #433C82 is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 67 | 60 | 130 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.49 |
| HSL | 246º | 0.37% | 0.37% | - |
| HSV(B) | 246º | 0.54% | 0.51% | - |
| XYZ | 7.96 | 6.04 | 21.86 | - |
| YUV | 70.07 | 161.82 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 60 | 130 | 0.48 | 0.54 | 0 | 0.49 | 246 | 0.37 | 0.37 |
| Hex | 43 | 3C | 82 | 30 | 36 | 0 | 31 | F6 | 25 | 25 |
| Octal | 103 | 74 | 202 | 60 | 66 | 0 | 61 | 366 | 45 | 45 |
| Binary | 1000011 | 111100 | 10000010 | 110000 | 110110 | 0 | 110001 | 11110110 | 100101 | 100101 |
Color Harmonies of #433C82
Complementary color
Monochromatic Colors of #433C82
Black with #433C82
Text Example
Text Example
White with #433C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433C82; }
p { color: rgb(67,60,130); }
H1.HeaderClassName
{
color: #433C82;
}
.AnyTagClassName
{
color: #433C82;
}
</style>
background-color css
<style>
a { background-color: #433C82; }
a { background-color: rgb(67,60,130); }
div.DivClassName
{
background-color: #433C82;
}
.BgClassName
{
background-color: #433C82;
}
</style>
border-color css
<style>
span { border-color: #433C82; }
span { border-color: rgb(67,60,130); }
td.TdClassName
{
border-color: #433C82;
}
.TagClassName
{
border-color: #433C82;
}
</style>