Shades of Indigo #450777
Tints of Indigo #450777
RGB
CMYK
RGB Variations
Color information
#450777 (or 0x450777) is known color: Indigo. HEX triplet: 45, 07 and 77. RGB value is (69,7,119). Sum of RGB (Red+Green+Blue) = 69+7+119=195 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.38% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 119 (46.88% from 255 or 61.03% from 195); Max value from RGB is 119 - color contains mainly: blue. Hex color #450777 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450777 is #BAF888. Grayscale: #252525. Windows color (decimal): -12253321 or 7800645. OLE color: 7800645.
HSL color Cylindrical-coordinate representation of color #450777: hue angle of 273.21º 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 #450777 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 69 | 7 | 119 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.53 |
| HSL | 273.21º | 0.89% | 0.25% | - |
| HSV(B) | 273.21º | 0.94% | 0.47% | - |
| XYZ | 5.86 | 2.75 | 17.67 | - |
| YUV | 38.31 | 173.54 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 7 | 119 | 0.42 | 0.94 | 0 | 0.53 | 273.21 | 0.89 | 0.25 |
| Hex | 45 | 7 | 77 | 2A | 5E | 0 | 35 | 111 | 59 | 19 |
| Octal | 105 | 7 | 167 | 52 | 136 | 0 | 65 | 421 | 131 | 31 |
| Binary | 1000101 | 111 | 1110111 | 101010 | 1011110 | 0 | 110101 | 100010001 | 1011001 | 11001 |
Color Harmonies of #450777
Complementary color
Monochromatic Colors of #450777
Black with #450777
Text Example
Text Example
White with #450777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450777; }
p { color: rgb(69,7,119); }
H1.HeaderClassName
{
color: #450777;
}
.AnyTagClassName
{
color: #450777;
}
</style>
background-color css
<style>
a { background-color: #450777; }
a { background-color: rgb(69,7,119); }
div.DivClassName
{
background-color: #450777;
}
.BgClassName
{
background-color: #450777;
}
</style>
border-color css
<style>
span { border-color: #450777; }
span { border-color: rgb(69,7,119); }
td.TdClassName
{
border-color: #450777;
}
.TagClassName
{
border-color: #450777;
}
</style>