Shades of Indigo #450696
Tints of Indigo #450696
RGB
CMYK
RGB Variations
Color information
#450696 (or 0x450696) is known color: Indigo. HEX triplet: 45, 06 and 96. RGB value is (69,6,150). Sum of RGB (Red+Green+Blue) = 69+6+150=225 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.67% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 150 (58.98% from 255 or 66.67% from 225); Max value from RGB is 150 - color contains mainly: blue. Hex color #450696 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450696 is #BAF969. Grayscale: #282828. Windows color (decimal): -12253546 or 9832005. OLE color: 9832005.
HSL color Cylindrical-coordinate representation of color #450696: hue angle of 266.25º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #450696 is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 69 | 6 | 150 | - |
| CMYK | 0.54 | 0.96 | 0 | 0.41 |
| HSL | 266.25º | 0.92% | 0.31% | - |
| HSV(B) | 266.25º | 0.96% | 0.59% | - |
| XYZ | 8.02 | 3.6 | 29.13 | - |
| YUV | 41.25 | 189.37 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 6 | 150 | 0.54 | 0.96 | 0 | 0.41 | 266.25 | 0.92 | 0.31 |
| Hex | 45 | 6 | 96 | 36 | 60 | 0 | 29 | 10A | 5C | 1F |
| Octal | 105 | 6 | 226 | 66 | 140 | 0 | 51 | 412 | 134 | 37 |
| Binary | 1000101 | 110 | 10010110 | 110110 | 1100000 | 0 | 101001 | 100001010 | 1011100 | 11111 |
Color Harmonies of #450696
Complementary color
Monochromatic Colors of #450696
Black with #450696
Text Example
Text Example
White with #450696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450696; }
p { color: rgb(69,6,150); }
H1.HeaderClassName
{
color: #450696;
}
.AnyTagClassName
{
color: #450696;
}
</style>
background-color css
<style>
a { background-color: #450696; }
a { background-color: rgb(69,6,150); }
div.DivClassName
{
background-color: #450696;
}
.BgClassName
{
background-color: #450696;
}
</style>
border-color css
<style>
span { border-color: #450696; }
span { border-color: rgb(69,6,150); }
td.TdClassName
{
border-color: #450696;
}
.TagClassName
{
border-color: #450696;
}
</style>