Shades of Indigo #450778
Tints of Indigo #450778
RGB
CMYK
RGB Variations
Color information
#450778 (or 0x450778) is known color: Indigo. HEX triplet: 45, 07 and 78. RGB value is (69,7,120). Sum of RGB (Red+Green+Blue) = 69+7+120=196 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.20% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 120 (47.27% from 255 or 61.22% from 196); Max value from RGB is 120 - color contains mainly: blue. Hex color #450778 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450778 is #BAF887. Grayscale: #262626. Windows color (decimal): -12253320 or 7866181. OLE color: 7866181.
HSL color Cylindrical-coordinate representation of color #450778: hue angle of 272.92º 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 #450778 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 69 | 7 | 120 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.53 |
| HSL | 272.92º | 0.89% | 0.25% | - |
| HSV(B) | 272.92º | 0.94% | 0.47% | - |
| XYZ | 5.92 | 2.77 | 17.99 | - |
| YUV | 38.42 | 174.04 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 7 | 120 | 0.42 | 0.94 | 0 | 0.53 | 272.92 | 0.89 | 0.25 |
| Hex | 45 | 7 | 78 | 2A | 5E | 0 | 35 | 111 | 59 | 19 |
| Octal | 105 | 7 | 170 | 52 | 136 | 0 | 65 | 421 | 131 | 31 |
| Binary | 1000101 | 111 | 1111000 | 101010 | 1011110 | 0 | 110101 | 100010001 | 1011001 | 11001 |
Color Harmonies of #450778
Complementary color
Monochromatic Colors of #450778
Black with #450778
Text Example
Text Example
White with #450778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450778; }
p { color: rgb(69,7,120); }
H1.HeaderClassName
{
color: #450778;
}
.AnyTagClassName
{
color: #450778;
}
</style>
background-color css
<style>
a { background-color: #450778; }
a { background-color: rgb(69,7,120); }
div.DivClassName
{
background-color: #450778;
}
.BgClassName
{
background-color: #450778;
}
</style>
border-color css
<style>
span { border-color: #450778; }
span { border-color: rgb(69,7,120); }
td.TdClassName
{
border-color: #450778;
}
.TagClassName
{
border-color: #450778;
}
</style>