Shades of Indigo #450786
Tints of Indigo #450786
RGB
CMYK
RGB Variations
Color information
#450786 (or 0x450786) is known color: Indigo. HEX triplet: 45, 07 and 86. RGB value is (69,7,134). Sum of RGB (Red+Green+Blue) = 69+7+134=210 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.86% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 134 (52.73% from 255 or 63.81% from 210); Max value from RGB is 134 - color contains mainly: blue. Hex color #450786 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450786 is #BAF879. Grayscale: #272727. Windows color (decimal): -12253306 or 8783685. OLE color: 8783685.
HSL color Cylindrical-coordinate representation of color #450786: hue angle of 269.29º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #450786 is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 7 | 134 | - |
| CMYK | 0.49 | 0.95 | 0 | 0.47 |
| HSL | 269.29º | 0.9% | 0.28% | - |
| HSV(B) | 269.29º | 0.95% | 0.53% | - |
| XYZ | 6.83 | 3.14 | 22.8 | - |
| YUV | 40.02 | 181.04 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 7 | 134 | 0.49 | 0.95 | 0 | 0.47 | 269.29 | 0.9 | 0.28 |
| Hex | 45 | 7 | 86 | 31 | 5F | 0 | 2F | 10D | 5A | 1C |
| Octal | 105 | 7 | 206 | 61 | 137 | 0 | 57 | 415 | 132 | 34 |
| Binary | 1000101 | 111 | 10000110 | 110001 | 1011111 | 0 | 101111 | 100001101 | 1011010 | 11100 |
Color Harmonies of #450786
Complementary color
Monochromatic Colors of #450786
Black with #450786
Text Example
Text Example
White with #450786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450786; }
p { color: rgb(69,7,134); }
H1.HeaderClassName
{
color: #450786;
}
.AnyTagClassName
{
color: #450786;
}
</style>
background-color css
<style>
a { background-color: #450786; }
a { background-color: rgb(69,7,134); }
div.DivClassName
{
background-color: #450786;
}
.BgClassName
{
background-color: #450786;
}
</style>
border-color css
<style>
span { border-color: #450786; }
span { border-color: rgb(69,7,134); }
td.TdClassName
{
border-color: #450786;
}
.TagClassName
{
border-color: #450786;
}
</style>