Shades of Indigo #450779
Tints of Indigo #450779
RGB
CMYK
RGB Variations
Color information
#450779 (or 0x450779) is known color: Indigo. HEX triplet: 45, 07 and 79. RGB value is (69,7,121). Sum of RGB (Red+Green+Blue) = 69+7+121=197 (26% of max value = 765). Red value is 69 (27.34% from 255 or 35.03% from 197); Green value is 7 (3.12% from 255 or 3.55% from 197); Blue value is 121 (47.66% from 255 or 61.42% from 197); Max value from RGB is 121 - color contains mainly: blue. Hex color #450779 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450779 is #BAF886. Grayscale: #262626. Windows color (decimal): -12253319 or 7931717. OLE color: 7931717.
HSL color Cylindrical-coordinate representation of color #450779: hue angle of 272.63º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450779 is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 69 | 7 | 121 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.53 |
| HSL | 272.63º | 0.89% | 0.25% | - |
| HSV(B) | 272.63º | 0.94% | 0.47% | - |
| XYZ | 5.98 | 2.8 | 18.31 | - |
| YUV | 38.53 | 174.54 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 7 | 121 | 0.43 | 0.94 | 0 | 0.53 | 272.63 | 0.89 | 0.25 |
| Hex | 45 | 7 | 79 | 2B | 5E | 0 | 35 | 111 | 59 | 19 |
| Octal | 105 | 7 | 171 | 53 | 136 | 0 | 65 | 421 | 131 | 31 |
| Binary | 1000101 | 111 | 1111001 | 101011 | 1011110 | 0 | 110101 | 100010001 | 1011001 | 11001 |
Color Harmonies of #450779
Complementary color
Monochromatic Colors of #450779
Black with #450779
Text Example
Text Example
White with #450779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450779; }
p { color: rgb(69,7,121); }
H1.HeaderClassName
{
color: #450779;
}
.AnyTagClassName
{
color: #450779;
}
</style>
background-color css
<style>
a { background-color: #450779; }
a { background-color: rgb(69,7,121); }
div.DivClassName
{
background-color: #450779;
}
.BgClassName
{
background-color: #450779;
}
</style>
border-color css
<style>
span { border-color: #450779; }
span { border-color: rgb(69,7,121); }
td.TdClassName
{
border-color: #450779;
}
.TagClassName
{
border-color: #450779;
}
</style>