Shades of Grape #453A58
Tints of Grape #453A58
RGB
CMYK
RGB Variations
Color information
#453A58 (or 0x453A58) is known color: Grape. HEX triplet: 45, 3A and 58. RGB value is (69,58,88). Sum of RGB (Red+Green+Blue) = 69+58+88=215 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.09% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 88 (34.77% from 255 or 40.93% from 215); Max value from RGB is 88 - color contains mainly: blue. Hex color #453A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453A58 is #BAC5A7. Grayscale: #404040. Windows color (decimal): -12240296 or 5782085. OLE color: 5782085.
HSL color Cylindrical-coordinate representation of color #453A58: hue angle of 262º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #453A58 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 58 | 88 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.65 |
| HSL | 262º | 0.21% | 0.29% | - |
| HSV(B) | 262º | 0.34% | 0.35% | - |
| XYZ | 5.73 | 5 | 9.89 | - |
| YUV | 64.71 | 141.14 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 58 | 88 | 0.22 | 0.34 | 0 | 0.65 | 262 | 0.21 | 0.29 |
| Hex | 45 | 3A | 58 | 16 | 22 | 0 | 41 | 106 | 15 | 1D |
| Octal | 105 | 72 | 130 | 26 | 42 | 0 | 101 | 406 | 25 | 35 |
| Binary | 1000101 | 111010 | 1011000 | 10110 | 100010 | 0 | 1000001 | 100000110 | 10101 | 11101 |
Color Harmonies of #453A58
Complementary color
Monochromatic Colors of #453A58
Black with #453A58
Text Example
Text Example
White with #453A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453A58; }
p { color: rgb(69,58,88); }
H1.HeaderClassName
{
color: #453A58;
}
.AnyTagClassName
{
color: #453A58;
}
</style>
background-color css
<style>
a { background-color: #453A58; }
a { background-color: rgb(69,58,88); }
div.DivClassName
{
background-color: #453A58;
}
.BgClassName
{
background-color: #453A58;
}
</style>
border-color css
<style>
span { border-color: #453A58; }
span { border-color: rgb(69,58,88); }
td.TdClassName
{
border-color: #453A58;
}
.TagClassName
{
border-color: #453A58;
}
</style>